Messages in this thread |  | | From | Krzysztof Kozlowski <> | Subject | [PATCH v2 0/5] rtc: s5m: Bug fixes of the driver after tests | Date | Thu, 28 Nov 2013 09:09:38 +0100 |
| |
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
|  |