[PATCH v6 10/29] pci: Adjust dm_pci_read_bar32() to return errors correctly

Simon Glass sjg at chromium.org
Thu Apr 9 21:36:29 CEST 2020


On Thu, 9 Apr 2020 at 10:28, Simon Glass <sjg at chromium.org> wrote:
>
> At present if reading a BAR returns 0xffffffff then the value is masked
> and a different value is returned. This makes it harder to detect the
> problem when debugging.
>
> Update the function to avoid masking in this case.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> Reviewed-by: Wolfgang Wallner <wolfgang.wallner at br-automation.com>
> ---
>
> Changes in v6:
> - Rework commit message to avoid mention of missing device
>
> Changes in v5: None
> Changes in v4: None
> Changes in v3: None
> Changes in v2: None
>
>  drivers/pci/pci-uclass.c | 9 ++++++++-
>  1 file changed, 8 insertions(+), 1 deletion(-)

Andy let me add your tag based on your email on the other v6 patch.

Reviewed-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>


More information about the U-Boot mailing list