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

Bin Meng bmeng.cn at gmail.com
Tue Jan 19 05:16:51 CET 2016


On Tue, Jan 19, 2016 at 11:19 AM, Simon Glass <sjg at 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 at chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn at 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!


More information about the U-Boot mailing list