All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] pinctrl: rockchip: add rk3188 support
@ 2013-10-15 23:06 ` Heiko Stübner
  0 siblings, 0 replies; 22+ messages in thread
From: Heiko Stübner @ 2013-10-15 23:06 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2013-10-16 11:47 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-15 23:06 [PATCH v2 0/5] pinctrl: rockchip: add rk3188 support Heiko Stübner
2013-10-15 23:06 ` Heiko Stübner
2013-10-15 23:07 ` [PATCH v2 1/5] pinctrl: rockchip: separate different sub-types more Heiko Stübner
2013-10-15 23:07   ` Heiko Stübner
2013-10-16 11:40   ` Linus Walleij
2013-10-16 11:40     ` Linus Walleij
2013-10-15 23:07 ` [PATCH v2 2/5] pinctrl: rockchip: add support for multiple bank types Heiko Stübner
2013-10-15 23:07   ` Heiko Stübner
2013-10-16 11:41   ` Linus Walleij
2013-10-16 11:41     ` Linus Walleij
2013-10-15 23:08 ` [PATCH v2 3/5] pinctrl: rockchip: remove redundant check Heiko Stübner
2013-10-15 23:08   ` Heiko Stübner
2013-10-16 11:42   ` Linus Walleij
2013-10-16 11:42     ` Linus Walleij
2013-10-15 23:08 ` [PATCH v2 4/5] pinctrl: rockchip: add rk3188 specifics Heiko Stübner
2013-10-15 23:08   ` Heiko Stübner
2013-10-16 11:46   ` Linus Walleij
2013-10-16 11:46     ` Linus Walleij
2013-10-15 23:09 ` [PATCH v2 5/5] pinctrl: rockchip: emulate both edge triggered interrupts Heiko Stübner
2013-10-15 23:09   ` Heiko Stübner
2013-10-16 11:47   ` Linus Walleij
2013-10-16 11:47     ` Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.