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(-) >