All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pci: Mark 64bit Memory BARs as such
@ 2021-03-03  0:57 Phil Sutter
  2021-03-04 13:10 ` Stefan Roese
  2021-04-13 14:27 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Phil Sutter @ 2021-03-03  0:57 UTC (permalink / raw)
  To: u-boot

Just a bit more info to the reader.

Signed-off-by: Phil Sutter <phil@nwl.cc>
---
 drivers/pci/pci_auto.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/pci/pci_auto.c b/drivers/pci/pci_auto.c
index da76148c58398..05663c72b4b84 100644
--- a/drivers/pci/pci_auto.c
+++ b/drivers/pci/pci_auto.c
@@ -88,8 +88,9 @@ static void dm_pciauto_setup_device(struct udevice *dev, int bars_num,
 			else
 				bar_res = mem;
 
-			debug("PCI Autoconfig: BAR %d, %s, size=0x%llx, ",
+			debug("PCI Autoconfig: BAR %d, %s%s, size=0x%llx, ",
 			      bar_nr, bar_res == prefetch ? "Prf" : "Mem",
+			      found_mem64 ? "64" : "",
 			      (unsigned long long)bar_size);
 		}
 
-- 
2.30.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] pci: Mark 64bit Memory BARs as such
  2021-03-03  0:57 [PATCH] pci: Mark 64bit Memory BARs as such Phil Sutter
@ 2021-03-04 13:10 ` Stefan Roese
  2021-04-13 14:27 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Roese @ 2021-03-04 13:10 UTC (permalink / raw)
  To: u-boot

On 03.03.21 01:57, Phil Sutter wrote:
> Just a bit more info to the reader.
> 
> Signed-off-by: Phil Sutter <phil@nwl.cc>
> ---
>   drivers/pci/pci_auto.c | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/pci/pci_auto.c b/drivers/pci/pci_auto.c
> index da76148c58398..05663c72b4b84 100644
> --- a/drivers/pci/pci_auto.c
> +++ b/drivers/pci/pci_auto.c
> @@ -88,8 +88,9 @@ static void dm_pciauto_setup_device(struct udevice *dev, int bars_num,
>   			else
>   				bar_res = mem;
>   
> -			debug("PCI Autoconfig: BAR %d, %s, size=0x%llx, ",
> +			debug("PCI Autoconfig: BAR %d, %s%s, size=0x%llx, ",
>   			      bar_nr, bar_res == prefetch ? "Prf" : "Mem",
> +			      found_mem64 ? "64" : "",
>   			      (unsigned long long)bar_size);
>   		}
>   
> 

Reviewed-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] pci: Mark 64bit Memory BARs as such
  2021-03-03  0:57 [PATCH] pci: Mark 64bit Memory BARs as such Phil Sutter
  2021-03-04 13:10 ` Stefan Roese
@ 2021-04-13 14:27 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2021-04-13 14:27 UTC (permalink / raw)
  To: u-boot

On Wed, Mar 03, 2021 at 01:57:35AM +0100, Phil Sutter wrote:

> Just a bit more info to the reader.
> 
> Signed-off-by: Phil Sutter <phil@nwl.cc>
> Reviewed-by: Stefan Roese <sr@denx.de>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210413/4f6fffca/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-13 14:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-03  0:57 [PATCH] pci: Mark 64bit Memory BARs as such Phil Sutter
2021-03-04 13:10 ` Stefan Roese
2021-04-13 14:27 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.