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
/
cmd
/
pci.c
Age
Commit message (
Expand
)
Author
2022-01-28
pci: Extend 'pci' command with bus option '*'
Pali Rohár
2022-01-28
pci: Add checks for valid cmdline arguments
Pali Rohár
2022-01-28
pci: Extend 'pci regions' command with bus number
Pali Rohár
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2021-10-14
pci: Fix showing registers
Pali Rohár
2021-10-14
pci: Fix showing bars
Pali Rohár
2021-10-03
pci: pciinfo_header can be static
Vladimir Oltean
2021-10-03
pci: pci_header_show can be static
Vladimir Oltean
2021-10-03
pci: pci_bar_show can be static
Vladimir Oltean
2021-08-05
pci: Drop old code from pci command
Simon Glass
2021-08-02
global: Convert simple_strtoul() with hex to hextoul()
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: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-05-18
common: Drop init.h from common header
Simon Glass
2019-08-26
cmd: pci: Adjust display of digits for 64bit address and size
Kunihiko Hayashi
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-08-11
Kconfig: Drop CONFIG_CMD_PCI_ENUM
Simon Glass
2017-06-02
pci: Correct cast for sandbox
Simon Glass
2017-04-13
pci: Add a command to show PCI regions
Simon Glass
2016-12-09
cmd: pci: add option to parse and display BAR information
Yehuda Yitschak
2016-01-28
Implement "pci enum" command for CONFIG_DM_PCI
Stephen Warren
2016-01-25
Remove the cmd_ prefix from command files
Simon Glass