pinctrl: add support for Qualcomm Technologies QDF2xxx ARM64 SoCs
authorTimur Tabi <timur@codeaurora.org>
Wed, 15 Jul 2015 16:47:14 +0000 (11:47 -0500)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 17 Jul 2015 19:56:14 +0000 (21:56 +0200)
commit8f1338cd80648adf5434798f5393ad7c55d10848
tree70676f0ebf67ea8c3aaee12b1ad672055827c9a0
parentb4c45fe974bc5fa6240a729ea1f77db8b56d132a
pinctrl: add support for Qualcomm Technologies QDF2xxx ARM64 SoCs

Add the pinctrl driver for the Qualcomm Technologies QDF2xxx ARM64 SoCs,
which uses the Qualcomm Technologies TLMM pinctrl/gpio device.  This
driver is probed via ACPI and uses the pinctrl-msm.c backend driver.

This driver is intended to be used only an ACPI-enabled system.  As such,
UEFI will handle all pin control configuration, so this driver does not
provide pin control functions.  It is effectively a GPIO-only driver.

Signed-off-by: Timur Tabi <timur@codeaurora.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/qcom/Kconfig
drivers/pinctrl/qcom/Makefile
drivers/pinctrl/qcom/pinctrl-qdf2xxx.c [new file with mode: 0644]