lkml.org 
[lkml]   [2015]   [Apr]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Subject[PATCH 0/3] Qualcomm 8974 RPM & Regulator drivers
    Date
    In 8974 Qualcomm replaced the previously used special purpose mmio
    communication with SMD; a packet based point-to-point communication interface
    used since the dawn of time for communicating with the modem - now used to
    communicate with everything.

    This series adds a smd client for the RPM as well as the regulator driver ontop
    of this RPM abstraction. It depends on the pending smd patches:
    https://patchwork.kernel.org/patch/6200611/

    Bjorn Andersson (3):
    mfd: devicetree: bindings: Add Qualcomm SMD based RPM DT binding
    mfd: qcom-smd-rpm: Driver for the Qualcomm RPM over SMD
    regulator: qcom: smd: Regulator driver for the Qualcomm RPM

    .../devicetree/bindings/mfd/qcom-rpm-smd.txt | 136 ++++++++
    drivers/mfd/Kconfig | 14 +
    drivers/mfd/Makefile | 1 +
    drivers/mfd/qcom-smd-rpm.c | 234 ++++++++++++++
    drivers/regulator/Kconfig | 12 +
    drivers/regulator/Makefile | 1 +
    drivers/regulator/qcom_smd-regulator.c | 351 +++++++++++++++++++++
    include/linux/mfd/qcom-smd-rpm.h | 35 ++
    8 files changed, 784 insertions(+)
    create mode 100644 Documentation/devicetree/bindings/mfd/qcom-rpm-smd.txt
    create mode 100644 drivers/mfd/qcom-smd-rpm.c
    create mode 100644 drivers/regulator/qcom_smd-regulator.c
    create mode 100644 include/linux/mfd/qcom-smd-rpm.h

    --
    1.8.2.2



    \
     
     \ /
      Last update: 2015-04-14 00:21    [W:4.197 / U:0.156 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site