Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
99b3ee59621f6d70c5542c8794f77da1d3b8206a
/
drivers
/
pci
/
pci-uclass.c
5df208d
pci: ensure enumeration of all devices in pci_init
by Marek Behún
· 6 years ago
09467d3
drivers: pci: add API to issue FLR on a PCI function if supported
by Alex Marginean
· 5 years ago
1c934a6
drivers: pci: add map_bar support for Enhanced Allocation
by Alex Marginean
· 5 years ago
adf0d99
pci: Add boundary check for hose->regions
by Thierry Reding
· 6 years ago
dcc5820
Merge git://git.denx.de/u-boot-marvell
by Tom Rini
· 6 years ago
a74eb55
pci: Add pci_get_devfn() to extract devfn from the fdt_pci_addr
by Stefan Roese
· 6 years ago
fb862b05
dm/pci: Change the first CFG read to Vendor ID in enumeration
by Hou Zhiqiang
· 6 years ago
631f348
dm: pci: Add APIs to find next capability and extended capability
by Bin Meng
· 6 years ago
b453579
pci: Support parsing PCI controller DT subnodes
by Marek Vasut
· 6 years ago
c7570a3
Remove <inttypes.h> includes and PRI* usages in printf() entirely
by Masahiro Yamada
· 6 years ago
a7366f0
dm: pci: Add APIs to find capability and extended capability
by Bin Meng
· 6 years ago
a8d2780
dm: pci: Assign correct driver data when binding a driver
by Bin Meng
· 6 years ago
20bdc1e
dm: pci: Fix scanning multi-function device
by Bin Meng
· 6 years ago
00d808e
dm: pci: Extract vendor/device id in child_post_bind()
by Bin Meng
· 6 years ago
7241f80
dm: pci: Use a 1:1 mapping for bus <-> phy addresses
by Christian Gmeiner
· 6 years ago
5f4e094
dm: pci: Make ranges dt property optional
by Christian Gmeiner
· 6 years ago
c307e17
PCI: dm: Ignore 64-bit memory regions if CONFIG_SYS_PCI_64BIT not set
by Tuomas Tynkkynen
· 7 years ago
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
6d53207
dm: pci: Avoid setting a PCI region that has 0 size
by Bin Meng
· 7 years ago
ae0bdde
dm: pci: Check board information pointer in decode_regions()
by Bin Meng
· 7 years ago
9c5df38
pci: Fix decode regions for memory banks
by Bernhard Messerklinger
· 7 years ago
8cce4cf
pci: Add helper for implementing memory-mapped config space accesses
by Tuomas Tynkkynen
· 7 years ago
9cf85cb
dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()
by Masahiro Yamada
· 7 years ago
4191dc1
dm: core: Add functions to obtain node's address/size cells
by Simon Glass
· 7 years ago
89d8323
dm: pci: Update uclass to support livetree
by Simon Glass
· 8 years ago
a89009c
pci: avoid memory leak
by xypron.glpk@gmx.de
· 8 years ago
d19d061
pci: correct a function description
by Hou Zhiqiang
· 8 years ago
dd79d6e
dm: core: Replace of_offset with accessor
by Simon Glass
· 8 years ago
e3b106d
pci: Flip condition for detecting non-PCI parent devices
by Paul Burton
· 8 years ago
1823034
dm: Use dm_scan_fdt_dev() directly where possible
by Simon Glass
· 8 years ago
09128c5
dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()
by Simon Glass
· 8 years ago
1e3bce2
pci: Device scanning range fix
by Yoshinori Sato
· 9 years ago
0d0f831
pci: Correct a few comments and nits
by Simon Glass
· 9 years ago
9cec2df
pci: Add functions to update PCI configuration registers
by Simon Glass
· 9 years ago
c7298e7
dm: Use uclass_first_device_err() where it is useful
by Simon Glass
· 9 years ago
04eb269
Implement "pci enum" command for CONFIG_DM_PCI
by Stephen Warren
· 9 years ago
e2b6b56
dm: pci: Add a function to write a BAR
by Simon Glass
· 9 years ago
2e4e443
dm: pci: Move pci_bus_to_hose() to compatibility
by Simon Glass
· 9 years ago
413ebdb
pci: Tidy up comments in pci_bind_bus_devices()
by Simon Glass
· 9 years ago
c5f053b
dm: pci: Add driver model API functions for address mapping
by Simon Glass
· 9 years ago
3452cb1
dm: pci: Add a function to read a PCI BAR
by Simon Glass
· 9 years ago
b639d51
dm: pci: Add a driver-model version of pci_find_class()
by Simon Glass
· 9 years ago
70e0c58
dm: pci: Add a driver-model version of pci_find_device()
by Simon Glass
· 9 years ago
37a3f94b
dm: pci: Use driver model PCI API in auto-config
by Simon Glass
· 9 years ago
84283d5
dm: pci: Add a dm_ prefix to pci_bus_find_bdf()
by Simon Glass
· 9 years ago
eaa1489
dm: pci: Add a dm_ prefix to pci_get_bdf()
by Simon Glass
· 9 years ago
dcdc012
dm: pci: Add a function to find the regions for a PCI bus
by Simon Glass
· 9 years ago
6256d67
dm: pci: Add a function to get the controller for a bus
by Simon Glass
· 9 years ago
27a733f
dm: pci: Add functions to emulate 8- and 16-bit access
by Simon Glass
· 9 years ago
7efc9ba
dm: pci: Support decoding ranges with duplicate entries
by Simon Glass
· 9 years ago
91de6c5
dm: pci: Set up the SDRAM mapping correctly
by Simon Glass
· 9 years ago
a070578
dm: pci: Enable VGA address forwarding on bridges
by Bin Meng
· 9 years ago
5bc3f8a
dm: pci: Fix pci_last_busno() to return the real last bus no
by Bin Meng
· 9 years ago
c45abf1
dm: pci: Adjust pci_find_and_bind_driver() to return -EPERM
by Simon Glass
· 9 years ago
3b02d84
dm: pci: Correct a few debug() statements
by Simon Glass
· 9 years ago
b072d52
dm: pci: Tidy up auto-config error handling
by Simon Glass
· 9 years ago
05bedb1
dm: pci: Add an inline API to test if a device is on a PCI bus
by Bin Meng
· 9 years ago
7d07e59
dm: pci: Allow a PCI bus to be found without an alias
by Simon Glass
· 9 years ago
a4c3818
dm: pci: Optimize pci_uclass_post_bind()
by Bin Meng
· 9 years ago
44344a6
dm: pci: Save devfn without bus number in pci_uclass_child_post_bind()
by Bin Meng
· 9 years ago
c0820a4
x86: fsp: Call fsp_init_phase_pci() in pci_uclass_post_probe()
by Bin Meng
· 9 years ago
984c0dc
dm: pci: Support selected device/driver binding before relocation
by Bin Meng
· 9 years ago
27517b3
Revert "dm: pci: Allow scan bridge child devices before relocation"
by Simon Glass
· 9 years ago
04c8b6a
dm: pci: Add a way to iterate through all PCI devices
by Simon Glass
· 9 years ago
94ef242
dm: pci: Provide friendly config access functions
by Simon Glass
· 9 years ago
02284a0
dm: pci: Allow scan bridge child devices before relocation
by Bin Meng
· 9 years ago
3916409
dm: pci: Support bridge device configuration correctly
by Bin Meng
· 9 years ago
877bff8
dm: pci: Pass only device/function to pci_bus_find_devfn()
by Bin Meng
· 9 years ago
0a72152
dm: pci: Use complete bdf in all pci config read/write routines
by Bin Meng
· 9 years ago
c9118d4
dm: pci: Add a function to get the BDF for a device
by Simon Glass
· 9 years ago
318d71c
dm: pci: Add support for PCI driver matching
by Simon Glass
· 9 years ago
5888bd2
dm: x86: baytrail: Correct PCI region 3 when driver model is used
by Simon Glass
· 9 years ago
b87014c
dm: pci: Correct bus number when scanning sub-buses
by Simon Glass
· 9 years ago
d82fbe9
dm: pci: Use the correct hose when configuring devices
by Simon Glass
· 9 years ago
a814941
dm: pci: Allow PCI bus numbering aliases
by Simon Glass
· 10 years ago
b94dc89
dm: pci: Add a uclass for PCI
by Simon Glass
· 10 years ago