[U-Boot] [PATCH 09/69] pci: Add functions to update PCI configuration registers

Bin Meng bmeng.cn at gmail.com
Fri Mar 11 05:02:50 CET 2016


On Fri, Mar 11, 2016 at 11:46 AM, Bin Meng <bmeng.cn at gmail.com> wrote:
> On Mon, Mar 7, 2016 at 10:27 AM, Simon Glass <sjg at chromium.org> wrote:
>> It is common to read a config register value, clear and set some bits, then
>> write back the updated value. Add functions to do this in one step, for
>> convenience.
>>
>> Signed-off-by: Simon Glass <sjg at chromium.org>
>> ---
>>
>>  drivers/pci/pci-uclass.c | 57 ++++++++++++++++++++++++++++++++++++++++++++++++
>>  include/pci.h            | 23 +++++++++++++++++++
>>  2 files changed, 80 insertions(+)
>>
>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>

applied to u-boot-x86/next, thanks!


More information about the U-Boot mailing list