All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM: Gemini: add RTC support for Gemini SoC
@ 2010-12-14 15:08 ` Hans Ulli Kroll
  0 siblings, 0 replies; 86+ messages in thread
From: Hans Ulli Kroll @ 2010-12-14 15:08 UTC (permalink / raw)
  To: Russell King; +Cc: linux-arm-kernel, linux-kernel, Alessandro Zummo, rtc-linux

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



^ permalink raw reply	[flat|nested] 86+ messages in thread

end of thread, other threads:[~2015-07-19 16:28 UTC | newest]

Thread overview: 86+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-14 15:08 [PATCH 0/2] ARM: Gemini: add RTC support for Gemini SoC Hans Ulli Kroll
2010-12-14 15:08 ` Hans Ulli Kroll
2010-12-14 15:08 ` [PATCH 1/2] RTC: Add core rtc support for Gemini Soc devices Hans Ulli Kroll
2010-12-14 15:08   ` Hans Ulli Kroll
2010-12-14 15:08   ` [1/2] " Hans Ulli Kroll
2015-05-01 23:42   ` Alexandre Belloni
2015-05-01 23:42     ` Alexandre Belloni
2015-05-01 23:42     ` [rtc-linux] " Alexandre Belloni
2015-05-06  9:39     ` Arnd Bergmann
2015-05-06  9:39       ` Arnd Bergmann
2015-05-06  9:39       ` [rtc-linux] " Arnd Bergmann
2015-05-06  9:53       ` Alexandre Belloni
2015-05-06  9:53         ` Alexandre Belloni
2015-05-06  9:53         ` [rtc-linux] " Alexandre Belloni
2015-05-06 16:21         ` Roman Yeryomin
2015-05-06 16:21           ` Roman Yeryomin
2015-05-06 16:21           ` [rtc-linux] " Roman Yeryomin
2015-05-06 19:22           ` Arnd Bergmann
2015-05-06 19:22             ` Arnd Bergmann
2015-05-06 19:22             ` [rtc-linux] " Arnd Bergmann
2015-05-07  9:03             ` Roman Yeryomin
2015-05-07  9:03               ` Roman Yeryomin
2015-05-07  9:03               ` [rtc-linux] " Roman Yeryomin
2015-05-07 17:35               ` Hans Ulli Kroll
2015-05-07 17:35                 ` Hans Ulli Kroll
2015-05-07 17:35                 ` [rtc-linux] " Hans Ulli Kroll
2015-05-07 21:31                 ` Roman Yeryomin
2015-05-07 21:31                   ` Roman Yeryomin
2015-05-07 21:31                   ` [rtc-linux] " Roman Yeryomin
2015-05-08 16:08               ` Arnd Bergmann
2015-05-08 16:08                 ` Arnd Bergmann
2015-05-08 16:08                 ` [rtc-linux] " Arnd Bergmann
2015-07-08 22:29                 ` Roman Yeryomin
2015-07-08 22:29                   ` Roman Yeryomin
2015-07-08 22:29                   ` [rtc-linux] " Roman Yeryomin
2015-07-09  8:04                   ` Arnd Bergmann
2015-07-09  8:04                     ` Arnd Bergmann
2015-07-09  8:04                     ` [rtc-linux] " Arnd Bergmann
2015-07-09 11:58                     ` Hans Ulli Kroll
2015-07-09 11:58                       ` Hans Ulli Kroll
2015-07-09 11:58                       ` [rtc-linux] " 'Hans Ulli Kroll' via rtc-linux
2015-07-09 13:02                       ` Gemini Soc timers Roman Yeryomin
2015-07-09 13:02                         ` [rtc-linux] " Roman Yeryomin
2015-07-09 15:48                         ` Linus Walleij
2015-07-09 15:48                           ` Linus Walleij
2015-07-09 15:48                           ` [rtc-linux] " Linus Walleij
2015-07-09 16:48                           ` Roman Yeryomin
2015-07-09 16:48                             ` Roman Yeryomin
2015-07-09 16:48                             ` [rtc-linux] " Roman Yeryomin
2015-07-10  8:48                             ` Linus Walleij
2015-07-10  8:48                               ` Linus Walleij
2015-07-10  8:48                               ` [rtc-linux] " Linus Walleij
2015-07-12 21:06                               ` Arnd Bergmann
2015-07-12 21:06                                 ` Arnd Bergmann
2015-07-12 21:06                                 ` [rtc-linux] " Arnd Bergmann
2015-07-09 16:51                     ` [1/2] RTC: Add core rtc support for Gemini Soc devices Roman Yeryomin
2015-07-09 16:51                       ` Roman Yeryomin
2015-07-09 16:51                       ` [rtc-linux] " Roman Yeryomin
2015-07-19 16:28                       ` Hans Ulli Kroll
2015-07-19 16:28                         ` Hans Ulli Kroll
2015-07-19 16:28                         ` [rtc-linux] " 'Hans Ulli Kroll' via rtc-linux
2015-05-07  3:00       ` Hans Ulli Kroll
2015-05-07  3:00         ` Hans Ulli Kroll
2015-05-07  3:00         ` [rtc-linux] " Hans Ulli Kroll
2015-05-07  7:49         ` Arnd Bergmann
2015-05-07  7:49           ` Arnd Bergmann
2015-05-07  7:49           ` [rtc-linux] " Arnd Bergmann
2015-05-07 17:46           ` Hans Ulli Kroll
2015-05-07 17:46             ` Hans Ulli Kroll
2015-05-07 17:46             ` [rtc-linux] " Hans Ulli Kroll
2015-05-07 21:35             ` Roman Yeryomin
2015-05-07 21:35               ` Roman Yeryomin
2015-05-07 21:35               ` [rtc-linux] " Roman Yeryomin
2015-05-08 18:28               ` Hans Ulli Kroll
2015-05-08 18:28                 ` Hans Ulli Kroll
2015-05-08 18:28                 ` [rtc-linux] " Hans Ulli Kroll
2010-12-14 15:08 ` [PATCH 2/2] ARM: Gemini: add platform support for Gemini RTC Hans Ulli Kroll
2010-12-14 15:08   ` 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  9:31   ` Russell King - ARM Linux
2011-01-07 14:47   ` Hans Ulli Kroll
2011-01-07 14:47     ` Hans Ulli Kroll
2011-01-19 11:07   ` Russell King - ARM Linux
2011-01-19 11:07     ` Russell King - ARM Linux
2011-01-24 17:22     ` Russell King - ARM Linux
2011-01-24 17:22       ` Russell King - ARM Linux

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.