[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1292339307-14336-1-git-send-email-ulli.kroll@googlemail.com>
Date: Tue, 14 Dec 2010 16:08:25 +0100
From: Hans Ulli Kroll <ulli.kroll@...glemail.com>
To: Russell King <linux@....linux.org.uk>
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Alessandro Zummo <a.zummo@...ertech.it>,
rtc-linux@...glegroups.com
Subject: [PATCH 0/2] ARM: Gemini: add RTC support for Gemini SoC
This patch adds the driver for the rtc chip on the Gemini SoC
I divided this patch into two parts.
One for the core rtc-driver in /drivers/rtc
and one for the needed platform bindings in /arch/arm/mach-gemini
MAINTAINERS | 1 +
arch/arm/mach-gemini/board-nas4220b.c | 1 +
arch/arm/mach-gemini/board-rut1xx.c | 1 +
arch/arm/mach-gemini/board-wbd111.c | 1 +
arch/arm/mach-gemini/board-wbd222.c | 1 +
arch/arm/mach-gemini/common.h | 1 +
arch/arm/mach-gemini/devices.c | 26 ++++
drivers/rtc/Kconfig | 9 ++
drivers/rtc/Makefile | 1 +
drivers/rtc/rtc-gemini.c | 206 +++++++++++++++++++++++++++++++++
10 files changed, 248 insertions(+), 0 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists