Re: [PATCH v2 1/3] pinctrl: qcom: Add APQ8084 pinctrl support

2014-08-29 Thread Bjorn Andersson
On Tue 26 Aug 05:45 PDT 2014, Georgi Djakov wrote: Hi Georgi, Sorry for missing this before, but I did a quick walkthrough and unfortunately the gpio configuration needs a few updates. diff --git a/drivers/pinctrl/qcom/pinctrl-apq8084.c b/drivers/pinctrl/qcom/pinctrl-apq8084.c [...] +

Re: [PATCH v2 1/3] pinctrl: qcom: Add APQ8084 pinctrl support

2014-08-29 Thread Georgi Djakov
On 08/29/2014 09:01 AM, Bjorn Andersson wrote: On Tue 26 Aug 05:45 PDT 2014, Georgi Djakov wrote: Hi Georgi, Sorry for missing this before, but I did a quick walkthrough and unfortunately the gpio configuration needs a few updates. diff --git a/drivers/pinctrl/qcom/pinctrl-apq8084.c

Re: [PATCH v2 1/3] pinctrl: qcom: Add APQ8084 pinctrl support

2014-08-28 Thread Linus Walleij
On Tue, Aug 26, 2014 at 2:45 PM, Georgi Djakov gdja...@mm-sol.com wrote: This patchset adds pinctrl support for the Qualcomm APQ8084 platform. Signed-off-by: Georgi Djakov gdja...@mm-sol.com Looks good to me, but waiting for Björn's review before merging. Yours, Linus Walleij -- To

Re: [PATCH v2 1/3] pinctrl: qcom: Add APQ8084 pinctrl support

2014-08-27 Thread Andy Gross
On Tue, Aug 26, 2014 at 03:45:54PM +0300, Georgi Djakov wrote: This patchset adds pinctrl support for the Qualcomm APQ8084 platform. Signed-off-by: Georgi Djakov gdja...@mm-sol.com Looks good. I'll try to test this tomorrow, but for now Reviewed-by: Andy Gross agr...@codeaurora.org --

[PATCH v2 1/3] pinctrl: qcom: Add APQ8084 pinctrl support

2014-08-26 Thread Georgi Djakov
This patchset adds pinctrl support for the Qualcomm APQ8084 platform. Signed-off-by: Georgi Djakov gdja...@mm-sol.com --- drivers/pinctrl/qcom/Kconfig |8 + drivers/pinctrl/qcom/Makefile |1 + drivers/pinctrl/qcom/pinctrl-apq8084.c | 1243