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)
committerHans de Goede <hdegoede@redhat.com>
Mon, 4 May 2015 14:51:54 +0000 (16:51 +0200)
commit421b32b8808a4d3dc59e84c69fc23b5d62302272
treed3fdee1f1487a71fa4339d0c8e8ac397272248ab
parentd17e1577a203e486d8a15bfa015a6410d99079de
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