[U-Boot] [PATCH v5 2/8] dm: pci: Add a function to write a BAR

2016-01-18 Thread Simon Glass
Add a driver-model version of the pci_write_bar32 function so that this is supported in the new API. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v5: None Changes in v4: - Tidy up mentions on control bits in the header file Changes in

Re: [U-Boot] [PATCH v5 2/8] dm: pci: Add a function to write a BAR

2016-01-18 Thread Bin Meng
On Tue, Jan 19, 2016 at 11:19 AM, Simon Glass wrote: > Add a driver-model version of the pci_write_bar32 function so that this is > supported in the new API. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v5: