aboutsummaryrefslogtreecommitdiff
path: root/cmd/pci.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-18dm: Avoid accessing seq directlySimon Glass1-3/+4
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-1/+1
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-1/+1
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2019-08-26cmd: pci: Adjust display of digits for 64bit address and sizeKunihiko Hayashi1-3/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-11Kconfig: Drop CONFIG_CMD_PCI_ENUMSimon Glass1-2/+2
2017-06-02pci: Correct cast for sandboxSimon Glass1-1/+2
2017-04-13pci: Add a command to show PCI regionsSimon Glass1-2/+49
2016-12-09cmd: pci: add option to parse and display BAR informationYehuda Yitschak1-0/+83
2016-01-28Implement "pci enum" command for CONFIG_DM_PCIStephen Warren1-13/+5
2016-01-25Remove the cmd_ prefix from command filesSimon Glass1-0/+687