summaryrefslogtreecommitdiff
path: root/cmd/pci.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-05pci: Drop old code from pci commandSimon Glass1-212/+0
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-6/+6
2020-12-19dm: Avoid accessing seq directlySimon Glass1-3/+4
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-1/+1
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-1/+1
2020-05-19common: 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-29Implement "pci enum" command for CONFIG_DM_PCIStephen Warren1-13/+5
2016-01-25Remove the cmd_ prefix from command filesSimon Glass1-0/+687