]> git.baikalelectronics.ru Git - uboot.git/commit
gpio: add nexell driver
authorStefan Bosch <stefan_b@posteo.net>
Fri, 10 Jul 2020 17:07:27 +0000 (19:07 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 29 Jul 2020 12:43:40 +0000 (08:43 -0400)
commit1024a5959fcb6112f8ec4f54e057f5992ce60288
tree078b0040bf7a7cd97d9d1cfac17fd74a2748fd43
parentc2b6e1ef2d881d11592503e18a4e478206841177
gpio: 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...).

Signed-off-by: Stefan Bosch <stefan_b@posteo.net>
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/nx_gpio.c [new file with mode: 0644]