summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)Author
2023-05-11pci: coreboot: Don't read regions when bootingSimon Glass
2023-05-09pci: pcie_dw_rockchip: release resources on failing probeEugen Hristev
2023-05-06drivers: use devfdt_get_addr_index_ptr when cast to pointerJohan Jonker
2023-05-06drivers: use devfdt_get_addr_size_index_ptr when cast to pointerJohan Jonker
2023-05-06drivers: use dev_read_addr_ptr when cast to pointerJohan Jonker
2023-05-06drivers: use dev_read_addr_index_ptr when cast to pointerJohan Jonker
2023-05-05pci: layerscape: add support for kernel/official fsl, ls1088a-pcie bindingMathew McBride
2023-05-03pci: fsl: Do not access PCI BAR0 register of PCIe Root PortPali Rohár
2023-05-02pci: auto: Remove PCI_CLASS_PROCESSOR_POWERPC autoconfig casePali Rohár
2023-05-01pci: mpc85xx: Do not access PCI BARs registers of BDF address 00:00.0Pali Rohár
2023-05-01pci: mpc85xx: Do not try to access extended PCIe registersPali Rohár
2023-05-01pci: mpc85xx: Allow 8/16-bit access to PCI config spacePali Rohár
2023-05-01pci: mpc85xx: Add missing sync() after writing to PCI config spacePali Rohár
2023-03-29pci: apple: Initialize only enabled portsJanne Grunau
2023-03-13efi: Support a 64-bit frame buffer addressSimon Glass
2023-02-07sh4: Drop unused pci_sh7780 driverSimon Glass
2023-01-27pci: Add Apple PCIe controller driverMark Kettenis
2022-12-23pci-rcar-gen3: Rename CONFIG_SEND_ENABLETom Rini
2022-12-23global: Migrate CONFIG_PCIE_IMX_POWER_GPIO to CFGTom Rini
2022-12-23global: Migrate CONFIG_PCIE_IMX_PERST_GPIO to CFGTom Rini
2022-12-12drivers: pci: pcie_dw_common: add upper-limit to iATUBen Dooks
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini
2022-12-05global: Move remaining CONFIG_SYS_PCI* to CFG_SYS_PCI*Tom Rini
2022-11-10global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespaceTom Rini
2022-10-30Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass
2022-10-30pci: Drop test for DM_VIDEOSimon Glass
2022-10-29dm: treewide: Do not use the return value of simple uclass iteratorMichal Suchanek
2022-10-29dm: core: Switch uclass_*_device_err to use uclass_*_device_checkMichal Suchanek
2022-10-17dm: pci: Fix device PCI iterationMichal Suchanek
2022-09-29dm: core: Drop ofnode_is_available()Simon Glass
2022-08-26pci: Add checks to prevent config space overflowPali Rohár
2022-08-12video: Rename structs and functions to avoid VBESimon Glass
2022-08-12video: Renname vbe.h to vesa.hSimon Glass
2022-08-09pci: pci_mvebu: Add support for reset-gpiosPali Rohár
2022-07-05Convert CONFIG_SYS_FSL_PCI_VER_3_X to KconfigTom Rini
2022-07-05Convert CONFIG_PCI_MSC01 to KconfigTom Rini
2022-07-05Convert CONFIG_SH7751_PCI to KconfigTom Rini
2022-07-05Convert CONFIG_PCI_CONFIG_HOST_BRIDGE to KconfigTom Rini
2022-07-05Convert CONFIG_PCI_GT64120 to KconfigTom Rini
2022-07-05Convert CONFIG_PCI_SCAN_SHOW to KconfigTom Rini
2022-07-05pci: Remove pci_sh4 and related defines.Tom Rini
2022-07-05Convert CONFIG_PCIE_IMX to KconfigTom Rini
2022-06-20Merge branch 'master' into nextTom Rini
2022-06-13pci: tegra: Update error prints with new linesPeter Robinson
2022-06-06pci: Handle failed calloc in decode_regions()Pierre-Clément Tosi
2022-05-03pci: Add config for Enhanced AllocationAndrew Scull
2022-05-03pci: Add mask parameter to dm_pci_map_bar()Andrew Scull
2022-05-03pci: Update dm_pci_bus_to_virt() parametersAndrew Scull
2022-05-03pci: Match region flags using a maskAndrew Scull