]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/pinctrl/qcom/pinctrl-msm8960.c
pinctrl: qcom: Make the target processor value configurable
authorGeorgi Djakov <gdjakov@mm-sol.com>
Wed, 3 Sep 2014 16:28:16 +0000 (19:28 +0300)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 4 Sep 2014 16:19:31 +0000 (18:19 +0200)
commitf712c554a7fca8f6308afbce844eacbf5e48787b
tree967825a854c9eba91c242dd920e478dbf03594ff
parenta9d490c5a8a05b1ff7d2d6fe5bf1053033788e76
pinctrl: qcom: Make the target processor value configurable

Currently the value used to specify that interrupts from the gpio should
be routed to the application processor is hardcoded for all Qualcomm SoCs.
But the new APQ8084 SoC uses a different value. To resolve this, we make
this value configurable for each SoC. For all existing SoCs we continue
to use the current value, and only for APQ8084 we use the new value.

Suggested-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
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/pinctrl-apq8064.c
drivers/pinctrl/qcom/pinctrl-apq8084.c
drivers/pinctrl/qcom/pinctrl-ipq8064.c
drivers/pinctrl/qcom/pinctrl-msm.c
drivers/pinctrl/qcom/pinctrl-msm.h
drivers/pinctrl/qcom/pinctrl-msm8960.c
drivers/pinctrl/qcom/pinctrl-msm8x74.c