summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* pci: ignore BAR when it doesn't fit into bus resourceSascha Hauer2024-04-041-1/+1
* pci: pcie-designware: iterate over windowsSascha Hauer2024-04-041-14/+13
* pci: pcie-designware: remove dra7xx quirksSascha Hauer2024-04-042-35/+11
* pci: pcie-designware: drop duplicate resource assigningSascha Hauer2024-04-041-11/+2
* pci: add of_pci_bridge_init()Sascha Hauer2024-04-043-0/+105
* pci: drop resources from struct pci_busSascha Hauer2024-04-021-21/+11
* pci: pcie-dw-rockchip: wait for linkSascha Hauer2024-04-021-0/+2
* pci: pcie-designware: Speed up waiting for linkSascha Hauer2024-04-022-7/+5
* pci: support non 1:1 mappingsSascha Hauer2024-04-024-3/+113
* pci: add pci_controller_init()Sascha Hauer2024-04-026-3/+18
* pci: dwc: Drop support for config space in 'ranges'Sascha Hauer2024-04-022-15/+2
* pci: pcie-designware: remove unused variableSascha Hauer2024-04-022-3/+0
* pci: rename parent_bus to parentSascha Hauer2024-04-022-2/+2
* pci: add 'self' member to struct pci_busSascha Hauer2024-04-021-4/+6
* efi: payload: rename CONFIG_EFI_BOOTUP to CONFIG_EFI_PAYLOADAhmad Fatoum2024-03-051-1/+1
* pci: implement function level resetSascha Hauer2024-01-021-0/+32
* pci: implement Enhanced Allocation supportSascha Hauer2024-01-021-0/+186
* pci: fix __pci_bus_find_cap_startSascha Hauer2024-01-021-2/+2
* pci: layerscape: limit fixup to layerscape controllersSascha Hauer2024-01-021-0/+3
* pci: Do not register device tree disabled devicesSascha Hauer2024-01-021-0/+3
* treewide: switch regmap.h include to linux/regmap.hAhmad Fatoum2023-10-261-1/+1
* PCI: populate struct pci_device subsystem_device, subsystem_vendorAhmad Fatoum2023-08-231-0/+3
* treewide: Print device nodes with %pOFSascha Hauer2023-07-031-2/+2
* gpio: have gpiod_ functions return and accept pointersAhmad Fatoum2023-06-231-7/+7
* pci: disable building CONFIG_PCI when CONFIG_COMPILE_TESTAhmad Fatoum2023-06-131-1/+1
* treewide: add MODULE_DEVICE_TABLE markersAhmad Fatoum2023-06-136-0/+6
* pci: designware: add rockchip supportSascha Hauer2023-05-233-0/+307
* pci: set upper word for 64bit base addressesSascha Hauer2023-05-231-2/+4
* pci: add pci_select_bars() helperSascha Hauer2023-05-031-0/+16
* pcie-designware: Fix dev_get_resource_by_name error checkSascha Hauer2023-05-031-1/+1
* treewide: fix includes missed by multiarch supportAhmad Fatoum2023-04-111-3/+3
* ARM: tegra: Move mach header files to include/mach/tegraSascha Hauer2023-03-061-1/+1
* Rename struct driver_d to driverSascha Hauer2023-01-106-7/+7
* Rename struct device_d to deviceSascha Hauer2023-01-1011-31/+31
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-108-17/+17
* Merge branch 'for-next/misc'Sascha Hauer2021-12-1517-16/+232
|\
| * drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-2217-17/+17
| * pci: add ECAM generic controller supportAhmad Fatoum2021-11-173-0/+216
* | efi: rename <efi/efi.h> to <efi/efi-payload.h>Ahmad Fatoum2021-11-251-1/+1
|/
* Merge branch 'for-next/spdx'Sascha Hauer2021-11-155-0/+5
|\
| * drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-015-0/+5
* | pci: efi: skip driver model fixup for non-EFI PCI bussesAhmad Fatoum2021-11-151-1/+8
|/
* pci: mvebu: Fix wrong error checkSascha Hauer2021-05-181-2/+2
* pci: add EFI PCI root bridge IO protocol driverAhmad Fatoum2021-05-034-0/+691
* PCI: support PCI BIOS preassigned busesAhmad Fatoum2021-05-031-37/+69
* PCI: port Linux pci_find_capabilityAhmad Fatoum2021-03-041-0/+90
* magicvar: Replace BAREBOX_MAGICVAR_NAMED with BAREBOX_MAGICVARSascha Hauer2020-10-021-3/+2
* treewide: make use of PTR_ERR_OR_ZEROUwe Kleine-König2020-06-261-4/+1
* Merge branch 'for-next/kbuild'Sascha Hauer2020-05-141-2/+0
|\
| * kbuild: support ccflags-y, asflags-y, cppflags-y, and ldflags-yMasahiro Yamada2020-04-271-2/+0