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

2016-01-17 Thread Bin Meng
On Sun, Jan 17, 2016 at 7:44 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 > --- > > Changes in v4: > - Tidy up mentions on control bits in the header file > > Changes in v3: None > Ch

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

2016-01-16 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 --- Changes in v4: - Tidy up mentions on control bits in the header file Changes in v3: None Changes in v2: - Rename the last parameter to 'addr' - Update the comment