linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Add EPSON RX-8571 RTC support
@ 2019-02-21  9:40 Biju Das
  2019-02-21  9:40 ` [PATCH 1/5] rtc: rx8581: Add rx8571 compatible Biju Das
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Biju Das @ 2019-02-21  9:40 UTC (permalink / raw)
  To: Alessandro Zummo, Alexandre Belloni, Rob Herring, Mark Rutland
  Cc: Biju Das, linux-rtc, devicetree, Simon Horman,
	Geert Uytterhoeven, Chris Paterson, Fabrizio Castro,
	linux-renesas-soc

This patch set aims to add support for EPSON RX-8571 real-time clock.
EPSON RX-8571 rtc is compatible with EPSON RX-8581 rtc except that
former has 16 bytes additional RAM.

1 byte of nvmem is supported on both RX-8581 and RX-8571. It is
exposed through sysfs along with  support for 16 bytes additional RAM
present only on EPSON RX-8571.

This patch series is tested against renesas-dev and linux-next.

Biju Das (5):
  rtc: rx8581: Add rx8571 compatible
  rtc: rx8581: Add support for rx8571 RTC
  rtc: rx8581: Add support for Epson rx8571 RTC
  arm64: defconfig: enable RX-8581 config option
  arm64: dts: renesas: r8a774c0-cat874: add RTC support

 Documentation/devicetree/bindings/rtc/rtc.txt   |   1 +
 arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts |  18 ++++
 arch/arm64/configs/defconfig                    |   1 +
 drivers/rtc/Kconfig                             |   5 +-
 drivers/rtc/rtc-rx8581.c                        | 114 ++++++++++++++++++++++--
 5 files changed, 128 insertions(+), 11 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2019-03-04  9:56 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-21  9:40 [PATCH 0/5] Add EPSON RX-8571 RTC support Biju Das
2019-02-21  9:40 ` [PATCH 1/5] rtc: rx8581: Add rx8571 compatible Biju Das
2019-02-21  9:40 ` [PATCH 2/5] rtc: rx8581: Add support for rx8571 RTC Biju Das
2019-02-21  9:40 ` [PATCH 3/5] rtc: rx8581: Add support for Epson " Biju Das
2019-02-21  9:40 ` [PATCH 4/5] arm64: defconfig: enable RX-8581 config option Biju Das
2019-03-01 10:35   ` Geert Uytterhoeven
2019-03-01 10:46     ` Biju Das
2019-03-04  9:52       ` Simon Horman
2019-02-21  9:40 ` [PATCH 5/5] arm64: dts: renesas: r8a774c0-cat874: add RTC support Biju Das
2019-03-01 10:29   ` Geert Uytterhoeven
2019-03-04  9:56     ` Simon Horman
2019-03-02 21:07 ` [PATCH 0/5] Add EPSON RX-8571 " Alexandre Belloni
2019-03-04  7:36   ` Biju Das

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).