From mboxrd@z Thu Jan 1 00:00:00 1970 From: Georgi Djakov Subject: Re: [PATCH v4 4/4] pinctrl: qcom: Make the target processor value configurable Date: Fri, 05 Sep 2014 10:20:57 +0300 Message-ID: <54096459.7020201@mm-sol.com> References: <1409761696-15435-1-git-send-email-gdjakov@mm-sol.com> <1409761696-15435-5-git-send-email-gdjakov@mm-sol.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from ns.mm-sol.com ([37.157.136.199]:39025 "EHLO extserv.mm-sol.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751828AbaIEHUr (ORCPT ); Fri, 5 Sep 2014 03:20:47 -0400 In-Reply-To: Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Linus Walleij Cc: Kumar Gala , Bjorn Andersson , Andy Gross , Rob Herring , Mark Rutland , Grant Likely , Stephen Boyd , "Ivan T. Ivanov" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-arm-msm@vger.kernel.org" On 09/04/2014 07:20 PM, Linus Walleij wrote: > On Wed, Sep 3, 2014 at 6:28 PM, Georgi Djakov wrote: > >> 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 >> Acked-by: Bjorn Andersson >> Signed-off-by: Georgi Djakov > > Patch applied. > > Yours, > Linus Walleij > Thank you, Bjorn and Linus! From mboxrd@z Thu Jan 1 00:00:00 1970 From: gdjakov@mm-sol.com (Georgi Djakov) Date: Fri, 05 Sep 2014 10:20:57 +0300 Subject: [PATCH v4 4/4] pinctrl: qcom: Make the target processor value configurable In-Reply-To: References: <1409761696-15435-1-git-send-email-gdjakov@mm-sol.com> <1409761696-15435-5-git-send-email-gdjakov@mm-sol.com> Message-ID: <54096459.7020201@mm-sol.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 09/04/2014 07:20 PM, Linus Walleij wrote: > On Wed, Sep 3, 2014 at 6:28 PM, Georgi Djakov wrote: > >> 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 >> Acked-by: Bjorn Andersson >> Signed-off-by: Georgi Djakov > > Patch applied. > > Yours, > Linus Walleij > Thank you, Bjorn and Linus!