pinctrl: fix some issues with new pinconfig dt parsing
From: Heiko Stuebner <heiko@...> Date: Fri, 14 Jun 2013 17:29:54 +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 (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 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(-) -- 1.7.10.4
Patches in this set
- [0001] pinctrl: update the documentation for some pinconfig params (raw)
- [0002] pinctrl: clarify some dt pinconfig options (raw)
- [0003] pinctrl: handle zero found dt pinconfig properties better (raw)
- [0004] pinctrl: dynamically alloc temp array when parsing dt pinconf options (raw)
- [0005] pinctrl: rockchip: correctly handle arguments of pinconf options (raw)
Statistics
- 5 individual patches
- 94 lines added
- 23 lines removed