linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] rtc: s5m: Bug fixes of the driver after tests
@ 2013-11-28  8:09 Krzysztof Kozlowski
  2013-11-28  8:09 ` [PATCH v2 1/5] mfd/rtc: s5m: Fix register updating by adding regmap for RTC Krzysztof Kozlowski
                   ` (5 more replies)
  0 siblings, 6 replies; 19+ messages in thread
From: Krzysztof Kozlowski @ 2013-11-28  8:09 UTC (permalink / raw)
  To: Sangbeom Kim, Samuel Ortiz, Lee Jones, Liam Girdwood, Mark Brown,
	Alessandro Zummo, linux-kernel, rtc-linux
  Cc: Marek Szyprowski, Geert Uytterhoeven, Kyungmin Park, Krzysztof Kozlowski

Hi,


This is a second version of patchset of small but important fixes for rtc-s5m
driver. Last patches also add waking up on RTC alarm interrupts.

The patchset is based on v3.13-rc1-229-ge7c0d3d and depends on patch from 
Geert Uytterhoeven:
 - rtc: s5m-rtc: Fix info->rtc assignment
   http://article.gmane.org/gmane.linux.kernel/1595905


Changes since v2:
-----------------
1. Applied suggestions from Geert Uytterhoeven (add const, regmap member
   rename).
2. Added patch "mfd: sec: Constify regmap configs and regmap irqs".
3. Removed "mfd: sec: Add PM ops and make it a wake up source" from patchset
   as this was applied by Lee Jones.


Best regards,
Krzysztof Kozlowski

Krzysztof Kozlowski (5):
  mfd/rtc: s5m: Fix register updating by adding regmap for RTC
  rtc: s5m: Fix unsuccesful IRQ request during probe
  rtc: s5m: Limit endless loop waiting for register update
  rtc: s5m: Enable IRQ wake during suspend
  mfd: sec: Constify regmap configs and regmap irqs

 drivers/mfd/sec-core.c           |   38 ++++++++++++++-------
 drivers/mfd/sec-irq.c            |   18 +++++-----
 drivers/regulator/s5m8767.c      |    2 +-
 drivers/rtc/rtc-s5m.c            |   70 +++++++++++++++++++++++++++++++++-----
 include/linux/mfd/samsung/core.h |    3 +-
 5 files changed, 99 insertions(+), 32 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2013-12-03  8:34 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-28  8:09 [PATCH v2 0/5] rtc: s5m: Bug fixes of the driver after tests Krzysztof Kozlowski
2013-11-28  8:09 ` [PATCH v2 1/5] mfd/rtc: s5m: Fix register updating by adding regmap for RTC Krzysztof Kozlowski
2013-11-28 13:50   ` Mark Brown
2013-11-29  0:08     ` Sangbeom Kim
2013-11-29  9:04   ` Lee Jones
2013-11-28  8:09 ` [PATCH v2 2/5] rtc: s5m: Fix unsuccesful IRQ request during probe Krzysztof Kozlowski
2013-11-28 13:46   ` Mark Brown
2013-11-29  0:10     ` Sangbeom Kim
2013-11-28  8:09 ` [PATCH v2 3/5] rtc: s5m: Limit endless loop waiting for register update Krzysztof Kozlowski
2013-11-28 13:47   ` Mark Brown
2013-11-29  0:13     ` Sangbeom Kim
2013-11-28  8:09 ` [PATCH v2 4/5] rtc: s5m: Enable IRQ wake during suspend Krzysztof Kozlowski
2013-11-29  0:15   ` Sangbeom Kim
2013-11-28  8:09 ` [PATCH v2 5/5] mfd: sec: Constify regmap configs and regmap irqs Krzysztof Kozlowski
2013-11-28 17:14   ` Mark Brown
2013-11-29  0:18     ` Sangbeom Kim
2013-11-29  8:53       ` Lee Jones
2013-12-02 23:10 ` [PATCH v2 0/5] rtc: s5m: Bug fixes of the driver after tests Andrew Morton
2013-12-03  8:34   ` Krzysztof Kozlowski

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