]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit14ec2ae7416a9636b5dd5e98f127dec850555190
tree967825a854c9eba91c242dd920e478dbf03594ff
parente9d1f893fcaecafb4fe50285fbe31e046f91a41f
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