pinctrl: fix some issues with new pinconfig dt parsing
From: Heiko Stuebner <heiko@...> Date: Sun, 16 Jun 2013 17:26:29 +0200
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 (4): pinctrl: clarify some dt pinconfig options pinctrl: handle zero found dt pinconfig properties better pinctrl: pinctrl: dynamically alloc temp array when parsing dt pinconf options 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 | 41 ++++++++++++++++++-- 3 files changed, 87 insertions(+), 14 deletions(-) -- 1.7.10.4
Patches in this set
- [0001] pinctrl: clarify some dt pinconfig options (raw)
- [0002] pinctrl: handle zero found dt pinconfig properties better (raw)
- [0003] pinctrl: dynamically alloc temp array when parsing dt pinconf options (raw)
- [0004] pinctrl: rockchip: correctly handle arguments of pinconf options (raw)
Statistics
- 4 individual patches
- 88 lines added
- 15 lines removed