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
2022-05-03
pci: Add mask parameter to dm_pci_map_bar()
Andrew Scull
2022-05-03
pci: Update dm_pci_bus_to_virt() parameters
Andrew Scull
2022-05-03
pci: Match region flags using a mask
Andrew Scull
2022-05-03
pci: Map bars with offset and length
Andrew Scull
2022-05-03
pci: Range check address conversions
Andrew Scull
2022-05-03
pci: Fix use of flags in dm_pci_map_bar()
Andrew Scull
2022-03-25
pci: Remove duplicate PCI_CLASS_CODE_* and PCI_CLASS_SUB_CODE_* macros
Pali Rohár
2022-02-17
arm: a37xx: pci: Use standard register macros from pci.h
Pali Rohár
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2022-01-14
pci: Work around PCIe link training failures
Maciej W. Rozycki
2022-01-12
pci: Add standard PCI Config Address macros
Pali Rohár
2021-11-17
pci: Add standard PCIe ECAM macros
Pali Rohár
2021-10-08
arm: a37xx: pci: Handle propagation of CRSSVE bit from PCIe Root Port
Pali Rohár
2021-10-03
pci: provide prototype for pci_skip_dev outside of #if defined(CONFIG_DM_PCI_...
Vladimir Oltean
2021-09-13
pci: Drop PCI_INDIRECT_BRIDGE
Simon Glass
2021-09-13
pci: Drop old code from header file
Simon Glass
2021-08-05
pci: imx: Drop DM_PCI check from cpu driver
Simon Glass
2021-08-05
pci: Remove guard around compatibility functions
Simon Glass
2021-07-15
x86: pci: Allow binding of some devices before relocation
Simon Glass
2021-07-15
pci: Use const for pci_find_device_id() etc.
Simon Glass
2021-07-07
pci: Remove non-DM board_pci_fixup_dev() declaration
Tom Rini
2021-05-02
pci: pci-uclass: Add board_pci_fixup_dev for DM_PCI
Tim Harvey
2020-12-18
dm: Avoid accessing seq directly
Simon Glass
2020-12-13
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-10-23
pci: add a few ARI related defines
Laurentiu Tudor
2020-08-25
pci: pci-uclass: Add VF BAR map support for Enhanced Allocation
Suneel Garapati
2020-08-25
pci: pci-uclass: Add support for Single-Root I/O Virtualization
Suneel Garapati
2020-08-25
pci: pci-uclass: Dynamically allocate the PCI regions
Stefan Roese
2020-08-14
drivers: pci: add api to get dma regions
Rayagonda Kokatanur
2020-07-10
pci: Add some PCI Express capability register offset definitions
Sylwester Nawrocki
2020-07-09
pci: Move some PCIe register offset definitions to a common header
Sylwester Nawrocki
2020-05-15
pci: Fix typo in definition for PCI_DEV
Simon Glass
2020-04-24
pci: Add a macro to convert BDF from linux to U-Boot
Simon Glass
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
[next]