| #
02c80a0e |
| 29-Feb-2016 |
Simon Glass <sjg@chromium.org> |
dm: pci: Break out the common region display code
Each region is displayed in almost the same way. Break out this common code into its own function.
Signed-off-by: Simon Glass <sjg@chromium.org> Te
dm: pci: Break out the common region display code
Each region is displayed in almost the same way. Break out this common code into its own function.
Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Stephen Warren <swarren@nvidia.com>
show more ...
|
| #
011e9482 |
| 27-Nov-2015 |
Simon Glass <sjg@chromium.org> |
dm: pci: Move common auto-config functions to a common file
Some functions will be used by driver model and legacy PCI code. To avoid duplication, put these in a separate, shared file.
Signed-off-b
dm: pci: Move common auto-config functions to a common file
Some functions will be used by driver model and legacy PCI code. To avoid duplication, put these in a separate, shared file.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
show more ...
|