sunxi: power: Unify axp pmic function names
authorHans de Goede <hdegoede@redhat.com>
Sat, 3 Oct 2015 13:18:33 +0000 (15:18 +0200)
committerHans de Goede <hdegoede@redhat.com>
Tue, 20 Oct 2015 16:40:27 +0000 (18:40 +0200)
commit6944aff1ca91e8cf2c373193982cbb0417b4d4cc
tree02549285ee6718f207188a977ac197a1cf5ac7c8
parent401175220d169ba2bfe7fbb50d73ccc9c1d6a635
sunxi: power: Unify axp pmic function names

Stop prefixing the axp functions for setting voltages, etc. with the
model number, there ever is only one pmic driver built into u-boot,
this allows simplifying the callers.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
12 files changed:
arch/arm/cpu/armv7/sunxi/cpu_info.c
arch/arm/cpu/armv7/sunxi/usb_phy.c
board/sunxi/board.c
drivers/gpio/axp_gpio.c
drivers/power/axp152.c
drivers/power/axp209.c
drivers/power/axp221.c
drivers/video/sunxi_display.c
include/axp152.h
include/axp209.h
include/axp221.h
include/axp_pmic.h [new file with mode: 0644]