[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1394477089-3996-1-git-send-email-joshc@codeaurora.org>
Date: Mon, 10 Mar 2014 13:44:43 -0500
From: Josh Cartwright <joshc@...eaurora.org>
To: Andrew Morton <akpm@...ux-foundation.org>,
Alessandro Zummo <a.zummo@...ertech.it>,
linux-kernel@...r.kernel.org
Cc: linux-arm-msm@...r.kernel.org, rtc-linux@...glegroups.com
Subject: [PATCH v2 0/6] rtc: make the pm8xxx RTC driver usable
This patchset is based on Stephen Boyd's PM8921 modernization/cleanups[1], and
allows for this RTC driver to be usable again.
Changes since v1:
* Further style cleanups as suggested by Stephen Boyd
* Dropped the use of reg-names/interrupt-names properties entirely
[1]: http://lkml.kernel.org/g/1393441166-32692-1-git-send-email-sboyd@codeaurora.org
Josh Cartwright (6):
rtc: pm8xxx: fixup checkpatch/style issues
rtc: pm8xxx: use regmap API for register accesses
rtc: pm8xxx: use devm_request_any_context_irq
rtc: pm8xxx: add support for devicetree
rtc: pm8xxx: move device_init_wakeup() before rtc_register
documentation: bindings: document PMIC8921/8058 RTC
.../devicetree/bindings/rtc/qcom,pm8xxx-rtc.txt | 21 ++
drivers/rtc/rtc-pm8xxx.c | 284 ++++++++++-----------
include/linux/mfd/pm8xxx/rtc.h | 25 --
3 files changed, 150 insertions(+), 180 deletions(-)
create mode 100644 Documentation/devicetree/bindings/rtc/qcom,pm8xxx-rtc.txt
delete mode 100644 include/linux/mfd/pm8xxx/rtc.h
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
hosted by The Linux Foundation
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists