All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] pci: Extend 'pci' and 'pci regions' commands
@ 2022-01-17 15:38 Pali Rohár
  2022-01-17 15:38 ` [PATCH 1/4] pci: Fix setting controller's last_busno Pali Rohár
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Pali Rohár @ 2022-01-17 15:38 UTC (permalink / raw)
  To: Bin Meng, Simon Glass, Stefan Roese, Marek Behún; +Cc: u-boot

Allow to call 'pci regions' with non-zero bus number and allow to call
'pci' and 'pci regions' commands with bus number '*' which process all
buses. This would be also new default action if no bus is specified.

Pali Rohár (4):
  pci: Fix setting controller's last_busno
  pci: Extend 'pci regions' command with bus number
  pci: Add checks for valid cmdline arguments
  pci: Extend 'pci' command with bus option '*'

 cmd/pci.c                | 56 +++++++++++++++++++++++++++++++---------
 drivers/pci/pci-uclass.c |  2 ++
 2 files changed, 46 insertions(+), 12 deletions(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2022-01-29 18:49 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-17 15:38 [PATCH 0/4] pci: Extend 'pci' and 'pci regions' commands Pali Rohár
2022-01-17 15:38 ` [PATCH 1/4] pci: Fix setting controller's last_busno Pali Rohár
2022-01-25 15:49   ` Stefan Roese
2022-01-29 18:48   ` Tom Rini
2022-01-17 15:38 ` [PATCH 2/4] pci: Extend 'pci regions' command with bus number Pali Rohár
2022-01-25 15:53   ` Stefan Roese
2022-01-25 16:50     ` Pali Rohár
2022-01-26 15:43       ` Stefan Roese
2022-01-29 18:48   ` Tom Rini
2022-01-17 15:38 ` [PATCH 3/4] pci: Add checks for valid cmdline arguments Pali Rohár
2022-01-25 15:53   ` Stefan Roese
2022-01-29 18:48   ` Tom Rini
2022-01-17 15:38 ` [PATCH 4/4] pci: Extend 'pci' command with bus option '*' Pali Rohár
2022-01-25 15:53   ` Stefan Roese
2022-01-29 18:48   ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.