]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
pinctrl: qcom: Add APQ8084 pinctrl support
authorGeorgi Djakov <gdjakov@mm-sol.com>
Wed, 3 Sep 2014 16:28:13 +0000 (19:28 +0300)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 4 Sep 2014 16:14:59 +0000 (18:14 +0200)
commitc4f6f9c0f38a30148f05bf477ffe3213b8dc2e0c
treefca88c89a050ebeedb4d99fff392df5324020953
parent51128e8ac839495e0f2c8287cfe65f9277494a98
pinctrl: qcom: Add APQ8084 pinctrl support

This patchset adds pinctrl support for the Qualcomm APQ8084 platform.

This set of patches adds pinctrl support for the Qualcomm APQ8084 platform.
The first patch adds the pin definitions. The second patch contains the
devicetree binding documentation. The third patch adds the DT node.
The last patch makes the INTR_TARGET_PROC_APPS value configurable and
defines it for each existing SoC.

Tested on IFC6540 board.

Changes since v3:
 - Fixed the sdc valid pin values in the binding documentation - sdc2
   instead of sdc3. (suggested by Bjorn Andersson)

Changes since v2:
 - Fixed some incorrect bits and offsets. (suggested by Bjorn Andersson)
 - Updated binding documentation to follow the format of msm8960.
   (suggested by Bjorn Andersson)
 - Added fourth patch, which removes the hardcoded INTR_TARGET_PROC_APPS
   value and makes it configurable. Also we keep the current value for
   existing SoCs. (suggested by Bjorn Andersson)

Changes since v1:
 - Updated the total number of pins (suggested by Bjorn Andersson)
 - Added the missing pin info (provided by Andy Gross)
 - Updated groups and functions to be consistent with other pinctrls.
   (suggested by Andy Gross)
 - Removed unused functions, qdss and test pins. (suggested by Andy Gross)
 - Updated the documentation with the possible functions.

Reviewed-by: Andy Gross <agross@codeaurora.org>
Acked-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Signed-off-by: Georgi Djakov <gdjakov@mm-sol.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/qcom/Kconfig
drivers/pinctrl/qcom/Makefile
drivers/pinctrl/qcom/pinctrl-apq8084.c [new file with mode: 0644]