From mboxrd@z Thu Jan 1 00:00:00 1970 From: james.hogan@imgtec.com (James Hogan) Date: Fri, 14 Jun 2013 16:53:06 +0100 Subject: [PATCH 0/5] pinctrl: fix some issues with new pinconfig dt parsing In-Reply-To: <201306141741.46077.heiko@sntech.de> References: <201306141741.46077.heiko@sntech.de> Message-ID: <51BB3C62.4070000@imgtec.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 14/06/13 16:41, Heiko St?bner wrote: > Some issues with the recently submitted generic pinconfig parsing from dt > came up, so fix these in this follow-up series. > > Hopefully I did catch all of them. > > Tested on my rk3066 device. > > Heiko Stuebner (5): > pinctrl: update the documentation for some pinconfig params > pinctrl: clarify some dt pinconfig options > pinctrl: handle zero found dt pinconfig properties better > pinctrl: dynamically alloc temp array when parsing dt pinconf options patches 1-4: Reviewed-by: James Hogan Cheers James > pinctrl: rockchip: correctly handle arguments of pinconf options > > .../bindings/pinctrl/pinctrl-bindings.txt | 22 +++++++++++- > drivers/pinctrl/pinconf-generic.c | 38 +++++++++++++++----- > drivers/pinctrl/pinctrl-rockchip.c | 37 ++++++++++++++++--- > include/linux/pinctrl/pinconf-generic.h | 18 ++++++---- > 4 files changed, 93 insertions(+), 22 deletions(-) > From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Hogan Subject: Re: [PATCH 0/5] pinctrl: fix some issues with new pinconfig dt parsing Date: Fri, 14 Jun 2013 16:53:06 +0100 Message-ID: <51BB3C62.4070000@imgtec.com> References: <201306141741.46077.heiko@sntech.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <201306141741.46077.heiko@sntech.de> Sender: linux-kernel-owner@vger.kernel.org To: =?UTF-8?B?SGVpa28gU3TDvGJuZXI=?= Cc: Linus Walleij , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , Grant Likely , rob.herring@calxeda.com, devicetree-discuss@lists.ozlabs.org, Laurent Pinchart List-Id: devicetree@vger.kernel.org On 14/06/13 16:41, Heiko St=C3=BCbner wrote: > Some issues with the recently submitted generic pinconfig parsing fro= m dt > came up, so fix these in this follow-up series. >=20 > Hopefully I did catch all of them. >=20 > Tested on my rk3066 device. >=20 > Heiko Stuebner (5): > pinctrl: update the documentation for some pinconfig params > pinctrl: clarify some dt pinconfig options > pinctrl: handle zero found dt pinconfig properties better > pinctrl: dynamically alloc temp array when parsing dt pinconf optio= ns patches 1-4: Reviewed-by: James Hogan Cheers James > pinctrl: rockchip: correctly handle arguments of pinconf options >=20 > .../bindings/pinctrl/pinctrl-bindings.txt | 22 ++++++++++= +- > drivers/pinctrl/pinconf-generic.c | 38 ++++++++++= +++++----- > drivers/pinctrl/pinctrl-rockchip.c | 37 ++++++++++= ++++++--- > include/linux/pinctrl/pinconf-generic.h | 18 ++++++---- > 4 files changed, 93 insertions(+), 22 deletions(-) >=20 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752403Ab3FNPxR (ORCPT ); Fri, 14 Jun 2013 11:53:17 -0400 Received: from multi.imgtec.com ([194.200.65.239]:26333 "EHLO multi.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751764Ab3FNPxN (ORCPT ); Fri, 14 Jun 2013 11:53:13 -0400 Message-ID: <51BB3C62.4070000@imgtec.com> Date: Fri, 14 Jun 2013 16:53:06 +0100 From: James Hogan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130514 Thunderbird/17.0.6 MIME-Version: 1.0 To: =?UTF-8?B?SGVpa28gU3TDvGJuZXI=?= CC: Linus Walleij , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , Grant Likely , , , "Laurent Pinchart" Subject: Re: [PATCH 0/5] pinctrl: fix some issues with new pinconfig dt parsing References: <201306141741.46077.heiko@sntech.de> In-Reply-To: <201306141741.46077.heiko@sntech.de> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Originating-IP: [192.168.154.65] X-SEF-Processed: 7_3_0_01192__2013_06_14_16_53_10 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 14/06/13 16:41, Heiko Stübner wrote: > Some issues with the recently submitted generic pinconfig parsing from dt > came up, so fix these in this follow-up series. > > Hopefully I did catch all of them. > > Tested on my rk3066 device. > > Heiko Stuebner (5): > pinctrl: update the documentation for some pinconfig params > pinctrl: clarify some dt pinconfig options > pinctrl: handle zero found dt pinconfig properties better > pinctrl: dynamically alloc temp array when parsing dt pinconf options patches 1-4: Reviewed-by: James Hogan Cheers James > pinctrl: rockchip: correctly handle arguments of pinconf options > > .../bindings/pinctrl/pinctrl-bindings.txt | 22 +++++++++++- > drivers/pinctrl/pinconf-generic.c | 38 +++++++++++++++----- > drivers/pinctrl/pinctrl-rockchip.c | 37 ++++++++++++++++--- > include/linux/pinctrl/pinconf-generic.h | 18 ++++++---- > 4 files changed, 93 insertions(+), 22 deletions(-) >