Re: [U-Boot] [PATCH v2 02/32] dm: pci: Break out the common region display code

2016-03-12 Thread Simon Glass
On 29 February 2016 at 15:25, Simon Glass wrote: > Each region is displayed in almost the same way. Break out this common code > into its own function. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Fix use of pci_mem instead of pci_prefetch > - Remove 0x prefix for addresses > > dr

[U-Boot] [PATCH v2 02/32] dm: pci: Break out the common region display code

2016-02-29 Thread Simon Glass
Each region is displayed in almost the same way. Break out this common code into its own function. Signed-off-by: Simon Glass --- Changes in v2: - Fix use of pci_mem instead of pci_prefetch - Remove 0x prefix for addresses drivers/pci/pci_auto_common.c | 51 +++-