pinctrl: rockchip: add rk3188 support
From: Heiko Stuebner <heiko@...> Date: Wed, 16 Oct 2013 00:11:20 +0200
A patch series, finalizing support for the pin controller in the rk3188. As mentioned in the individual patches, the rk3188 makes it even more complex due to its strange pull setting configuration. Therefore a bit of reordering needed to take place to accomodate this. changes since v1: - remove the of_device_is_any_of nonsense, as of_match_node is perfectly capable to reach the same goal, as pointed out by Mark Rutland Heiko Stuebner (5): pinctrl: rockchip: separate different sub-types more pinctrl: rockchip: add support for multiple bank types pinctrl: rockchip: remove redundant check pinctrl: rockchip: add rk3188 specifics pinctrl: rockchip: emulate both edge triggered interrupts .../bindings/pinctrl/rockchip,pinctrl.txt | 46 ++- drivers/pinctrl/pinctrl-rockchip.c | 292 +++++++++++++++----- 2 files changed, 274 insertions(+), 64 deletions(-) -- 1.7.10.4
Patches in this set
- [0001] pinctrl: rockchip: separate different sub-types more (raw)
- [0002] pinctrl: rockchip: add support for multiple bank types (raw)
- [0003] pinctrl: rockchip: remove redundant check (raw)
- [0004] pinctrl: rockchip: add rk3188 specifics (raw)
- [0005] pinctrl: rockchip: emulate both edge triggered interrupts (raw)
Statistics
- 5 individual patches
- 282 lines added
- 72 lines removed