aboutsummaryrefslogtreecommitdiff
path: root/cmd/pci.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-06cmd: Remove <common.h> and add needed includesTom Rini1-1/+0
2023-10-16cmd: Convert existing long help messages to the new macroTom Rini1-4/+2
2023-04-06cmd: missing fallthrough macro in do_pci()Heinrich Schuchardt1-0/+1
2022-09-29pci: Remove duplicate PCI_REGION_IO / "io" linePali Rohár1-1/+0
2022-08-26pci: Add checks to prevent config space overflowPali Rohár1-2/+14
2022-01-28pci: Extend 'pci' command with bus option '*'Pali Rohár1-10/+35
2022-01-28pci: Add checks for valid cmdline argumentsPali Rohár1-0/+5
2022-01-28pci: Extend 'pci regions' command with bus numberPali Rohár1-4/+6
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-1/+1
2021-10-14pci: Fix showing registersPali Rohár1-1/+1
2021-10-14pci: Fix showing barsPali Rohár1-0/+5
2021-10-03pci: pciinfo_header can be staticVladimir Oltean1-1/+1
2021-10-03pci: pci_header_show can be staticVladimir Oltean1-1/+1
2021-10-03pci: pci_bar_show can be staticVladimir Oltean1-1/+1
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-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