index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
pci-uclass.c
Age
Commit message (
Expand
)
Author
2022-06-06
pci: Handle failed calloc in decode_regions()
Pierre-Clément Tosi
2022-05-03
pci: Add config for Enhanced Allocation
Andrew Scull
2022-05-03
pci: Add mask parameter to dm_pci_map_bar()
Andrew Scull
2022-05-03
pci: Update dm_pci_bus_to_virt() parameters
Andrew Scull
2022-05-03
pci: Match region flags using a mask
Andrew Scull
2022-05-03
pci: Map bars with offset and length
Andrew Scull
2022-05-03
pci: Range check address conversions
Andrew Scull
2022-05-03
pci: Check region ranges are addressable
Andrew Scull
2022-05-03
pci: Fix use of flags in dm_pci_map_bar()
Andrew Scull
2022-01-28
pci: Fix setting controller's last_busno
Pali Rohár
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2021-10-14
pci: Skip configuring invalid P2P bridge devices
Pali Rohár
2021-10-03
pci: _dm_pci_phys_to_bus can be static
Vladimir Oltean
2021-10-03
pci: pci_read_config can be static
Vladimir Oltean
2021-10-03
pci: pci_write_config can be static
Vladimir Oltean
2021-09-25
dm: pci: Fix handling of errors when scanning device
Pali Rohár
2021-07-18
dm: pci: add option to map virtual system memory base address
Daniel Schwierzeck
2021-07-15
x86: pci: Allow binding of some devices before relocation
Simon Glass
2021-07-15
pci: Use const for pci_find_device_id() etc.
Simon Glass
2021-07-07
Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dm
Tom Rini
2021-07-06
dm: pci: Skip setting VGA bridge bits if parent device is the host bus
Masami Hiramatsu
2021-07-06
dm: define LOG_CATEGORY for all uclass
Patrick Delaunay
2021-05-02
pci: pci-uclass: Add board_pci_fixup_dev for DM_PCI
Tim Harvey
2021-05-02
pci: Update the highest subordinate bus number for bridge setup
Masami Hiramatsu
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2021-01-15
common: board_r: Drop initr_pci wrapper
Ovidiu Panait
2021-01-05
dm: core: Use dev_has_ofnode() instead of dev_of_valid()
Simon Glass
2021-01-05
dm: core: Rename sqq to seq_
Simon Glass
2021-01-05
dm: Use access methods for dev/uclass private data
Simon Glass
2020-12-18
dm: core: Update uclass_find_next_free_req_seq() for new scheme
Simon Glass
2020-12-18
pci: Update to use new sequence numbers
Simon Glass
2020-12-18
dm: Avoid accessing seq directly
Simon Glass
2020-12-13
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
2020-12-13
dm: treewide: Update 'auto' declarations to be on one line
Simon Glass
2020-12-13
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-12-13
dm: core: Rename device_bind_ofnode() to device_bind()
Simon Glass
2020-08-26
CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always defined
Stefan Roese
2020-08-25
pci: pci-uclass: Check validity of ofnode
Suneel Garapati
2020-08-25
pci: pci-uclass: Add support for Alternate-RoutingID capability
Suneel Garapati
2020-08-25
pci: pci-uclass: Add VF BAR map support for Enhanced Allocation
Suneel Garapati
2020-08-25
pci: pci-uclass: Add support for Single-Root I/O Virtualization
Suneel Garapati
2020-08-25
pci: pci-uclass: Add support for Enhanced Allocation in Bridges
Suneel Garapati
2020-08-25
pci: pci-uclass: Add multi entry support for memory regions
Suneel Garapati
2020-08-25
pci: pci-uclass: Make DT subnode parse optional
Suneel Garapati
2020-08-25
pci: pci-uclass: Fix incorrect argument in map_physmem
Suneel Garapati
2020-08-25
pci: pci-uclass: Dynamically allocate the PCI regions
Stefan Roese
2020-08-25
pci: pci-uclass: Remove #ifdef CONFIG_NR_DRAM_BANKS as its always set
Stefan Roese
2020-08-14
drivers: pci: add api to get dma regions
Rayagonda Kokatanur
[next]