Commit Graph

293 Commits (da439db35a556dc866bc25ce9eb47d7e4c6931f3)

Author SHA1 Message Date
Bin Meng c4762157cf pci: Move CONFIG_PCI_PNP to Kconfig 8 years ago
Tom Rini af27382e2d drivers/pci/Kconfig: Add PCI 8 years ago
Simon Glass df87e6b1b8 libfdt: Sync fdt_for_each_subnode() with upstream 8 years ago
Bin Meng 5f6ad029f3 vbe: Make vbe_setup_video_priv() public 8 years ago
Bin Meng f0920e4a44 dm: video: Output verbose information in vbe_setup_video() 8 years ago
Simon Glass ee87ee82e1 dm: video: Add driver-model support to vesa graphics 8 years ago
Masahiro Yamada 1221ce459d treewide: replace #include <asm/errno.h> with <linux/errno.h> 8 years ago
Paul Burton 65f62b1ca1 pci: Flip condition for detecting non-PCI parent devices 8 years ago
Paul Burton a29e45a9c4 pci: xilinx: Add a driver for Xilinx AXI to PCIe bridge 8 years ago
Stephen Warren bbc5b36b25 pci: tegra: port to standard clock/reset/pwr domain APIs 8 years ago
Tim Harvey ec21aee653 pci: allow disabling of pci init/enum via env 8 years ago
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 9 years ago
Bin Meng f698baa9d1 pci: Add board_ prefix to should_load_oprom() and make it weak 9 years ago
Bin Meng c0aea6ba8b pci: Make load_oprom and run_oprom independent 9 years ago
Bin Meng b45dd66225 pci: Remove CONFIG_ALWAYS_LOAD_OPROM 9 years ago
Stephen Warren f39a6a3277 pci: tegra: actually program REFCLK_CFG* on recent SoCs 9 years ago
Stephen Warren 3cfc6be4a8 pci: tegra: correctly program PADS_REFCLK registers 9 years ago
Bogdan Purcareata 3378727d13 pcie/layerscape: fix bug in bus number computation when setting msi-map 9 years ago
Simon Glass cf63084492 pci: Drop CONFIG_SYS_SCSI_SCAN_BUS_REVERSE 9 years ago
Stephen Warren f5c6db84e7 pci: tegra: fix DM conversion issues on Tegra20 9 years ago
Yoshinori Sato 6d9f5b035d pci: Device scanning range fix 9 years ago
Stuart Yoder 5e8e27b743 pci/layerscape: set LUT and msi-map for discovered PCI devices 9 years ago
Stuart Yoder 2d97fbb4c4 armv8: ls2080a: remove obsolete stream ID partitioning support 9 years ago
Simon Glass 4974a6ff04 pci: Correct a few comments and nits 9 years ago
Simon Glass 319dba1f4d pci: Add functions to update PCI configuration registers 9 years ago
Simon Glass 02c80a0e13 dm: pci: Break out the common region display code 9 years ago
Simon Glass 3f603cbbb8 dm: Use uclass_first_device_err() where it is useful 9 years ago
Bin Meng 6796704b0d pci: Fix compiler warnings in dm_pciauto_setup_device() 9 years ago
Andreas Bießmann ed48899c11 pci_rom: fix may be used uninitialized warning 9 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