summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v2021.04-rc5' into nextTom Rini2021-03-292-2/+2
|\
| * pci: layerscape: Change to allocate zeroed memery for struct ls_pcieHou Zhiqiang2021-03-232-2/+2
* | video: Fix video on coreboot with the copy bufferSimon Glass2021-03-271-5/+2
|/
* arm: a37xx: pci: Implement workaround for the readback value of VEND_IDPali Rohár2021-03-121-0/+10
* pci: mpc85xx: Support 64-bit bus and cpu addressBin Meng2021-03-051-8/+8
* pci: mpc85xx: Support controller register physical address beyond 32-bitBin Meng2021-03-051-3/+2
* pci: mpc85xx: Wrap LAW programming with CONFIG_FSL_LAWBin Meng2021-03-051-0/+4
* pci: fsl_pci_init: Dynamically allocate the PCI regionsBin Meng2021-03-051-0/+5
* pci: pci_mvebu: set local dev to number 1Marek Behún2021-02-261-1/+1
* pci: pci_mvebu: refactor validation of addresses for config accessMarek Behún2021-02-261-28/+31
* pci: pci_mvebu: debug rd/wr config as other drivers doMarek Behún2021-02-261-2/+2
* pci: pci_mvebu: cosmetic fixMarek Behún2021-02-261-3/+6
* pci: pci_mvebu: use dev_seq instead of static variableMarek Behún2021-02-261-3/+1
* arm: a37xx: pci: Set Max Payload Size and Max Read Request Size to 512 bytesPali Rohár2021-02-261-0/+8
* pci: renesas: Fix BAR mapping on Gen3Marek Vasut2021-02-201-3/+3
* pci: renesas: Make map address and mask power of two on Gen3Marek Vasut2021-02-201-3/+6
* pci: renesas: Add root bus handling on Gen3Marek Vasut2021-02-201-1/+14
* pci: pcie-brcmstb: Fix inbound window configurationsNicolas Saenz Julienne2021-02-181-7/+5
* pci: brcmstb: Cleanup controller state before handoverNicolas Saenz Julienne2021-02-181-0/+20
* Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2021-02-1520-0/+20
|\
| * common: Drop asm/global_data.h from common headerSimon Glass2021-02-0220-0/+20
* | Merge git://git.denx.de/u-boot-marvellTom Rini2021-02-081-39/+27
|\ \
| * | pci: pci_mvebu: Disable config access to PCI host bridge portsStefan Roese2021-02-081-39/+27
* | | pci: kconfig: layerscape: Change LX2162A PCIe node compatible stringHou Zhiqiang2021-02-081-2/+3
* | | pci: layerscape: Remove the shadow SVR definitionsHou Zhiqiang2021-02-081-10/+2
|/ /
* / dm: pci: Correct use of wrong flag nameSimon Glass2021-02-031-1/+1
|/
* pci: Remove CONFIG_PCI_ENUM_ONLY as it's not used (any more)Stefan Roese2021-01-272-81/+41
* arm64: a37xx: pci: Fix printing debug messagesPali Rohár2021-01-271-3/+2
* pci: pci_mvebu: Define an IO region as wellPhil Sutter2021-01-271-1/+27
* pci: Make auto-config code a little more robustPhil Sutter2021-01-271-4/+5
* pci: Add Rockchip dwc based PCIe controller driverShawn Lin2021-01-213-0/+887
* common: board_r: Drop initr_pci wrapperOvidiu Panait2021-01-152-3/+7
* Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini2021-01-052-10/+10
|\
| * dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass2021-01-051-3/+3
| * dm: core: Rename sqq to seq_Simon Glass2021-01-051-1/+1
| * dm: Use access methods for dev/uclass private dataSimon Glass2021-01-052-6/+6
* | Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-056-16/+41
|\ \ | |/ |/|
| * Revert "arm64: a37xx: pci: Assert PERST# signal when unloading driver"Pali Rohár2020-12-281-3/+0
| * pci: layerscape: fix a dead loop issueHou Zhiqiang2020-12-101-0/+2
| * armv8: lx2162a: Add Soc changes to support LX2162AMeenakshi Aggarwal2020-12-103-5/+10
| * pci: ls_pcie_g4: Add size check for config resourceWasim Khan2020-12-101-0/+8
| * pci: layerscape: Add size check for config resourceWasim Khan2020-12-101-1/+7
| * pci: ls_pcie_g4: Print pcie controller number starting from 1Wasim Khan2020-12-101-4/+7
| * pci: layerscape: Update print of pcie controllerWasim Khan2020-12-102-3/+7
* | dm: core: Update uclass_find_next_free_req_seq() for new schemeSimon Glass2020-12-181-1/+1
* | pci: Update to use new sequence numbersSimon Glass2020-12-182-23/+32
* | dm: Avoid accessing seq directlySimon Glass2020-12-1814-56/+56
* | dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-135-20/+20
* | dm: treewide: Update 'auto' declarations to be on one lineSimon Glass2020-12-132-4/+2
* | dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-1317-39/+39