On Thu, Nov 17, 2011 at 05:39:07PM +0800, keguang.zhang@xxxxxxxxx wrote: > From: Kelvin Cheung <keguang.zhang@xxxxxxxxx> > > This patch adds RTC support(TOY counter0) for Loongson1B. > Thanks Zhao Zhang for implementing this. > > Signed-off-by: zhao zhang <zhzhl555@xxxxxxxxx> > Signed-off-by: Kelvin Cheung <keguang.zhang@xxxxxxxxx> > --- > arch/mips/include/asm/mach-loongson1/platform.h | 1 + > arch/mips/loongson1/common/platform.c | 5 + > arch/mips/loongson1/ls1b/board.c | 1 + > drivers/rtc/Kconfig | 10 + > drivers/rtc/Makefile | 1 + > drivers/rtc/rtc-ls1x.c | 210 +++++++++++++++++++++++ > 6 files changed, 228 insertions(+), 0 deletions(-) > create mode 100644 drivers/rtc/rtc-ls1x.c Please send to the RTC list & maintainers, see MAINTAINERS for the addresses. I can accept the RTC patch only with the RTC maintainer's Acked-by. Also you may want to split this patch in two patches. Send the drivers/rtc/ part to the RTC maintainer & list and merge the arch/mips bits into patch 2/5. Thanks, Ralf