commit | dc9691066fa7de51178de5ac3e06b3681557a7b4 | [log] [tgz] |
---|---|---|
author | Maxime Ripard <maxime.ripard@free-electrons.com> | Sat Apr 26 22:28:54 2014 +0200 |
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | Sun May 04 19:57:18 2014 -0500 |
tree | 5ecbae5cf4632b76b97eb6988c374c6e2970cea5 | |
parent | 340ba6c4973184e2a9a7c51b295230fec17d1109 [diff] |
pinctrl: sunxi: Move the reset handling functions out of the core The way that reset is handled right now is that it is made optional for every pinctrl driver, while actually, it isn't used at all for the main pin controllers so far, and while it's mandatory for the A31's secondary pin controller. Move the reset functions out of the core and in the driver, where they can be made mandatory. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>