u-boot-brain/drivers/ata
Simon Glass 4279efc4c9 dm: ahci: Drop use of probe_ent
With driver model we cannot have static data or assume that there is only
one device of each time. Adjust the code so that 'probe_ent' is not needed
with driver model. Add a new ahci_init_dm() function which can init AHCI
for driver model without re-allocating the uclass data. Move over the only
existing driver to use this new function.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2017-07-11 10:08:19 -06:00
..
ahci-uclass.c sata: Move drivers into new drivers/ata directory 2017-07-11 10:08:19 -06:00
ahci.c dm: ahci: Drop use of probe_ent 2017-07-11 10:08:19 -06:00
dwc_ahci.c dm: ahci: Drop use of probe_ent 2017-07-11 10:08:19 -06:00
dwc_ahsata.c dm: ahci: Rename struct ahci_probe_ent 2017-07-11 10:08:19 -06:00
dwc_ahsata.h sata: Move drivers into new drivers/ata directory 2017-07-11 10:08:19 -06:00
fsl_sata.c sata: Move drivers into new drivers/ata directory 2017-07-11 10:08:19 -06:00
fsl_sata.h sata: Move drivers into new drivers/ata directory 2017-07-11 10:08:19 -06:00
Kconfig sata: Move drivers into new drivers/ata directory 2017-07-11 10:08:19 -06:00
libata.c sata: Move drivers into new drivers/ata directory 2017-07-11 10:08:19 -06:00
Makefile sata: Move drivers into new drivers/ata directory 2017-07-11 10:08:19 -06:00
mvsata_ide.c sata: Move drivers into new drivers/ata directory 2017-07-11 10:08:19 -06:00
mxc_ata.c sata: Move drivers into new drivers/ata directory 2017-07-11 10:08:19 -06:00
sata_ceva.c dm: ahci: Unwind the confusing init code 2017-07-11 10:08:19 -06:00
sata_dwc.c sata: Move drivers into new drivers/ata directory 2017-07-11 10:08:19 -06:00
sata_dwc.h sata: Move drivers into new drivers/ata directory 2017-07-11 10:08:19 -06:00
sata_mv.c sata: Move drivers into new drivers/ata directory 2017-07-11 10:08:19 -06:00
sata_sandbox.c sata: Move drivers into new drivers/ata directory 2017-07-11 10:08:19 -06:00
sata_sil3114.c sata: Move drivers into new drivers/ata directory 2017-07-11 10:08:19 -06:00
sata_sil3114.h sata: Move drivers into new drivers/ata directory 2017-07-11 10:08:19 -06:00
sata_sil.c sata: Move drivers into new drivers/ata directory 2017-07-11 10:08:19 -06:00
sata_sil.h sata: Move drivers into new drivers/ata directory 2017-07-11 10:08:19 -06:00
sata.c sata: Move drivers into new drivers/ata directory 2017-07-11 10:08:19 -06:00