rv1126-uboot/drivers/pci
Simon Glass a821c4af79 dm: Rename dev_addr..() functions
These support the flat device tree. We want to use the dev_read_..()
prefix for functions that support both flat tree and live tree. So rename
the existing functions to avoid confusion.

In the end we will have:

   1. dev_read_addr...()    - works on devices, supports flat/live tree
   2. devfdt_get_addr...()  - current functions, flat tree only
   3. of_get_address() etc. - new functions, live tree only

All drivers will be written to use 1. That function will in turn call
either 2 or 3 depending on whether the flat or live tree is in use.

Note this involves changing some dead code - the imx_lpi2c.c file.

Signed-off-by: Simon Glass <sjg@chromium.org>
2017-06-01 07:03:01 -06:00
..
Kconfig pci: layerscape: add pci driver based on DM 2017-01-18 09:26:37 -08:00
Makefile Drop CONFIG_WINBOND_83C553 2017-01-25 17:38:43 -05:00
fsl_pci_init.c mpc85xx: pcie: Implement workaround for Erratum A007815 2017-01-24 13:28:31 -08:00
pci-emul-uclass.c
pci-uclass.c pci: avoid memory leak 2017-05-12 08:37:18 -04:00
pci.c pci: allow disabling of pci init/enum via env 2016-07-28 13:27:17 +02:00
pci_auto.c pci: Fix compiler warnings in dm_pciauto_setup_device() 2016-02-26 08:53:10 -07:00
pci_auto_common.c dm: pci: Break out the common region display code 2016-03-14 15:34:50 -06:00
pci_auto_old.c
pci_common.c dm: pci: remove pci_bus_to_hose(0) calling 2017-01-18 09:25:22 -08:00
pci_compat.c dm: pci: return the real controller in pci_bus_to_hose() 2017-01-18 09:25:14 -08:00
pci_ftpci100.c
pci_gt64120.c
pci_indirect.c
pci_internal.h
pci_msc01.c
pci_mvebu.c pci: mvebu: Fix Armada 38x support 2017-02-01 09:01:19 +01:00
pci_rom.c x86: pci: Allow conditionally run VGA rom in S3 2017-05-17 17:11:46 +08:00
pci_sandbox.c dm: Use dm_scan_fdt_dev() directly where possible 2016-07-27 14:15:54 -06:00
pci_sh4.c
pci_sh7751.c pci: sh7751: map PCI memory space into SDRAM 2016-12-02 21:32:43 -05:00
pci_sh7780.c
pci_tegra.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
pci_x86.c
pcie_dw_mvebu.c dm: Rename dev_addr..() functions 2017-06-01 07:03:01 -06:00
pcie_imx.c pcie_imx: increment timeout for link up 2016-07-12 17:58:48 +02:00
pcie_layerscape.c armv8: fsl-layerscape: Add NXP LS2081A, LS2041A SoC support 2017-05-23 09:40:23 -07:00
pcie_layerscape.h armv8: fsl-layerscape: Add NXP LS2081A, LS2041A SoC support 2017-05-23 09:40:23 -07:00
pcie_layerscape_fixup.c armv8: fsl-layerscape: Add NXP LS2081A, LS2041A SoC support 2017-05-23 09:40:23 -07:00
pcie_xilinx.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
tsi108_pci.c