[U-Boot] [PATCH 4/4 v3] drivers: pci: add API to issue FLR on a PCI function if supported
Simon Glass
sjg at chromium.org
Fri Jun 28 13:55:11 UTC 2019
On Fri, 7 Jun 2019 at 02:24, Alex Marginean <alexm.osslist at gmail.com> wrote:
>
> Adds dm_pci_flr API that issues a Function Level reset on a PCI-e function,
> if FLR is supported.
>
> Signed-off-by: Alex Marginean <alexm.osslist at gmail.com>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> Changes in v2:
> - Use kernel PCI_EXP macros for register offsets
> Changes in v3:
> - none
>
> drivers/pci/pci-uclass.c | 24 ++++++++++++++++++++++++
> include/pci.h | 14 ++++++++++++++
> 2 files changed, 38 insertions(+)
Applied to u-boot-dm/next, thanks!
More information about the U-Boot
mailing list