index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
pci.h
Age
Commit message (
Expand
)
Author
2020-02-13
pci: definition of pci_addr_t and pci_size_t
Heinrich Schuchardt
2020-02-05
dm: pci: Update a few more interfaces for const udevice *
Simon Glass
2020-02-05
dm: pci: Update the PCI read_config() method to const dev *
Simon Glass
2019-12-15
dm: pci: Move pci_get_devfn() into a common file
Simon Glass
2019-12-15
dm: pci: Allow delaying auto-config until after relocation
Simon Glass
2019-10-11
sandbox: pci: Remember the device being emulated
Simon Glass
2019-10-08
pci: Correct 'specifified' and 'Plese' typos
Simon Glass
2019-10-08
sandbox: pci: Move pci_offset_to_barnum() to pci.h
Simon Glass
2019-10-08
sandbox: pci: Drop the get_devfn() method
Simon Glass
2019-07-10
drivers: pci: add API to issue FLR on a PCI function if supported
Alex Marginean
2019-07-10
drivers: pci: add map_bar support for Enhanced Allocation
Alex Marginean
2019-07-10
pci: fixed dm_pci_map_bar comment
Alex Marginean
2019-05-08
Revert "pci: Scale MAX_PCI_REGIONS based on CONFIG_NR_DRAM_BANKS"
Simon Glass
2019-04-24
Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dm
Tom Rini
2019-04-23
pci: pci.h: add missing maskbit
Ramon Fried
2019-04-23
pci: Scale MAX_PCI_REGIONS based on CONFIG_NR_DRAM_BANKS
Thierry Reding
2019-03-22
pci: Add comment to mention difference in DEVFN usage in U-Boot vs Linux
Stefan Roese
2019-02-20
pci: Fix comment in struct pci_child_platdata
Simon Glass
2019-02-20
pci: Don't export pci_hose_config_device()
Simon Glass
2019-02-05
pci: Add pci_get_devfn() to extract devfn from the fdt_pci_addr
Stefan Roese
2018-11-14
dm: pci: Add APIs to find next capability and extended capability
Bin Meng
2018-08-08
dm: pci: Add APIs to find capability and extended capability
Bin Meng
2018-08-08
pci: Add all known capability and extended capability ids
Bin Meng
2018-08-08
pci: sandbox: Support dynamically binding device driver
Bin Meng
2018-08-08
pci: Remove 440ep-specific macros
Bin Meng
2018-05-26
PCI: Document pciauto_region_allocate()
Tuomas Tynkkynen
2018-05-26
PCI: autoconfig: Don't allocate 64-bit addresses to 32-bit only resources
Tuomas Tynkkynen
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-03-19
pci: Remove unused ppc4xx variable from struct pci_controller
Stefan Roese
2017-10-06
pci: Add helper for implementing memory-mapped config space accesses
Tuomas Tynkkynen
2017-05-31
drivers: pci: imx: add imx_pcie_remove function
Tim Harvey
2016-03-21
pci: make pci_get_hose_head() available to external users
Stuart Yoder
2016-03-17
pci: Correct a few comments and nits
Simon Glass
2016-03-17
pci: Add functions to update PCI configuration registers
Simon Glass
2016-02-05
dm: pci: Add missing forward declarations
Bin Meng
2016-01-24
dm: pci: Add a function to write a BAR
Simon Glass
2016-01-12
dm: pci: Switch to DM API for PCI address mapping
Simon Glass
2016-01-12
dm: pci: Add driver model API functions for address mapping
Simon Glass
2016-01-12
dm: pci: Add a function to read a PCI BAR
Simon Glass
2016-01-12
dm: pci: Add a driver-model version of pci_find_class()
Simon Glass
2016-01-12
dm: pci: Add a driver-model version of pci_find_device()
Simon Glass
2016-01-12
dm: pci: Use driver model PCI API in auto-config
Simon Glass
2016-01-12
dm: pci: Add a dm_ prefix to pci_bus_find_bdf()
Simon Glass
2016-01-12
dm: pci: Add a dm_ prefix to pci_get_bdf()
Simon Glass
2015-12-01
dm: pci: Disable PCI compatibility functions by default
Simon Glass
2015-12-01
dm: pci: Add a comment about how to find struct pci_controller
Simon Glass
2015-12-01
dm: pci: Add a function to find the regions for a PCI bus
Simon Glass
2015-12-01
dm: pci: Add a function to get the controller for a bus
Simon Glass
2015-12-01
dm: pci: Add functions to emulate 8- and 16-bit access
Simon Glass
2015-10-23
dm: Rename dev_get_parentdata() to dev_get_parent_priv()
Simon Glass
[next]