
17 Jul
2016
17 Jul
'16
4:13 p.m.
Hi Heiko,
On 15 July 2016 at 16:17, Heiko Stuebner heiko@sntech.de wrote:
Add a driver which supports pin multiplexing setup for the most commonly used peripherals.
Signed-off-by: Heiko Stuebner heiko@sntech.de
drivers/pinctrl/Kconfig | 9 + drivers/pinctrl/rockchip/Makefile | 1 + drivers/pinctrl/rockchip/pinctrl_rk3188.c | 614 ++++++++++++++++++++++++++++++ 3 files changed, 624 insertions(+) create mode 100644 drivers/pinctrl/rockchip/pinctrl_rk3188.c
Acked-by: Simon Glass sjg@chromium.org
But is it possible to use some common code with the rk3288 driver? Things like rk3288_pinctrl_set_pins()?
- Simon