public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Hans Ulli Kroll <ulli.kroll@googlemail.com>
To: Russell King <linux@arm.linux.org.uk>
Cc: linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	Alessandro Zummo <a.zummo@towertech.it>,
	rtc-linux@googlegroups.com
Subject: [PATCH 0/2] ARM: Gemini: add RTC support for Gemini SoC
Date: Tue, 14 Dec 2010 16:08:25 +0100	[thread overview]
Message-ID: <1292339307-14336-1-git-send-email-ulli.kroll@googlemail.com> (raw)

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(-)



             reply	other threads:[~2010-12-14 15:09 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-14 15:08 Hans Ulli Kroll [this message]
2010-12-14 15:08 ` [PATCH 1/2] RTC: Add core rtc support for Gemini Soc devices Hans Ulli Kroll
2015-05-01 23:42   ` [1/2] " Alexandre Belloni
2015-05-06  9:39     ` Arnd Bergmann
2015-05-06  9:53       ` Alexandre Belloni
2015-05-06 16:21         ` Roman Yeryomin
2015-05-06 19:22           ` Arnd Bergmann
2015-05-07  9:03             ` Roman Yeryomin
2015-05-07 17:35               ` Hans Ulli Kroll
2015-05-07 21:31                 ` Roman Yeryomin
2015-05-08 16:08               ` Arnd Bergmann
2015-07-08 22:29                 ` Roman Yeryomin
2015-07-09  8:04                   ` Arnd Bergmann
2015-07-09 11:58                     ` Hans Ulli Kroll
2015-07-09 13:02                       ` Gemini Soc timers Roman Yeryomin
2015-07-09 15:48                         ` Linus Walleij
2015-07-09 16:48                           ` Roman Yeryomin
2015-07-10  8:48                             ` Linus Walleij
2015-07-12 21:06                               ` Arnd Bergmann
2015-07-09 16:51                     ` [1/2] RTC: Add core rtc support for Gemini Soc devices Roman Yeryomin
2015-07-19 16:28                       ` Hans Ulli Kroll
2015-05-07  3:00       ` Hans Ulli Kroll
2015-05-07  7:49         ` Arnd Bergmann
2015-05-07 17:46           ` Hans Ulli Kroll
2015-05-07 21:35             ` Roman Yeryomin
2015-05-08 18:28               ` Hans Ulli Kroll
2010-12-14 15:08 ` [PATCH 2/2] ARM: Gemini: add platform support for Gemini RTC Hans Ulli Kroll
2011-01-07  9:31 ` [PATCH 0/2] ARM: Gemini: add RTC support for Gemini SoC Russell King - ARM Linux
2011-01-07 14:47   ` Hans Ulli Kroll
2011-01-19 11:07   ` Russell King - ARM Linux
2011-01-24 17:22     ` Russell King - ARM Linux

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1292339307-14336-1-git-send-email-ulli.kroll@googlemail.com \
    --to=ulli.kroll@googlemail.com \
    --cc=a.zummo@towertech.it \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=rtc-linux@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox