All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] rtc: add Abracon ABx80x
@ 2015-04-01  2:52 ` Alexandre Belloni
  0 siblings, 0 replies; 14+ messages in thread
From: Alexandre Belloni @ 2015-04-01  2:52 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.

Andrew, when taking this series, you can drop:
rtc-add-rtc-abx805-a-driver-for-the-abracon-ab-1805-i2c-rtc.patch
rtc-add-abracon-abx80x-driver.patch
rtc-add-abracon-abx80x-driver-fix.patch

Changes in v2:
 - corrected MODULE_LICENSE
 - enforce ABX8XX_CTRL_WRITE at probe time instead of at write time
 - changed the range of supported dates to be 2000-2099
 - reworked the write function to be clearer

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                           | 307 +++++++++++++++++++++
 4 files changed, 350 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] 14+ messages in thread

end of thread, other threads:[~2015-04-09 16:56 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-01  2:52 [PATCH v2 0/2] rtc: add Abracon ABx80x Alexandre Belloni
2015-04-01  2:52 ` [rtc-linux] " Alexandre Belloni
2015-04-01  2:52 ` [PATCH v2 1/2] Documentation: bindings: add abracon,abx80x Alexandre Belloni
2015-04-01  2:52   ` [rtc-linux] " Alexandre Belloni
2015-04-09 13:25   ` Philippe De Muyter
2015-04-09 13:25     ` [rtc-linux] " Philippe De Muyter
2015-04-09 16:52     ` Alexandre Belloni
2015-04-09 16:52       ` Alexandre Belloni
     [not found]   ` <1427856743-26625-2-git-send-email-alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2015-04-09 13:25     ` Philippe De Muyter
2015-04-01  2:52 ` [PATCH v2 2/2] rtc: add rtc-abx80x, a driver for the Abracon AB x80x i2c rtc Alexandre Belloni
2015-04-01  2:52   ` [rtc-linux] " Alexandre Belloni
2015-04-09 13:31   ` Philippe De Muyter
2015-04-09 13:31     ` [rtc-linux] " Philippe De Muyter
2015-04-09 16:56     ` Alexandre Belloni

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.