All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pci: Remove duplicate PCI_REGION_IO / "io" line
@ 2022-09-15 13:54 Pali Rohár
  2022-09-16  5:40 ` Bin Meng
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Pali Rohár @ 2022-09-15 13:54 UTC (permalink / raw)
  To: Stefan Roese, Bin Meng; +Cc: u-boot

Signed-off-by: Pali Rohár <pali@kernel.org>
---
 cmd/pci.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cmd/pci.c b/cmd/pci.c
index 6258699fec81..58a74755c8b2 100644
--- a/cmd/pci.c
+++ b/cmd/pci.c
@@ -450,11 +450,10 @@ static const struct pci_flag_info {
 } pci_flag_info[] = {
 	{ PCI_REGION_IO, "io" },
 	{ PCI_REGION_PREFETCH, "prefetch" },
 	{ PCI_REGION_SYS_MEMORY, "sysmem" },
 	{ PCI_REGION_RO, "readonly" },
-	{ PCI_REGION_IO, "io" },
 };
 
 static void pci_show_regions(struct udevice *bus)
 {
 	struct pci_controller *hose = dev_get_uclass_priv(pci_get_controller(bus));
-- 
2.20.1


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

* Re: [PATCH] pci: Remove duplicate PCI_REGION_IO / "io" line
  2022-09-15 13:54 [PATCH] pci: Remove duplicate PCI_REGION_IO / "io" line Pali Rohár
@ 2022-09-16  5:40 ` Bin Meng
  2022-09-19  7:03 ` Stefan Roese
  2022-09-29 20:07 ` Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Bin Meng @ 2022-09-16  5:40 UTC (permalink / raw)
  To: Pali Rohár; +Cc: Stefan Roese, U-Boot Mailing List

On Thu, Sep 15, 2022 at 9:54 PM Pali Rohár <pali@kernel.org> wrote:
>
> Signed-off-by: Pali Rohár <pali@kernel.org>
> ---
>  cmd/pci.c | 1 -
>  1 file changed, 1 deletion(-)
>

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

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

* Re: [PATCH] pci: Remove duplicate PCI_REGION_IO / "io" line
  2022-09-15 13:54 [PATCH] pci: Remove duplicate PCI_REGION_IO / "io" line Pali Rohár
  2022-09-16  5:40 ` Bin Meng
@ 2022-09-19  7:03 ` Stefan Roese
  2022-09-29 20:07 ` Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Stefan Roese @ 2022-09-19  7:03 UTC (permalink / raw)
  To: Pali Rohár, Bin Meng; +Cc: u-boot

On 15.09.22 15:54, Pali Rohár wrote:
> Signed-off-by: Pali Rohár <pali@kernel.org>

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

Thanks,
Stefan

> ---
>   cmd/pci.c | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/cmd/pci.c b/cmd/pci.c
> index 6258699fec81..58a74755c8b2 100644
> --- a/cmd/pci.c
> +++ b/cmd/pci.c
> @@ -450,11 +450,10 @@ static const struct pci_flag_info {
>   } pci_flag_info[] = {
>   	{ PCI_REGION_IO, "io" },
>   	{ PCI_REGION_PREFETCH, "prefetch" },
>   	{ PCI_REGION_SYS_MEMORY, "sysmem" },
>   	{ PCI_REGION_RO, "readonly" },
> -	{ PCI_REGION_IO, "io" },
>   };
>   
>   static void pci_show_regions(struct udevice *bus)
>   {
>   	struct pci_controller *hose = dev_get_uclass_priv(pci_get_controller(bus));

Viele Grüße,
Stefan Roese

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr@denx.de

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

* Re: [PATCH] pci: Remove duplicate PCI_REGION_IO / "io" line
  2022-09-15 13:54 [PATCH] pci: Remove duplicate PCI_REGION_IO / "io" line Pali Rohár
  2022-09-16  5:40 ` Bin Meng
  2022-09-19  7:03 ` Stefan Roese
@ 2022-09-29 20:07 ` Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2022-09-29 20:07 UTC (permalink / raw)
  To: Pali Rohár; +Cc: Stefan Roese, Bin Meng, u-boot

[-- Attachment #1: Type: text/plain, Size: 247 bytes --]

On Thu, Sep 15, 2022 at 03:54:45PM +0200, Pali Rohár wrote:

> Signed-off-by: Pali Rohár <pali@kernel.org>
> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
> Reviewed-by: Stefan Roese <sr@denx.de>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

end of thread, other threads:[~2022-09-29 20:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-15 13:54 [PATCH] pci: Remove duplicate PCI_REGION_IO / "io" line Pali Rohár
2022-09-16  5:40 ` Bin Meng
2022-09-19  7:03 ` Stefan Roese
2022-09-29 20:07 ` 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.