aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/pci-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-18drivers: pci: Fix dm_pci_map_bar() to support 64b BARsMoritz Fischer1-0/+11
2023-10-06pci: serial: Support reading PCI-register size with baseWIP/2023-10-06-spl-prepare-for-universal-payloadSimon Glass1-1/+1
2023-09-24common: Drop linux/printk.h from common headerSimon Glass1-0/+1
2023-08-14pci: Fix device_find_first_child() return value handlingMarek Vasut1-4/+3
2023-08-08pci: correct function name in messageWIP/2023-08-08-assorted-code-correctionsHeinrich Schuchardt1-2/+2
2023-07-17pci: Support autoconfig in SPLSimon Glass1-1/+9
2023-05-11pci: coreboot: Don't read regions when bootingSimon Glass1-0/+4
2022-10-29dm: treewide: Do not use the return value of simple uclass iteratorMichal Suchanek1-12/+3
2022-10-29dm: core: Switch uclass_*_device_err to use uclass_*_device_checkMichal Suchanek1-4/+3
2022-10-17dm: pci: Fix device PCI iterationMichal Suchanek1-2/+2
2022-09-29dm: core: Drop ofnode_is_available()Simon Glass1-1/+1
2022-08-26pci: Add checks to prevent config space overflowPali Rohár1-1/+9
2022-06-06pci: Handle failed calloc in decode_regions()Pierre-Clément Tosi1-5/+10
2022-05-03pci: Add config for Enhanced AllocationAndrew Scull1-2/+10
2022-05-03pci: Add mask parameter to dm_pci_map_bar()Andrew Scull1-3/+3
2022-05-03pci: Update dm_pci_bus_to_virt() parametersAndrew Scull1-2/+2
2022-05-03pci: Match region flags using a maskAndrew Scull1-85/+25
2022-05-03pci: Map bars with offset and lengthAndrew Scull1-9/+18
2022-05-03pci: Range check address conversionsAndrew Scull1-22/+35
2022-05-03pci: Check region ranges are addressableAndrew Scull1-1/+16
2022-05-03pci: Fix use of flags in dm_pci_map_bar()Andrew Scull1-5/+5
2022-01-28pci: Fix setting controller's last_busnoPali Rohár1-0/+2
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-3/+3
2021-10-14pci: Skip configuring invalid P2P bridge devicesPali Rohár1-0/+9
2021-10-03pci: _dm_pci_phys_to_bus can be staticVladimir Oltean1-3/+3
2021-10-03pci: pci_read_config can be staticVladimir Oltean1-2/+2
2021-10-03pci: pci_write_config can be staticVladimir Oltean1-2/+2
2021-09-25dm: pci: Fix handling of errors when scanning devicePali Rohár1-8/+1
2021-07-18dm: pci: add option to map virtual system memory base addressDaniel Schwierzeck1-3/+6
2021-07-15x86: pci: Allow binding of some devices before relocationSimon Glass1-1/+32
2021-07-15pci: Use const for pci_find_device_id() etc.Simon Glass1-3/+3
2021-07-07Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dmWIP/07Jul2021Tom Rini1-0/+2
2021-07-06dm: pci: Skip setting VGA bridge bits if parent device is the host busMasami Hiramatsu1-0/+3
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2021-05-02pci: pci-uclass: Add board_pci_fixup_dev for DM_PCITim Harvey1-0/+6
2021-05-02pci: Update the highest subordinate bus number for bridge setupMasami Hiramatsu1-0/+3
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-15common: board_r: Drop initr_pci wrapperOvidiu Panait1-1/+3
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass1-3/+3
2021-01-05dm: core: Rename sqq to seq_Simon Glass1-1/+1
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass1-4/+4
2020-12-18dm: core: Update uclass_find_next_free_req_seq() for new schemeSimon Glass1-1/+1
2020-12-18pci: Update to use new sequence numbersSimon Glass1-18/+27
2020-12-18dm: Avoid accessing seq directlySimon Glass1-18/+18
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-13/+13
2020-12-13dm: treewide: Update 'auto' declarations to be on one lineSimon Glass1-2/+1
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-1/+1
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-12/+12
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-12-13dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass1-2/+2