[PATCH 0/3][v3] pinctrl: qcom: add support for sparse GPIOs

Timur Tabi timur at codeaurora.org
Thu Jul 27 11:19:22 PDT 2017


First patch update gpiolib so that it requests the GPIO before trying to
initialize it.

Second patch allows for for pinctrl-msm to understand GPIO groups with
no pins.  Such pins are "hidden" and can't be exported or accessed.

Last patch updates the QDF2xxx driver to take advantage of all that.

v3: Add checks in IRQ mask and unmask functions


Timur Tabi (3):
  gliolib: request the gpio before querying its direction
  [v3] pinctrl: qcom: disable GPIO groups with no pins
  [v2] pinctrl: qcom: qdf2xxx: add support for new ACPI HID QCOM8002

 drivers/gpio/gpiolib.c                 |  11 +++
 drivers/pinctrl/qcom/pinctrl-msm.c     |  30 +++++--
 drivers/pinctrl/qcom/pinctrl-qdf2xxx.c | 139 ++++++++++++++++++++++++---------
 3 files changed, 139 insertions(+), 41 deletions(-)

-- 
Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm
Technologies, Inc.  Qualcomm Technologies, Inc. is a member of the
Code Aurora Forum, a Linux Foundation Collaborative Project.




More information about the linux-arm-kernel mailing list