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. -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html