bus/pci: add iteration filter on address
authorGaetan Rivet <gaetan.rivet@6wind.com>
Wed, 19 Sep 2018 16:03:32 +0000 (18:03 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 3 Oct 2018 12:20:07 +0000 (14:20 +0200)
commit4410c1b0c0a2cd6eab1d926110ac17bae2da25c2
treec06ebe9beb3ce797ee1a81049dc62aba1e5a09e0
parent46521ca27bde13a960a8150541f8825fde6affd7
bus/pci: add iteration filter on address

The PCI bus can now parse a matching field "id" as follows:

   "bus=pci,id=0000:00:00.0"

           or

   "bus=pci,id=00:00.0"

Signed-off-by: Gaetan Rivet <gaetan.rivet@6wind.com>
drivers/bus/pci/pci_params.c