Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1664476

[PATCH V1 0/3] Add LV/MV subtypes support for QCOM PMIC GPIOs

From fenglinw@codeaurora.org
Newsgroups linux.kernel
Subject [PATCH V1 0/3] Add LV/MV subtypes support for QCOM PMIC GPIOs
Date 2017-06-13 08:20 +0200
Message-ID <tRNlf-4p4-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


From: Fenglin Wu <fenglinw@codeaurora.org>

LV (low voltage) and MV (medium voltage) subtype GPIO modules are support
in QCOM PMICs like PMI8998, PM660. These modules support addtional features
(func3, func4, analog-pass-through) and the register mappings are
also different compared with legacy 4CH/8CH subtypes.

These patches add the support for the new functions in LV/MV subtypes,
and do some feature extension and bug fixing.

Fenglin Wu (3):
  pinctrl: qcom: spmi-gpio: Add support for GPIO LV/MV subtype
  pinctrl: qcom: spmi-gpio: Add dtest route for digital input
  pinctrl: qcom: spmi-gpio: Correct power_source range check

 .../devicetree/bindings/pinctrl/qcom,pmic-gpio.txt |  43 ++-
 drivers/pinctrl/qcom/pinctrl-spmi-gpio.c           | 316 ++++++++++++++++++---
 include/dt-bindings/pinctrl/qcom,pmic-gpio.h       |  15 +
 3 files changed, 331 insertions(+), 43 deletions(-)

-- 
Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project.

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH V1 0/3] Add LV/MV subtypes support for QCOM PMIC GPIOs fenglinw@codeaurora.org - 2017-06-13 08:20 +0200
  [PATCH V1 1/3] pinctrl: qcom: spmi-gpio: Add support for GPIO LV/MV subtype fenglinw@codeaurora.org - 2017-06-13 08:20 +0200
    Re: [PATCH V1 1/3] pinctrl: qcom: spmi-gpio: Add support for GPIO  LV/MV subtype Rob Herring <robh@kernel.org> - 2017-06-18 16:10 +0200
      Re: [PATCH V1 1/3] pinctrl: qcom: spmi-gpio: Add support for GPIO  LV/MV subtype Fenglin Wu <fenglinw@codeaurora.org> - 2017-06-19 03:10 +0200
        Re: [PATCH V1 1/3] pinctrl: qcom: spmi-gpio: Add support for GPIO  LV/MV subtype Fenglin Wu <fenglinw@codeaurora.org> - 2017-06-19 04:10 +0200
  [PATCH V1 3/3] pinctrl: qcom: spmi-gpio: Correct power_source range check fenglinw@codeaurora.org - 2017-06-13 08:30 +0200
  [PATCH V1 2/3] pinctrl: qcom: spmi-gpio: Add dtest route for digital input fenglinw@codeaurora.org - 2017-06-13 08:30 +0200
    Re: [PATCH V1 2/3] pinctrl: qcom: spmi-gpio: Add dtest route for  digital input Rob Herring <robh@kernel.org> - 2017-06-18 16:10 +0200

csiph-web