Commit Graph

388 Commits (lime2-spi)

Author SHA1 Message Date
Simon Glass 911954859d dm: Use dm_scan_fdt_dev() directly where possible 8 years ago
Simon Glass 2e3f1ff63f dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev() 8 years ago
Stefano Babic a32b4a03c7 pcie_imx: increment timeout for link up 8 years ago
Bin Meng f698baa9d1 pci: Add board_ prefix to should_load_oprom() and make it weak 8 years ago
Bin Meng c0aea6ba8b pci: Make load_oprom and run_oprom independent 8 years ago
Bin Meng b45dd66225 pci: Remove CONFIG_ALWAYS_LOAD_OPROM 8 years ago
Stephen Warren f39a6a3277 pci: tegra: actually program REFCLK_CFG* on recent SoCs 8 years ago
Stephen Warren 3cfc6be4a8 pci: tegra: correctly program PADS_REFCLK registers 8 years ago
Bogdan Purcareata 3378727d13 pcie/layerscape: fix bug in bus number computation when setting msi-map 8 years ago
Simon Glass cf63084492 pci: Drop CONFIG_SYS_SCSI_SCAN_BUS_REVERSE 8 years ago
Stephen Warren f5c6db84e7 pci: tegra: fix DM conversion issues on Tegra20 8 years ago
Yoshinori Sato 6d9f5b035d pci: Device scanning range fix 8 years ago
Stuart Yoder 5e8e27b743 pci/layerscape: set LUT and msi-map for discovered PCI devices 8 years ago
Stuart Yoder 2d97fbb4c4 armv8: ls2080a: remove obsolete stream ID partitioning support 8 years ago
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 8 years ago
Simon Glass dfa71e9fcb tegra: Report errors from PCI init 8 years ago
Simon Glass 7282672d29 dm: pci: Convert bios_emu to use the driver model PCI API 8 years ago
Simon Glass 4439bc35aa dm: pci: Avoid using pci_bus_to_hose() in the uclass 8 years ago
Simon Glass 9d731c82f0 dm: pci: Add a function to write a BAR 8 years ago
Simon Glass a6eb93b321 dm: pci: Move pci_bus_to_hose() to compatibility 8 years ago
Tom Rini 55616b86c7 pci_rom.c: Fix may be used uninitialized warning 8 years ago
Simon Glass d830b1520a dm: pci: Avoid a memory leak when allocating the ROM 8 years ago
Simon Glass f19345b51c dm: pci: Add a 'fall through' comment 8 years ago
Phil Sutter 9a04527840 drivers/pci/pci_mvebu: Fix for boards with X4 lanes 8 years ago
Phil Sutter 1113146793 drivers/pci: Fix for debug builds without CONFIG_PCI_ENUM_ONLY 8 years ago
Simon Glass 8bd42525fa pci: Tidy up comments in pci_bind_bus_devices() 8 years ago
Simon Glass 7e78b9ef2c dm: pci: Switch to DM API for PCI address mapping 8 years ago
Simon Glass 21d1fe7ec2 dm: pci: Add driver model API functions for address mapping 8 years ago
Simon Glass 170366c113 dm: pci: Drop the old version of pci_find_class() 8 years ago
Simon Glass 0fe9cb0fbb dm: pci: Drop the old version of pci_find_device/s() 8 years ago
Simon Glass 8beb0bda9c dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI API 8 years ago
Simon Glass 3f4e1e8efc dm: pci: video: Convert video and pci_rom to use DM PCI API 8 years ago
Simon Glass bab17cf143 dm: pci: Add a function to read a PCI BAR 8 years ago
Simon Glass a0eb835635 dm: pci: Add a driver-model version of pci_find_class() 8 years ago
Simon Glass 5c0bf647c4 dm: pci: Add a driver-model version of pci_find_device() 8 years ago
Simon Glass 5e23b8b4a4 dm: pci: Use driver model PCI API in auto-config 8 years ago
Simon Glass f3f1faefcc dm: pci: Add a dm_ prefix to pci_bus_find_bdf() 8 years ago
Simon Glass 21ccce1ba5 dm: pci: Add a dm_ prefix to pci_get_bdf() 8 years ago
Simon Glass 2b81e8a3c8 dm: pci: Mark legacy files as such 8 years ago
Bin Meng 7ba34ff09f pci: layerscape: Adjust the return value when ls_pcie_addr_valid() fails 8 years ago
Bin Meng 9642b78cdf pci: imx: Adjust the return value when imx_pcie_addr_valid() fails 8 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