History log of /arch/mips/vr41xx/common/rtc.c
Revision Date Author Comments
7034228792cc561e79ff8600f02884bd4c80e287 22-Jan-2013 Ralf Baechle <ralf@linux-mips.org> MIPS: Whitespace cleanup.

Having received another series of whitespace patches I decided to do this
once and for all rather than dealing with this kind of patches trickling
in forever.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
c72f4d6141b3fd2c01f58989cdb0d6b656512647 29-Jul-2011 Paul Gortmaker <paul.gortmaker@windriver.com> mips: fix implicit smp.h usage in various files.

We need to call out inclusion of smp.h, or with the module.h cleanup
we'll get things like:

arch/mips/loongson/common/platform.c:21: error: implicit declaration of function 'smp_processor_id'

arch/mips/vr41xx/common/giu.c:84: error: implicit declaration of function 'smp_processor_id'

arch/mips/vr41xx/common/rtc.c:85: error: implicit declaration of function 'smp_processor_id'

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
ada8e9514b5880f81cdbbd212d121380ceef7acc 02-Jul-2009 Yoichi Yuasa <yuasa@linux-mips.org> Update Yoichi Yuasa's e-mail address

Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
10cc3529072d5415fb040018a8a99aa7a60190b6 12-Oct-2007 Ralf Baechle <ralf@linux-mips.org> [MIPS] Allow hardwiring of the CPU type to a single type for optimization.

This saves a few k on systems which only ever ship with a single CPU type.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
bd0765098bf22eb8b1319f649a4c3301b40ec04c 11-May-2007 Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> [MIPS] separate platform_device registration for VR41xx RTC

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>