linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] rtc: add Abracon ABx80x
@ 2015-03-14 10:05 Alexandre Belloni
  2015-03-14 10:05 ` [PATCH 1/2] Documentation: bindings: add abracon,abx80x Alexandre Belloni
  2015-03-14 10:05 ` [PATCH 2/2] rtc: add rtc-abx80x, a driver for the Abracon AB x80x i2c rtc Alexandre Belloni
  0 siblings, 2 replies; 7+ messages in thread
From: Alexandre Belloni @ 2015-03-14 10:05 UTC (permalink / raw)
  To: Andrew Morton, Philippe De Muyter
  Cc: Alessandro Zummo, rtc-linux, linux-kernel, Alexandre Belloni

Hi,

As discussed, I reworked the abracon abx80x driver, merging Philippe's and mine.

I have added the Device Tree properties to enable the trickle charger and the
driver will detect the partnumber before doing that so that it won't try to
enable the charger when it is not available.

Alexandre Belloni (1):
  Documentation: bindings: add abracon,abx80x

Philippe De Muyter (1):
  rtc: add rtc-abx80x, a driver for the Abracon AB x80x i2c rtc

 .../devicetree/bindings/rtc/abracon,abx80x.txt     |  32 ++
 drivers/rtc/Kconfig                                |  10 +
 drivers/rtc/Makefile                               |   1 +
 drivers/rtc/rtc-abx80x.c                           | 330 +++++++++++++++++++++
 4 files changed, 373 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/rtc/abracon,abx80x.txt
 create mode 100644 drivers/rtc/rtc-abx80x.c

-- 
2.1.0


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

end of thread, other threads:[~2015-03-16 10:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-14 10:05 [PATCH 0/2] rtc: add Abracon ABx80x Alexandre Belloni
2015-03-14 10:05 ` [PATCH 1/2] Documentation: bindings: add abracon,abx80x Alexandre Belloni
2015-03-14 10:05 ` [PATCH 2/2] rtc: add rtc-abx80x, a driver for the Abracon AB x80x i2c rtc Alexandre Belloni
2015-03-14 12:44   ` Philippe De Muyter
2015-03-14 18:09     ` Alexandre Belloni
2015-03-15 15:10       ` Philippe De Muyter
2015-03-16 10:16     ` Paul Bolle

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