Commit Graph

49 Commits (3d1df0e363ff13b7aed17f9bb576d045f26c3f74)

Author SHA1 Message Date
Simon Glass e160f7d430 dm: core: Replace of_offset with accessor 7 years ago
Paul Burton 65f62b1ca1 pci: Flip condition for detecting non-PCI parent devices 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
Yoshinori Sato 6d9f5b035d pci: Device scanning range fix 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 3f603cbbb8 dm: Use uclass_first_device_err() where it is useful 8 years ago
Stephen Warren e578b92cdb Implement "pci enum" command for CONFIG_DM_PCI 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
Simon Glass 8bd42525fa pci: Tidy up comments in pci_bind_bus_devices() 9 years ago
Simon Glass 21d1fe7ec2 dm: pci: Add driver model API functions for address mapping 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 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
Bin Meng bbbcb52628 dm: pci: Enable VGA address forwarding on bridges 9 years ago
Bin Meng 069155cbb4 dm: pci: Fix pci_last_busno() to return the real last bus no 9 years ago
Simon Glass 5dbcf3a0f9 dm: pci: Adjust pci_find_and_bind_driver() to return -EPERM 9 years ago
Simon Glass 3129ace489 dm: pci: Correct a few debug() statements 9 years ago
Simon Glass 4d21455e09 dm: pci: Tidy up auto-config error handling 9 years ago
Bin Meng 1e0f226362 dm: pci: Add an inline API to test if a device is on a PCI bus 9 years ago
Simon Glass 983c6ba227 dm: pci: Allow a PCI bus to be found without an alias 9 years ago
Bin Meng 1887ed3ad6 dm: pci: Optimize pci_uclass_post_bind() 9 years ago
Bin Meng dce54dd6c7 dm: pci: Save devfn without bus number in pci_uclass_child_post_bind() 9 years ago
Bin Meng 348b744b7c x86: fsp: Call fsp_init_phase_pci() in pci_uclass_post_probe() 9 years ago
Bin Meng 08fc7b8fac dm: pci: Support selected device/driver binding before relocation 9 years ago
Simon Glass 7868917032 Revert "dm: pci: Allow scan bridge child devices before relocation" 9 years ago
Simon Glass 76c3fbcd3d dm: pci: Add a way to iterate through all PCI devices 9 years ago
Simon Glass 66afb4ed92 dm: pci: Provide friendly config access functions 9 years ago
Bin Meng df189d9ba3 dm: pci: Allow scan bridge child devices before relocation 9 years ago
Bin Meng d11d9ef157 dm: pci: Support bridge device configuration correctly 9 years ago
Bin Meng 8326f136da dm: pci: Pass only device/function to pci_bus_find_devfn() 9 years ago
Bin Meng 4d8615cbf5 dm: pci: Use complete bdf in all pci config read/write routines 9 years ago
Simon Glass 4b515e4fc5 dm: pci: Add a function to get the BDF for a device 9 years ago
Simon Glass aba9296249 dm: pci: Add support for PCI driver matching 9 years ago
Simon Glass b9da5086b8 dm: x86: baytrail: Correct PCI region 3 when driver model is used 9 years ago
Simon Glass 5afeb4bb45 dm: pci: Correct bus number when scanning sub-buses 9 years ago
Simon Glass aec241dfb4 dm: pci: Use the correct hose when configuring devices 9 years ago
Simon Glass 2bb02e4fe2 dm: pci: Allow PCI bus numbering aliases 9 years ago
Simon Glass ff3e077bd2 dm: pci: Add a uclass for PCI 9 years ago