pinctrl: add nexell driver
authorStefan Bosch <stefan_b@posteo.net>
Fri, 10 Jul 2020 17:07:30 +0000 (19:07 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 29 Jul 2020 12:43:40 +0000 (08:43 -0400)
commit8d393b2c2278c846d26d59b37a2b46d3bcdb1663
treef77274622d36aab84d67a7a589a3f0da9ec98233
parent8408318943ebff4ec0533bf3318dd591a06926f5
pinctrl: add nexell driver

Changes in relation to FriendlyARM's U-Boot nanopi2-v2016.01:
- livetree API (dev_read_...) is used instead of fdt one (fdt...).
- doc/device-tree-bindings/pinctrl/nexell,s5pxx18-pinctrl.txt added.

Signed-off-by: Stefan Bosch <stefan_b@posteo.net>
doc/device-tree-bindings/pinctrl/nexell,s5pxx18-pinctrl.txt [new file with mode: 0644]
drivers/pinctrl/Kconfig
drivers/pinctrl/Makefile
drivers/pinctrl/nexell/Kconfig [new file with mode: 0644]
drivers/pinctrl/nexell/Makefile [new file with mode: 0644]
drivers/pinctrl/nexell/pinctrl-nexell.c [new file with mode: 0644]
drivers/pinctrl/nexell/pinctrl-nexell.h [new file with mode: 0644]
drivers/pinctrl/nexell/pinctrl-s5pxx18.c [new file with mode: 0644]
drivers/pinctrl/nexell/pinctrl-s5pxx18.h [new file with mode: 0644]