lkml.org 
[lkml]   [2014]   [Jul]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Subject[RFC PATCH v2 0/5] Support for Qualcomm QPNP PMIC's
    Date
    Hello to all,

    Here is the second version of the RFC for Qualcomm QPNP PMIC's support.
    The difference since first version [1] is that now we use platform
    devices for PMIC peripherals instead of new qpnp-bus. The first patch
    in the set implements an *of* based parsing of PMIC peripheral
    resources and adding mfd cell for it. The devicetree node should
    contain a compatible and reg proparties. The intention was to keep
    things simple and similar to the other mfd drivers.

    The second patch describes the devicetree binding of the slave devices
    attached to the SPMI interface. The other few patches are example of
    a qpnp-rtc driver and binding documentation.

    Comments are welcome.

    regards,
    Stan

    [1] http://www.spinics.net/lists/linux-arm-msm/msg09745.html

    Ivan T. Ivanov (1):
    dt: qcom: msm8974: add qpnp-spmi device nodes

    Josh Cartwright (1):
    mfd: qpnp: add support for Qualcomm QPNP PMICs

    Stanimir Varbanov (3):
    rtc: add qpnp rtc driver
    dt: msm8974: add qpnp rtc device node
    dt: rtc: add binding document for qpnp rtc

    .../devicetree/bindings/rtc/qcom,rtc-qpnp.txt | 24 +
    arch/arm/boot/dts/qcom-msm8974.dtsi | 53 +++
    drivers/mfd/Kconfig | 15 +
    drivers/mfd/Makefile | 1 +
    drivers/mfd/qpnp-spmi.c | 129 +++++
    drivers/rtc/Kconfig | 8 +
    drivers/rtc/Makefile | 1 +
    drivers/rtc/rtc-qpnp.c | 489 ++++++++++++++++++++
    8 files changed, 720 insertions(+), 0 deletions(-)
    create mode 100644 Documentation/devicetree/bindings/rtc/qcom,rtc-qpnp.txt
    create mode 100644 drivers/mfd/qpnp-spmi.c
    create mode 100644 drivers/rtc/rtc-qpnp.c



    \
     
     \ /
      Last update: 2014-07-03 16:21    [W:6.281 / U:1.192 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site