
19 Jan
2016
19 Jan
'16
5:16 a.m.
On Tue, Jan 19, 2016 at 11:19 AM, Simon Glass sjg@chromium.org 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 sjg@chromium.org Reviewed-by: Bin Meng bmeng.cn@gmail.com
Changes in v5: None 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 to explain usable of this function
drivers/pci/pci-uclass.c | 8 ++++++++ include/pci.h | 17 +++++++++++++++-- 2 files changed, 23 insertions(+), 2 deletions(-)
applied to u-boot-x86/master, thanks!