summaryrefslogtreecommitdiff
path: root/drivers/pci/pci-uclass.c
AgeCommit message (Expand)Author
2025-07-14pci: Assign a default value on reads on errorAndrew Goodbody
2024-10-11xpl: Rename spl_phase() to xpl_phase()Simon Glass
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07pci: Remove <common.h> and add needed includesTom Rini
2024-01-18drivers: pci: Fix dm_pci_map_bar() to support 64b BARsMoritz Fischer
2023-10-06pci: serial: Support reading PCI-register size with baseSimon Glass
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2023-08-14pci: Fix device_find_first_child() return value handlingMarek Vasut
2023-08-08pci: correct function name in messageHeinrich Schuchardt
2023-07-17pci: Support autoconfig in SPLSimon Glass
2023-05-11pci: coreboot: Don't read regions when bootingSimon 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-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
2022-05-03pci: Map bars with offset and lengthAndrew Scull
2022-05-03pci: Range check address conversionsAndrew Scull
2022-05-03pci: Check region ranges are addressableAndrew Scull
2022-05-03pci: Fix use of flags in dm_pci_map_bar()Andrew Scull
2022-01-28pci: Fix setting controller's last_busnoPali Rohár
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-10-14pci: Skip configuring invalid P2P bridge devicesPali Rohár
2021-10-03pci: _dm_pci_phys_to_bus can be staticVladimir Oltean
2021-10-03pci: pci_read_config can be staticVladimir Oltean
2021-10-03pci: pci_write_config can be staticVladimir Oltean
2021-09-25dm: pci: Fix handling of errors when scanning devicePali Rohár
2021-07-18dm: pci: add option to map virtual system memory base addressDaniel Schwierzeck
2021-07-15x86: pci: Allow binding of some devices before relocationSimon Glass
2021-07-15pci: Use const for pci_find_device_id() etc.Simon Glass
2021-07-07Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini
2021-07-06dm: pci: Skip setting VGA bridge bits if parent device is the host busMasami Hiramatsu
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay
2021-05-02pci: pci-uclass: Add board_pci_fixup_dev for DM_PCITim Harvey
2021-05-02pci: Update the highest subordinate bus number for bridge setupMasami Hiramatsu
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-15common: board_r: Drop initr_pci wrapperOvidiu Panait
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass
2021-01-05dm: core: Rename sqq to seq_Simon Glass
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass
2020-12-18dm: core: Update uclass_find_next_free_req_seq() for new schemeSimon Glass
2020-12-18pci: Update to use new sequence numbersSimon Glass
2020-12-18dm: Avoid accessing seq directlySimon Glass
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass