The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 0/5] rtc: s5m: Add support for S2MPS14
@ 2014-02-28 13:00 Krzysztof Kozlowski
  2014-02-28 13:00 ` [PATCH 1/5] mfd/rtc: sec/s5m: Rename SEC* symbols to S5M Krzysztof Kozlowski
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2014-02-28 13:00 UTC (permalink / raw)
  To: Sangbeom Kim, Samuel Ortiz, Lee Jones, Alessandro Zummo,
	linux-kernel, rtc-linux
  Cc: Kyungmin Park, Marek Szyprowski, Bartlomiej Zolnierkiewicz,
	Tomasz Figa, Krzysztof Kozlowski

Hi,


Few days ago I sent patches adding support for S2MPS14 device to the
sec-core/s2mps11 drivers. These patches were rather large as they covered
multiple subsystems so I decided to split everything into smaller, separate
patches.

The original patchset (version 3) can be found here:
http://thread.gmane.org/gmane.linux.kernel.samsung-soc/27194/focus=1649217

This patchset is a small subset of above related to the S5M RTC driver.
It adds support for the S2MPS14 device.

These patches are rebased against Lee's "for-mfd-next" tree because they require
changes in main MFD sec-core driver ("Add support for S2MPS14 for-mfd-next",
which is already in Lee's "for-mfd-next" tree).


Best regards,
Krzysztof

Krzysztof Kozlowski (5):
  mfd/rtc: sec/s5m: Rename SEC* symbols to S5M
  rtc: s5m: Remove undocumented time init on first boot
  rtc: s5m: Use shorter time of register update
  rtc: s5m: Support different register layout
  rtc: s5m: Add support for S2MPS14 RTC

 drivers/mfd/sec-core.c          |    2 +-
 drivers/rtc/Kconfig             |    4 +-
 drivers/rtc/rtc-s5m.c           |  291 ++++++++++++++++++++++++++-------------
 include/linux/mfd/samsung/rtc.h |   86 +++++++-----
 4 files changed, 249 insertions(+), 134 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2014-03-19  9:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-28 13:00 [PATCH 0/5] rtc: s5m: Add support for S2MPS14 Krzysztof Kozlowski
2014-02-28 13:00 ` [PATCH 1/5] mfd/rtc: sec/s5m: Rename SEC* symbols to S5M Krzysztof Kozlowski
2014-02-28 13:00 ` [PATCH 2/5] rtc: s5m: Remove undocumented time init on first boot Krzysztof Kozlowski
2014-02-28 13:00 ` [PATCH 3/5] rtc: s5m: Use shorter time of register update Krzysztof Kozlowski
2014-02-28 13:00 ` [PATCH 4/5] rtc: s5m: Support different register layout Krzysztof Kozlowski
2014-02-28 13:00 ` [PATCH 5/5] rtc: s5m: Add support for S2MPS14 RTC Krzysztof Kozlowski
2014-03-03  7:58 ` [PATCH 0/5] rtc: s5m: Add support for S2MPS14 Lee Jones
2014-03-19  9:26 ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox