u-boot-brain/arch/arm/include/asm/arch-sunxi
Hans de Goede e13afeef6f sunxi: usb: Do not call phy_probe from hcd code
The 2/3 usb-phys on the sunxi SoCs are really a single separate functional
block, and are modelled as such in devicetree. So once we've moved all the
sunxi usb code to the driver-model then phy_probe will be called once
for the entire block from the driver-model enumeration code.

Move to this now as this also avoids problems with phy_probe being called
multiple times once we introduce ohci support. This also allows us to get rid
of the sunxi_usb_phy_enabled_count variable as phy_probe now is guaranteed
to be called only once.

Since we're effectively rewriting the probe / remove functions, move them
to the end of the file while we are at it, as that is the most logical place
for them.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
2015-05-04 16:51:55 +02:00
..
clock_sun4i.h sunxi: Fix sun5i mbus speed when booting old kernels 2015-02-21 16:53:37 +01:00
clock_sun6i.h sunxi: Add support for A33 PLL11 (second DRAM pll) 2015-05-04 16:51:51 +02:00
clock_sun9i.h sun9i: Add clock_sun9i.h with ccu register layout for sun9i 2015-01-22 12:34:55 +01:00
clock.h sun9i: Add clock_sun9i.h with ccu register layout for sun9i 2015-01-22 12:34:55 +01:00
cpu_sun4i.h sunxi: Introduce a hidden SUNXI_GEN_SUNxI Kconfig bool 2015-05-04 16:51:51 +02:00
cpu_sun9i.h sunxi: rsb: Add sun9i (A80 support) 2015-02-02 13:55:14 +01:00
cpu.h sun9i: Add cpu_sun9i.h with iomem defines 2015-01-22 12:34:55 +01:00
cpucfg_sun6i.h sun6i: Add cpucfg register definitions 2014-11-13 14:49:01 +01:00
display.h sunxi: video: Use frontend for dma on sun4i to fix memory bandwidth problems 2015-01-22 12:34:56 +01:00
dram_sun4i.h sunxi: Stop differentiating between 512M and 1G variants of the same board 2015-01-22 12:34:56 +01:00
dram_sun6i.h sun6i: Add dram initialization code 2014-11-13 14:49:01 +01:00
dram_sun8i_a23.h sunxi: s/sun8i/sun8i_a23/ 2015-05-04 16:51:51 +02:00
dram_sun8i_a33.h sunxi: Add a33 dram init code 2015-05-04 16:51:51 +02:00
dram.h sunxi: Add a33 dram init code 2015-05-04 16:51:51 +02:00
gpio.h sunxi: axp: Remove non driver-model support from the axp gpio code 2015-05-04 16:51:54 +02:00
i2c.h sunxi: Complete i2c support for each supported platform 2015-04-15 16:33:17 +02:00
mmc.h sunxi: Introduce a hidden SUNXI_GEN_SUNxI Kconfig bool 2015-05-04 16:51:51 +02:00
p2wi.h sun6i: Add new p2wi controller driver 2014-11-13 14:49:01 +01:00
pmic_bus.h sunxi: axp: Move axp pmic register helpers to a separate file 2015-05-04 16:51:53 +02:00
prcm.h sunxi: Add support for the rsb (Reduced Serial Bus) 2015-01-14 14:56:36 +01:00
rsb.h sunxi: rsb: Move rsb_set_device_mode() call to rsb_init() 2015-02-02 13:55:14 +01:00
spl.h arm: spl: fix include guard 2014-07-05 09:28:21 +02:00
sys_proto.h sunxi: gmac: Move sunxi_gmac_initialize proto out of netdev.h 2015-05-04 16:51:53 +02:00
timer.h sunxi: Introduce a hidden SUNXI_GEN_SUNxI Kconfig bool 2015-05-04 16:51:51 +02:00
usb_phy.h sunxi: usb: Do not call phy_probe from hcd code 2015-05-04 16:51:55 +02:00
watchdog.h sunxi: Use CONFIG_MACH_SUN?I from Kconfig instead of CONFIG_SUN?I 2014-11-05 13:09:58 +01:00