]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sunxi: axp: Remove non driver-model support from the axp gpio code
authorHans de Goede <hdegoede@redhat.com>
Sun, 26 Apr 2015 09:19:37 +0000 (11:19 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:35:21 +0000 (22:35 +0200)
commited0a1df6c3c34a5eabfbe92473e7cb5f7618ba90
tree148906fc914150dce16b95eceaa1309bd47079bb
parent6c98ea803580f8c2985eb1607500803959108e1a
sunxi: axp: Remove non driver-model support from the axp gpio code

Now that all sunxi boards are using driver-model for gpio (*), we can remove
the non driver-model support from the axp gpio code, and the glue to call
into the axp gpio code from the sunxi_gpio non driver-model code.

*) For the regular u-boot build, SPL still uses non driver-model gpio for
now, but the SPL never uses axp gpios support and we were already not building
axp-gpio support for the SPL.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
arch/arm/include/asm/arch-sunxi/gpio.h
drivers/gpio/axp_gpio.c
drivers/gpio/sunxi_gpio.c