u-boot-brain/drivers/ata
Masahiro Yamada 2548493ab4 treewide: convert devfdt_get_addr() to dev_read_addr()
When you enable CONFIG_OF_LIVE, you will end up with a lot of
conversions.

To generate this commit, I used coccinelle excluding drivers/core/,
include/dm/, and test/

The semantic patch that makes this change is as follows:

  <smpl>
  @@
  expression dev;
  @@
  -devfdt_get_addr(dev)
  +dev_read_addr(dev)
  </smpl>

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2020-07-25 14:46:57 -06:00
..
ahci_mvebu.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
ahci_sunxi.c common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
ahci-pci.c ahci-pci: ASM1061 report wrong class, but support AHCI. 2019-10-11 10:10:18 -04:00
ahci-uclass.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
ahci.c common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
dwc_ahci.c treewide: convert devfdt_get_addr() to dev_read_addr() 2020-07-25 14:46:57 -06:00
dwc_ahsata_priv.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
dwc_ahsata.c common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
fsl_sata.c common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
fsl_sata.h ata: fsl_sata: Add DM support for Freescale PowerPC SATA driver 2019-11-19 14:11:44 +05:30
Kconfig Revert "ata: fsl_ahci: Add sata DM support for Freescale powerpc socs" 2020-02-25 10:16:05 +05:30
libata.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
Makefile Revert "ata: fsl_ahci: Add sata DM support for Freescale powerpc socs" 2020-02-25 10:16:05 +05:30
mvsata_ide.c common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
sata_ceva.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
sata_mv.c common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
sata_sandbox.c common: Drop part.h from common header 2020-05-18 17:33:33 -04:00
sata_sil.c sata_sil: Enable DM_PCI operation 2020-07-07 18:23:48 -04:00
sata_sil.h sata_sil: Enable DM_PCI operation 2020-07-07 18:23:48 -04:00
sata_sil3114.c common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
sata_sil3114.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
sata.c common: Drop part.h from common header 2020-05-18 17:33:33 -04:00