Commit Graph

267 Commits (b71bea71294959c07e67ce7c91594f380f82f3a9)

Author SHA1 Message Date
Simon Glass 4974a6ff04 pci: Correct a few comments and nits 8 years ago
Simon Glass 319dba1f4d pci: Add functions to update PCI configuration registers 8 years ago
Simon Glass 02c80a0e13 dm: pci: Break out the common region display code 8 years ago
Simon Glass 3f603cbbb8 dm: Use uclass_first_device_err() where it is useful 8 years ago
Bin Meng 6796704b0d pci: Fix compiler warnings in dm_pciauto_setup_device() 8 years ago
Andreas Bießmann ed48899c11 pci_rom: fix may be used uninitialized warning 8 years ago
Stephen Warren e578b92cdb Implement "pci enum" command for CONFIG_DM_PCI 9 years ago
Simon Glass dfa71e9fcb tegra: Report errors from PCI init 9 years ago
Simon Glass 7282672d29 dm: pci: Convert bios_emu to use the driver model PCI API 9 years ago
Simon Glass 4439bc35aa dm: pci: Avoid using pci_bus_to_hose() in the uclass 9 years ago
Simon Glass 9d731c82f0 dm: pci: Add a function to write a BAR 9 years ago
Simon Glass a6eb93b321 dm: pci: Move pci_bus_to_hose() to compatibility 9 years ago
Tom Rini 55616b86c7 pci_rom.c: Fix may be used uninitialized warning 9 years ago
Simon Glass d830b1520a dm: pci: Avoid a memory leak when allocating the ROM 9 years ago
Simon Glass f19345b51c dm: pci: Add a 'fall through' comment 9 years ago
Phil Sutter 9a04527840 drivers/pci/pci_mvebu: Fix for boards with X4 lanes 9 years ago
Phil Sutter 1113146793 drivers/pci: Fix for debug builds without CONFIG_PCI_ENUM_ONLY 9 years ago
Simon Glass 8bd42525fa pci: Tidy up comments in pci_bind_bus_devices() 9 years ago
Simon Glass 7e78b9ef2c dm: pci: Switch to DM API for PCI address mapping 9 years ago
Simon Glass 21d1fe7ec2 dm: pci: Add driver model API functions for address mapping 9 years ago
Simon Glass 170366c113 dm: pci: Drop the old version of pci_find_class() 9 years ago
Simon Glass 0fe9cb0fbb dm: pci: Drop the old version of pci_find_device/s() 9 years ago
Simon Glass 8beb0bda9c dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI API 9 years ago
Simon Glass 3f4e1e8efc dm: pci: video: Convert video and pci_rom to use DM PCI API 9 years ago
Simon Glass bab17cf143 dm: pci: Add a function to read a PCI BAR 9 years ago
Simon Glass a0eb835635 dm: pci: Add a driver-model version of pci_find_class() 9 years ago
Simon Glass 5c0bf647c4 dm: pci: Add a driver-model version of pci_find_device() 9 years ago
Simon Glass 5e23b8b4a4 dm: pci: Use driver model PCI API in auto-config 9 years ago
Simon Glass f3f1faefcc dm: pci: Add a dm_ prefix to pci_bus_find_bdf() 9 years ago
Simon Glass 21ccce1ba5 dm: pci: Add a dm_ prefix to pci_get_bdf() 9 years ago
Simon Glass 2b81e8a3c8 dm: pci: Mark legacy files as such 9 years ago
Bin Meng 7ba34ff09f pci: layerscape: Adjust the return value when ls_pcie_addr_valid() fails 9 years ago
Bin Meng 9642b78cdf pci: imx: Adjust the return value when imx_pcie_addr_valid() fails 9 years ago
Bin Meng 789fa275b3 x86: Remove HAVE_ACPI_RESUME 9 years ago
Simon Glass 3ba5f74a54 dm: pci: Disable PCI compatibility functions by default 9 years ago
Simon Glass 011e948295 dm: pci: Move common auto-config functions to a common file 9 years ago
Simon Glass 76a8b6a58a dm: pci: Rename pci_auto.c to pci_auto_old.c 9 years ago
Simon Glass e81ca88451 dm: tegra: pci: Convert tegra boards to driver model for PCI 9 years ago
Simon Glass f9260336d0 dm: pci: Add a function to find the regions for a PCI bus 9 years ago
Simon Glass 9f60fb0db4 dm: pci: Add a function to get the controller for a bus 9 years ago
Simon Glass 9289db6c60 dm: pci: Add functions to emulate 8- and 16-bit access 9 years ago
Simon Glass 9526d83ac5 dm: pci: Support decoding ranges with duplicate entries 9 years ago
Simon Glass 2084c5af6d dm: pci: Set up the SDRAM mapping correctly 9 years ago
Simon Glass fde7e18938 dm: tegra: pci: Move CONFIG_PCI_TEGRA to Kconfig 9 years ago
Mingkai Hu af523a0d56 pci/layerscape: add support for LS1043A PCIe LUT register access 9 years ago
Prabhakar Kushwaha 06b5301043 armv8: ls2085a: Add support of LS2085A SoC 9 years ago
Prabhakar Kushwaha 449372148f armv8: LS2080A: Rename LS2085A to reflect LS2080A 9 years ago
Marcel Ziswiler b4bd655493 pci: fix address range check in __pci_hose_phys_to_bus() 9 years ago
Cheng Gu 3526285068 pci: fix checking PCI_REGION_MEM in pci_hose_phys_to_bus() 9 years ago
Stephen Warren d9eda6c441 pci: tegra: add/enable support for Tegra210 9 years ago