All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] PCI: Xilinx NWL: Remove mask for messages not supported by AXI
@ 2017-01-31  8:59 ` Bharat Kumar Gogada
  0 siblings, 0 replies; 12+ messages in thread
From: Bharat Kumar Gogada @ 2017-01-31  8:59 UTC (permalink / raw)
  To: bhelgaas, paul.gortmaker, robh, colin.king, linux-pci, marc.zyngier
  Cc: michal.simek, linux-arm-kernel, linux-kernel, rgummal, arnd,
	Bharat Kumar Gogada

- Removing support for vendor defined messages which are not
suppoerted by AXI

Signed-off-by: Bharat Kumar Gogada <bharatku@xilinx.com>
---
 drivers/pci/host/pcie-xilinx-nwl.c |   14 +-------------
 1 files changed, 1 insertions(+), 13 deletions(-)

diff --git a/drivers/pci/host/pcie-xilinx-nwl.c b/drivers/pci/host/pcie-xilinx-nwl.c
index 76dd094..651486a 100644
--- a/drivers/pci/host/pcie-xilinx-nwl.c
+++ b/drivers/pci/host/pcie-xilinx-nwl.c
@@ -62,21 +62,9 @@
 #define CFG_ENABLE_PM_MSG_FWD		BIT(1)
 #define CFG_ENABLE_INT_MSG_FWD		BIT(2)
 #define CFG_ENABLE_ERR_MSG_FWD		BIT(3)
-#define CFG_ENABLE_SLT_MSG_FWD		BIT(5)
-#define CFG_ENABLE_VEN_MSG_FWD		BIT(7)
-#define CFG_ENABLE_OTH_MSG_FWD		BIT(13)
-#define CFG_ENABLE_VEN_MSG_EN		BIT(14)
-#define CFG_ENABLE_VEN_MSG_VEN_INV	BIT(15)
-#define CFG_ENABLE_VEN_MSG_VEN_ID	GENMASK(31, 16)
 #define CFG_ENABLE_MSG_FILTER_MASK	(CFG_ENABLE_PM_MSG_FWD | \
 					CFG_ENABLE_INT_MSG_FWD | \
-					CFG_ENABLE_ERR_MSG_FWD | \
-					CFG_ENABLE_SLT_MSG_FWD | \
-					CFG_ENABLE_VEN_MSG_FWD | \
-					CFG_ENABLE_OTH_MSG_FWD | \
-					CFG_ENABLE_VEN_MSG_EN | \
-					CFG_ENABLE_VEN_MSG_VEN_INV | \
-					CFG_ENABLE_VEN_MSG_VEN_ID)
+					CFG_ENABLE_ERR_MSG_FWD)
 
 /* Misc interrupt status mask bits */
 #define MSGF_MISC_SR_RXMSG_AVAIL	BIT(0)
-- 
1.7.1

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

* [PATCH] PCI: Xilinx NWL: Remove mask for messages not supported by AXI
@ 2017-01-31  8:59 ` Bharat Kumar Gogada
  0 siblings, 0 replies; 12+ messages in thread
From: Bharat Kumar Gogada @ 2017-01-31  8:59 UTC (permalink / raw)
  To: bhelgaas, paul.gortmaker, robh, colin.king, linux-pci, marc.zyngier
  Cc: arnd, michal.simek, linux-kernel, Bharat Kumar Gogada, rgummal,
	linux-arm-kernel

- Removing support for vendor defined messages which are not
suppoerted by AXI

Signed-off-by: Bharat Kumar Gogada <bharatku@xilinx.com>
---
 drivers/pci/host/pcie-xilinx-nwl.c |   14 +-------------
 1 files changed, 1 insertions(+), 13 deletions(-)

diff --git a/drivers/pci/host/pcie-xilinx-nwl.c b/drivers/pci/host/pcie-xilinx-nwl.c
index 76dd094..651486a 100644
--- a/drivers/pci/host/pcie-xilinx-nwl.c
+++ b/drivers/pci/host/pcie-xilinx-nwl.c
@@ -62,21 +62,9 @@
 #define CFG_ENABLE_PM_MSG_FWD		BIT(1)
 #define CFG_ENABLE_INT_MSG_FWD		BIT(2)
 #define CFG_ENABLE_ERR_MSG_FWD		BIT(3)
-#define CFG_ENABLE_SLT_MSG_FWD		BIT(5)
-#define CFG_ENABLE_VEN_MSG_FWD		BIT(7)
-#define CFG_ENABLE_OTH_MSG_FWD		BIT(13)
-#define CFG_ENABLE_VEN_MSG_EN		BIT(14)
-#define CFG_ENABLE_VEN_MSG_VEN_INV	BIT(15)
-#define CFG_ENABLE_VEN_MSG_VEN_ID	GENMASK(31, 16)
 #define CFG_ENABLE_MSG_FILTER_MASK	(CFG_ENABLE_PM_MSG_FWD | \
 					CFG_ENABLE_INT_MSG_FWD | \
-					CFG_ENABLE_ERR_MSG_FWD | \
-					CFG_ENABLE_SLT_MSG_FWD | \
-					CFG_ENABLE_VEN_MSG_FWD | \
-					CFG_ENABLE_OTH_MSG_FWD | \
-					CFG_ENABLE_VEN_MSG_EN | \
-					CFG_ENABLE_VEN_MSG_VEN_INV | \
-					CFG_ENABLE_VEN_MSG_VEN_ID)
+					CFG_ENABLE_ERR_MSG_FWD)
 
 /* Misc interrupt status mask bits */
 #define MSGF_MISC_SR_RXMSG_AVAIL	BIT(0)
-- 
1.7.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH] PCI: Xilinx NWL: Remove mask for messages not supported by AXI
@ 2017-01-31  8:59 ` Bharat Kumar Gogada
  0 siblings, 0 replies; 12+ messages in thread
From: Bharat Kumar Gogada @ 2017-01-31  8:59 UTC (permalink / raw)
  To: linux-arm-kernel

- Removing support for vendor defined messages which are not
suppoerted by AXI

Signed-off-by: Bharat Kumar Gogada <bharatku@xilinx.com>
---
 drivers/pci/host/pcie-xilinx-nwl.c |   14 +-------------
 1 files changed, 1 insertions(+), 13 deletions(-)

diff --git a/drivers/pci/host/pcie-xilinx-nwl.c b/drivers/pci/host/pcie-xilinx-nwl.c
index 76dd094..651486a 100644
--- a/drivers/pci/host/pcie-xilinx-nwl.c
+++ b/drivers/pci/host/pcie-xilinx-nwl.c
@@ -62,21 +62,9 @@
 #define CFG_ENABLE_PM_MSG_FWD		BIT(1)
 #define CFG_ENABLE_INT_MSG_FWD		BIT(2)
 #define CFG_ENABLE_ERR_MSG_FWD		BIT(3)
-#define CFG_ENABLE_SLT_MSG_FWD		BIT(5)
-#define CFG_ENABLE_VEN_MSG_FWD		BIT(7)
-#define CFG_ENABLE_OTH_MSG_FWD		BIT(13)
-#define CFG_ENABLE_VEN_MSG_EN		BIT(14)
-#define CFG_ENABLE_VEN_MSG_VEN_INV	BIT(15)
-#define CFG_ENABLE_VEN_MSG_VEN_ID	GENMASK(31, 16)
 #define CFG_ENABLE_MSG_FILTER_MASK	(CFG_ENABLE_PM_MSG_FWD | \
 					CFG_ENABLE_INT_MSG_FWD | \
-					CFG_ENABLE_ERR_MSG_FWD | \
-					CFG_ENABLE_SLT_MSG_FWD | \
-					CFG_ENABLE_VEN_MSG_FWD | \
-					CFG_ENABLE_OTH_MSG_FWD | \
-					CFG_ENABLE_VEN_MSG_EN | \
-					CFG_ENABLE_VEN_MSG_VEN_INV | \
-					CFG_ENABLE_VEN_MSG_VEN_ID)
+					CFG_ENABLE_ERR_MSG_FWD)
 
 /* Misc interrupt status mask bits */
 #define MSGF_MISC_SR_RXMSG_AVAIL	BIT(0)
-- 
1.7.1

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

* Re: [PATCH] PCI: Xilinx NWL: Remove mask for messages not supported by AXI
  2017-01-31  8:59 ` Bharat Kumar Gogada
  (?)
@ 2017-02-10 20:25   ` Bjorn Helgaas
  -1 siblings, 0 replies; 12+ messages in thread
From: Bjorn Helgaas @ 2017-02-10 20:25 UTC (permalink / raw)
  To: Bharat Kumar Gogada
  Cc: bhelgaas, paul.gortmaker, robh, colin.king, linux-pci,
	marc.zyngier, arnd, michal.simek, linux-kernel,
	Bharat Kumar Gogada, rgummal, linux-arm-kernel

On Tue, Jan 31, 2017 at 02:29:30PM +0530, Bharat Kumar Gogada wrote:
> - Removing support for vendor defined messages which are not
> suppoerted by AXI
> 
> Signed-off-by: Bharat Kumar Gogada <bharatku@xilinx.com>

Applied to pci/host-xilinx for v4.11, thanks.

Bharat, get_maintainer.pl lists you as a contributor, but not as a
maintainer of this file.  Should we update MAINTAINERS so it does?  

  $ ./scripts/get_maintainer.pl drivers/pci/host/pcie-xilinx-nwl.c
  Bjorn Helgaas <bhelgaas@google.com> (supporter:PCI SUBSYSTEM,commit_signer:11/11=100%,authored:5/11=45%,added_lines:71/999=7%,removed_lines:58/132=44%)
  Michal Simek <michal.simek@xilinx.com> (supporter:ARM/ZYNQ ARCHITECTURE)
  "Sören Brinkmann" <soren.brinkmann@xilinx.com> (reviewer:ARM/ZYNQ ARCHITECTURE)
  Bharat Kumar Gogada <bharat.kumar.gogada@xilinx.com> (commit_signer:4/11=36%,authored:4/11=36%,added_lines:924/999=92%,removed_lines:23/132=17%)
  Rob Herring <robh@kernel.org> (commit_signer:1/11=9%)
  Colin Ian King <colin.king@canonical.com> (commit_signer:1/11=9%,authored:1/11=9%)
  Paul Gortmaker <paul.gortmaker@windriver.com> (commit_signer:1/11=9%,authored:1/11=9%,removed_lines:50/132=38%)
  linux-pci@vger.kernel.org (open list:PCI SUBSYSTEM)
  linux-arm-kernel@lists.infradead.org (moderated list:ARM/ZYNQ ARCHITECTURE)
  linux-kernel@vger.kernel.org (open list)


> ---
>  drivers/pci/host/pcie-xilinx-nwl.c |   14 +-------------
>  1 files changed, 1 insertions(+), 13 deletions(-)
> 
> diff --git a/drivers/pci/host/pcie-xilinx-nwl.c b/drivers/pci/host/pcie-xilinx-nwl.c
> index 76dd094..651486a 100644
> --- a/drivers/pci/host/pcie-xilinx-nwl.c
> +++ b/drivers/pci/host/pcie-xilinx-nwl.c
> @@ -62,21 +62,9 @@
>  #define CFG_ENABLE_PM_MSG_FWD		BIT(1)
>  #define CFG_ENABLE_INT_MSG_FWD		BIT(2)
>  #define CFG_ENABLE_ERR_MSG_FWD		BIT(3)
> -#define CFG_ENABLE_SLT_MSG_FWD		BIT(5)
> -#define CFG_ENABLE_VEN_MSG_FWD		BIT(7)
> -#define CFG_ENABLE_OTH_MSG_FWD		BIT(13)
> -#define CFG_ENABLE_VEN_MSG_EN		BIT(14)
> -#define CFG_ENABLE_VEN_MSG_VEN_INV	BIT(15)
> -#define CFG_ENABLE_VEN_MSG_VEN_ID	GENMASK(31, 16)
>  #define CFG_ENABLE_MSG_FILTER_MASK	(CFG_ENABLE_PM_MSG_FWD | \
>  					CFG_ENABLE_INT_MSG_FWD | \
> -					CFG_ENABLE_ERR_MSG_FWD | \
> -					CFG_ENABLE_SLT_MSG_FWD | \
> -					CFG_ENABLE_VEN_MSG_FWD | \
> -					CFG_ENABLE_OTH_MSG_FWD | \
> -					CFG_ENABLE_VEN_MSG_EN | \
> -					CFG_ENABLE_VEN_MSG_VEN_INV | \
> -					CFG_ENABLE_VEN_MSG_VEN_ID)
> +					CFG_ENABLE_ERR_MSG_FWD)
>  
>  /* Misc interrupt status mask bits */
>  #define MSGF_MISC_SR_RXMSG_AVAIL	BIT(0)
> -- 
> 1.7.1
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] PCI: Xilinx NWL: Remove mask for messages not supported by AXI
@ 2017-02-10 20:25   ` Bjorn Helgaas
  0 siblings, 0 replies; 12+ messages in thread
From: Bjorn Helgaas @ 2017-02-10 20:25 UTC (permalink / raw)
  To: Bharat Kumar Gogada
  Cc: robh, arnd, marc.zyngier, linux-pci, michal.simek, linux-kernel,
	Bharat Kumar Gogada, paul.gortmaker, rgummal, bhelgaas,
	colin.king, linux-arm-kernel

On Tue, Jan 31, 2017 at 02:29:30PM +0530, Bharat Kumar Gogada wrote:
> - Removing support for vendor defined messages which are not
> suppoerted by AXI
> =

> Signed-off-by: Bharat Kumar Gogada <bharatku@xilinx.com>

Applied to pci/host-xilinx for v4.11, thanks.

Bharat, get_maintainer.pl lists you as a contributor, but not as a
maintainer of this file.  Should we update MAINTAINERS so it does?  =


  $ ./scripts/get_maintainer.pl drivers/pci/host/pcie-xilinx-nwl.c
  Bjorn Helgaas <bhelgaas@google.com> (supporter:PCI SUBSYSTEM,commit_signe=
r:11/11=3D100%,authored:5/11=3D45%,added_lines:71/999=3D7%,removed_lines:58=
/132=3D44%)
  Michal Simek <michal.simek@xilinx.com> (supporter:ARM/ZYNQ ARCHITECTURE)
  "S=F6ren Brinkmann" <soren.brinkmann@xilinx.com> (reviewer:ARM/ZYNQ ARCHI=
TECTURE)
  Bharat Kumar Gogada <bharat.kumar.gogada@xilinx.com> (commit_signer:4/11=
=3D36%,authored:4/11=3D36%,added_lines:924/999=3D92%,removed_lines:23/132=
=3D17%)
  Rob Herring <robh@kernel.org> (commit_signer:1/11=3D9%)
  Colin Ian King <colin.king@canonical.com> (commit_signer:1/11=3D9%,author=
ed:1/11=3D9%)
  Paul Gortmaker <paul.gortmaker@windriver.com> (commit_signer:1/11=3D9%,au=
thored:1/11=3D9%,removed_lines:50/132=3D38%)
  linux-pci@vger.kernel.org (open list:PCI SUBSYSTEM)
  linux-arm-kernel@lists.infradead.org (moderated list:ARM/ZYNQ ARCHITECTUR=
E)
  linux-kernel@vger.kernel.org (open list)


> ---
>  drivers/pci/host/pcie-xilinx-nwl.c |   14 +-------------
>  1 files changed, 1 insertions(+), 13 deletions(-)
> =

> diff --git a/drivers/pci/host/pcie-xilinx-nwl.c b/drivers/pci/host/pcie-x=
ilinx-nwl.c
> index 76dd094..651486a 100644
> --- a/drivers/pci/host/pcie-xilinx-nwl.c
> +++ b/drivers/pci/host/pcie-xilinx-nwl.c
> @@ -62,21 +62,9 @@
>  #define CFG_ENABLE_PM_MSG_FWD		BIT(1)
>  #define CFG_ENABLE_INT_MSG_FWD		BIT(2)
>  #define CFG_ENABLE_ERR_MSG_FWD		BIT(3)
> -#define CFG_ENABLE_SLT_MSG_FWD		BIT(5)
> -#define CFG_ENABLE_VEN_MSG_FWD		BIT(7)
> -#define CFG_ENABLE_OTH_MSG_FWD		BIT(13)
> -#define CFG_ENABLE_VEN_MSG_EN		BIT(14)
> -#define CFG_ENABLE_VEN_MSG_VEN_INV	BIT(15)
> -#define CFG_ENABLE_VEN_MSG_VEN_ID	GENMASK(31, 16)
>  #define CFG_ENABLE_MSG_FILTER_MASK	(CFG_ENABLE_PM_MSG_FWD | \
>  					CFG_ENABLE_INT_MSG_FWD | \
> -					CFG_ENABLE_ERR_MSG_FWD | \
> -					CFG_ENABLE_SLT_MSG_FWD | \
> -					CFG_ENABLE_VEN_MSG_FWD | \
> -					CFG_ENABLE_OTH_MSG_FWD | \
> -					CFG_ENABLE_VEN_MSG_EN | \
> -					CFG_ENABLE_VEN_MSG_VEN_INV | \
> -					CFG_ENABLE_VEN_MSG_VEN_ID)
> +					CFG_ENABLE_ERR_MSG_FWD)
>  =

>  /* Misc interrupt status mask bits */
>  #define MSGF_MISC_SR_RXMSG_AVAIL	BIT(0)
> -- =

> 1.7.1
> =

> =

> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH] PCI: Xilinx NWL: Remove mask for messages not supported by AXI
@ 2017-02-10 20:25   ` Bjorn Helgaas
  0 siblings, 0 replies; 12+ messages in thread
From: Bjorn Helgaas @ 2017-02-10 20:25 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jan 31, 2017 at 02:29:30PM +0530, Bharat Kumar Gogada wrote:
> - Removing support for vendor defined messages which are not
> suppoerted by AXI
> 
> Signed-off-by: Bharat Kumar Gogada <bharatku@xilinx.com>

Applied to pci/host-xilinx for v4.11, thanks.

Bharat, get_maintainer.pl lists you as a contributor, but not as a
maintainer of this file.  Should we update MAINTAINERS so it does?  

  $ ./scripts/get_maintainer.pl drivers/pci/host/pcie-xilinx-nwl.c
  Bjorn Helgaas <bhelgaas@google.com> (supporter:PCI SUBSYSTEM,commit_signer:11/11=100%,authored:5/11=45%,added_lines:71/999=7%,removed_lines:58/132=44%)
  Michal Simek <michal.simek@xilinx.com> (supporter:ARM/ZYNQ ARCHITECTURE)
  "S?ren Brinkmann" <soren.brinkmann@xilinx.com> (reviewer:ARM/ZYNQ ARCHITECTURE)
  Bharat Kumar Gogada <bharat.kumar.gogada@xilinx.com> (commit_signer:4/11=36%,authored:4/11=36%,added_lines:924/999=92%,removed_lines:23/132=17%)
  Rob Herring <robh@kernel.org> (commit_signer:1/11=9%)
  Colin Ian King <colin.king@canonical.com> (commit_signer:1/11=9%,authored:1/11=9%)
  Paul Gortmaker <paul.gortmaker@windriver.com> (commit_signer:1/11=9%,authored:1/11=9%,removed_lines:50/132=38%)
  linux-pci at vger.kernel.org (open list:PCI SUBSYSTEM)
  linux-arm-kernel at lists.infradead.org (moderated list:ARM/ZYNQ ARCHITECTURE)
  linux-kernel at vger.kernel.org (open list)


> ---
>  drivers/pci/host/pcie-xilinx-nwl.c |   14 +-------------
>  1 files changed, 1 insertions(+), 13 deletions(-)
> 
> diff --git a/drivers/pci/host/pcie-xilinx-nwl.c b/drivers/pci/host/pcie-xilinx-nwl.c
> index 76dd094..651486a 100644
> --- a/drivers/pci/host/pcie-xilinx-nwl.c
> +++ b/drivers/pci/host/pcie-xilinx-nwl.c
> @@ -62,21 +62,9 @@
>  #define CFG_ENABLE_PM_MSG_FWD		BIT(1)
>  #define CFG_ENABLE_INT_MSG_FWD		BIT(2)
>  #define CFG_ENABLE_ERR_MSG_FWD		BIT(3)
> -#define CFG_ENABLE_SLT_MSG_FWD		BIT(5)
> -#define CFG_ENABLE_VEN_MSG_FWD		BIT(7)
> -#define CFG_ENABLE_OTH_MSG_FWD		BIT(13)
> -#define CFG_ENABLE_VEN_MSG_EN		BIT(14)
> -#define CFG_ENABLE_VEN_MSG_VEN_INV	BIT(15)
> -#define CFG_ENABLE_VEN_MSG_VEN_ID	GENMASK(31, 16)
>  #define CFG_ENABLE_MSG_FILTER_MASK	(CFG_ENABLE_PM_MSG_FWD | \
>  					CFG_ENABLE_INT_MSG_FWD | \
> -					CFG_ENABLE_ERR_MSG_FWD | \
> -					CFG_ENABLE_SLT_MSG_FWD | \
> -					CFG_ENABLE_VEN_MSG_FWD | \
> -					CFG_ENABLE_OTH_MSG_FWD | \
> -					CFG_ENABLE_VEN_MSG_EN | \
> -					CFG_ENABLE_VEN_MSG_VEN_INV | \
> -					CFG_ENABLE_VEN_MSG_VEN_ID)
> +					CFG_ENABLE_ERR_MSG_FWD)
>  
>  /* Misc interrupt status mask bits */
>  #define MSGF_MISC_SR_RXMSG_AVAIL	BIT(0)
> -- 
> 1.7.1
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* RE: [PATCH] PCI: Xilinx NWL: Remove mask for messages not supported by AXI
  2017-02-10 20:25   ` Bjorn Helgaas
  (?)
@ 2017-02-14 14:29     ` Bharat Kumar Gogada
  -1 siblings, 0 replies; 12+ messages in thread
From: Bharat Kumar Gogada @ 2017-02-14 14:29 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: bhelgaas, paul.gortmaker, robh, colin.king, linux-pci,
	marc.zyngier, arnd, michal.simek, linux-kernel,
	Ravikiran Gummaluri, linux-arm-kernel

> On Tue, Jan 31, 2017 at 02:29:30PM +0530, Bharat Kumar Gogada wrote:
> > - Removing support for vendor defined messages which are not
> > suppoerted by AXI
> >
> > Signed-off-by: Bharat Kumar Gogada <bharatku@xilinx.com>
> 
> Applied to pci/host-xilinx for v4.11, thanks.
> 
Thanks Bjorn.
> Bharat, get_maintainer.pl lists you as a contributor, but not as a maintainer of
> this file.  Should we update MAINTAINERS so it does?
Yes, Please update MAINTAINERS list.
> 
>   $ ./scripts/get_maintainer.pl drivers/pci/host/pcie-xilinx-nwl.c
>   Bjorn Helgaas <bhelgaas@google.com> (supporter:PCI
> SUBSYSTEM,commit_signer:11/11=100%,authored:5/11=45%,added_lines:71/9
> 99=7%,removed_lines:58/132=44%)
>   Michal Simek <michal.simek@xilinx.com> (supporter:ARM/ZYNQ
> ARCHITECTURE)
>   "Sören Brinkmann" <soren.brinkmann@xilinx.com> (reviewer:ARM/ZYNQ
> ARCHITECTURE)
>   Bharat Kumar Gogada <bharat.kumar.gogada@xilinx.com>
> (commit_signer:4/11=36%,authored:4/11=36%,added_lines:924/999=92%,remo
> ved_lines:23/132=17%)
>   Rob Herring <robh@kernel.org> (commit_signer:1/11=9%)
>   Colin Ian King <colin.king@canonical.com>
> (commit_signer:1/11=9%,authored:1/11=9%)
>   Paul Gortmaker <paul.gortmaker@windriver.com>
> (commit_signer:1/11=9%,authored:1/11=9%,removed_lines:50/132=38%)
>   linux-pci@vger.kernel.org (open list:PCI SUBSYSTEM)
>   linux-arm-kernel@lists.infradead.org (moderated list:ARM/ZYNQ
> ARCHITECTURE)
>   linux-kernel@vger.kernel.org (open list)
> 
> 
> > ---
> >  drivers/pci/host/pcie-xilinx-nwl.c |   14 +-------------
> >  1 files changed, 1 insertions(+), 13 deletions(-)
> >
> > diff --git a/drivers/pci/host/pcie-xilinx-nwl.c
> > b/drivers/pci/host/pcie-xilinx-nwl.c
> > index 76dd094..651486a 100644
> > --- a/drivers/pci/host/pcie-xilinx-nwl.c
> > +++ b/drivers/pci/host/pcie-xilinx-nwl.c
> > @@ -62,21 +62,9 @@
> >  #define CFG_ENABLE_PM_MSG_FWD		BIT(1)
> >  #define CFG_ENABLE_INT_MSG_FWD		BIT(2)
> >  #define CFG_ENABLE_ERR_MSG_FWD		BIT(3)
> > -#define CFG_ENABLE_SLT_MSG_FWD		BIT(5)
> > -#define CFG_ENABLE_VEN_MSG_FWD		BIT(7)
> > -#define CFG_ENABLE_OTH_MSG_FWD		BIT(13)
> > -#define CFG_ENABLE_VEN_MSG_EN		BIT(14)
> > -#define CFG_ENABLE_VEN_MSG_VEN_INV	BIT(15)
> > -#define CFG_ENABLE_VEN_MSG_VEN_ID	GENMASK(31, 16)
> >  #define CFG_ENABLE_MSG_FILTER_MASK	(CFG_ENABLE_PM_MSG_FWD
> | \
> >  					CFG_ENABLE_INT_MSG_FWD | \
> > -					CFG_ENABLE_ERR_MSG_FWD | \
> > -					CFG_ENABLE_SLT_MSG_FWD | \
> > -					CFG_ENABLE_VEN_MSG_FWD | \
> > -					CFG_ENABLE_OTH_MSG_FWD | \
> > -					CFG_ENABLE_VEN_MSG_EN | \
> > -					CFG_ENABLE_VEN_MSG_VEN_INV | \
> > -					CFG_ENABLE_VEN_MSG_VEN_ID)
> > +					CFG_ENABLE_ERR_MSG_FWD)
> >
> >  /* Misc interrupt status mask bits */
> >  #define MSGF_MISC_SR_RXMSG_AVAIL	BIT(0)
> > --
> > 1.7.1
> >
> >
> > _______________________________________________
> > linux-arm-kernel mailing list
> > linux-arm-kernel@lists.infradead.org
> > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* RE: [PATCH] PCI: Xilinx NWL: Remove mask for messages not supported by AXI
@ 2017-02-14 14:29     ` Bharat Kumar Gogada
  0 siblings, 0 replies; 12+ messages in thread
From: Bharat Kumar Gogada @ 2017-02-14 14:29 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: robh, arnd, marc.zyngier, linux-pci, michal.simek, linux-kernel,
	paul.gortmaker, Ravikiran Gummaluri, bhelgaas, colin.king,
	linux-arm-kernel

> On Tue, Jan 31, 2017 at 02:29:30PM +0530, Bharat Kumar Gogada wrote:
> > - Removing support for vendor defined messages which are not
> > suppoerted by AXI
> >
> > Signed-off-by: Bharat Kumar Gogada <bharatku@xilinx.com>
> =

> Applied to pci/host-xilinx for v4.11, thanks.
> =

Thanks Bjorn.
> Bharat, get_maintainer.pl lists you as a contributor, but not as a mainta=
iner of
> this file.  Should we update MAINTAINERS so it does?
Yes, Please update MAINTAINERS list.
> =

>   $ ./scripts/get_maintainer.pl drivers/pci/host/pcie-xilinx-nwl.c
>   Bjorn Helgaas <bhelgaas@google.com> (supporter:PCI
> SUBSYSTEM,commit_signer:11/11=3D100%,authored:5/11=3D45%,added_lines:71/9
> 99=3D7%,removed_lines:58/132=3D44%)
>   Michal Simek <michal.simek@xilinx.com> (supporter:ARM/ZYNQ
> ARCHITECTURE)
>   "S=F6ren Brinkmann" <soren.brinkmann@xilinx.com> (reviewer:ARM/ZYNQ
> ARCHITECTURE)
>   Bharat Kumar Gogada <bharat.kumar.gogada@xilinx.com>
> (commit_signer:4/11=3D36%,authored:4/11=3D36%,added_lines:924/999=3D92%,r=
emo
> ved_lines:23/132=3D17%)
>   Rob Herring <robh@kernel.org> (commit_signer:1/11=3D9%)
>   Colin Ian King <colin.king@canonical.com>
> (commit_signer:1/11=3D9%,authored:1/11=3D9%)
>   Paul Gortmaker <paul.gortmaker@windriver.com>
> (commit_signer:1/11=3D9%,authored:1/11=3D9%,removed_lines:50/132=3D38%)
>   linux-pci@vger.kernel.org (open list:PCI SUBSYSTEM)
>   linux-arm-kernel@lists.infradead.org (moderated list:ARM/ZYNQ
> ARCHITECTURE)
>   linux-kernel@vger.kernel.org (open list)
> =

> =

> > ---
> >  drivers/pci/host/pcie-xilinx-nwl.c |   14 +-------------
> >  1 files changed, 1 insertions(+), 13 deletions(-)
> >
> > diff --git a/drivers/pci/host/pcie-xilinx-nwl.c
> > b/drivers/pci/host/pcie-xilinx-nwl.c
> > index 76dd094..651486a 100644
> > --- a/drivers/pci/host/pcie-xilinx-nwl.c
> > +++ b/drivers/pci/host/pcie-xilinx-nwl.c
> > @@ -62,21 +62,9 @@
> >  #define CFG_ENABLE_PM_MSG_FWD		BIT(1)
> >  #define CFG_ENABLE_INT_MSG_FWD		BIT(2)
> >  #define CFG_ENABLE_ERR_MSG_FWD		BIT(3)
> > -#define CFG_ENABLE_SLT_MSG_FWD		BIT(5)
> > -#define CFG_ENABLE_VEN_MSG_FWD		BIT(7)
> > -#define CFG_ENABLE_OTH_MSG_FWD		BIT(13)
> > -#define CFG_ENABLE_VEN_MSG_EN		BIT(14)
> > -#define CFG_ENABLE_VEN_MSG_VEN_INV	BIT(15)
> > -#define CFG_ENABLE_VEN_MSG_VEN_ID	GENMASK(31, 16)
> >  #define CFG_ENABLE_MSG_FILTER_MASK	(CFG_ENABLE_PM_MSG_FWD
> | \
> >  					CFG_ENABLE_INT_MSG_FWD | \
> > -					CFG_ENABLE_ERR_MSG_FWD | \
> > -					CFG_ENABLE_SLT_MSG_FWD | \
> > -					CFG_ENABLE_VEN_MSG_FWD | \
> > -					CFG_ENABLE_OTH_MSG_FWD | \
> > -					CFG_ENABLE_VEN_MSG_EN | \
> > -					CFG_ENABLE_VEN_MSG_VEN_INV | \
> > -					CFG_ENABLE_VEN_MSG_VEN_ID)
> > +					CFG_ENABLE_ERR_MSG_FWD)
> >
> >  /* Misc interrupt status mask bits */
> >  #define MSGF_MISC_SR_RXMSG_AVAIL	BIT(0)
> > --
> > 1.7.1
> >
> >
> > _______________________________________________
> > linux-arm-kernel mailing list
> > linux-arm-kernel@lists.infradead.org
> > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH] PCI: Xilinx NWL: Remove mask for messages not supported by AXI
@ 2017-02-14 14:29     ` Bharat Kumar Gogada
  0 siblings, 0 replies; 12+ messages in thread
From: Bharat Kumar Gogada @ 2017-02-14 14:29 UTC (permalink / raw)
  To: linux-arm-kernel

> On Tue, Jan 31, 2017 at 02:29:30PM +0530, Bharat Kumar Gogada wrote:
> > - Removing support for vendor defined messages which are not
> > suppoerted by AXI
> >
> > Signed-off-by: Bharat Kumar Gogada <bharatku@xilinx.com>
> 
> Applied to pci/host-xilinx for v4.11, thanks.
> 
Thanks Bjorn.
> Bharat, get_maintainer.pl lists you as a contributor, but not as a maintainer of
> this file.  Should we update MAINTAINERS so it does?
Yes, Please update MAINTAINERS list.
> 
>   $ ./scripts/get_maintainer.pl drivers/pci/host/pcie-xilinx-nwl.c
>   Bjorn Helgaas <bhelgaas@google.com> (supporter:PCI
> SUBSYSTEM,commit_signer:11/11=100%,authored:5/11=45%,added_lines:71/9
> 99=7%,removed_lines:58/132=44%)
>   Michal Simek <michal.simek@xilinx.com> (supporter:ARM/ZYNQ
> ARCHITECTURE)
>   "S?ren Brinkmann" <soren.brinkmann@xilinx.com> (reviewer:ARM/ZYNQ
> ARCHITECTURE)
>   Bharat Kumar Gogada <bharat.kumar.gogada@xilinx.com>
> (commit_signer:4/11=36%,authored:4/11=36%,added_lines:924/999=92%,remo
> ved_lines:23/132=17%)
>   Rob Herring <robh@kernel.org> (commit_signer:1/11=9%)
>   Colin Ian King <colin.king@canonical.com>
> (commit_signer:1/11=9%,authored:1/11=9%)
>   Paul Gortmaker <paul.gortmaker@windriver.com>
> (commit_signer:1/11=9%,authored:1/11=9%,removed_lines:50/132=38%)
>   linux-pci at vger.kernel.org (open list:PCI SUBSYSTEM)
>   linux-arm-kernel at lists.infradead.org (moderated list:ARM/ZYNQ
> ARCHITECTURE)
>   linux-kernel at vger.kernel.org (open list)
> 
> 
> > ---
> >  drivers/pci/host/pcie-xilinx-nwl.c |   14 +-------------
> >  1 files changed, 1 insertions(+), 13 deletions(-)
> >
> > diff --git a/drivers/pci/host/pcie-xilinx-nwl.c
> > b/drivers/pci/host/pcie-xilinx-nwl.c
> > index 76dd094..651486a 100644
> > --- a/drivers/pci/host/pcie-xilinx-nwl.c
> > +++ b/drivers/pci/host/pcie-xilinx-nwl.c
> > @@ -62,21 +62,9 @@
> >  #define CFG_ENABLE_PM_MSG_FWD		BIT(1)
> >  #define CFG_ENABLE_INT_MSG_FWD		BIT(2)
> >  #define CFG_ENABLE_ERR_MSG_FWD		BIT(3)
> > -#define CFG_ENABLE_SLT_MSG_FWD		BIT(5)
> > -#define CFG_ENABLE_VEN_MSG_FWD		BIT(7)
> > -#define CFG_ENABLE_OTH_MSG_FWD		BIT(13)
> > -#define CFG_ENABLE_VEN_MSG_EN		BIT(14)
> > -#define CFG_ENABLE_VEN_MSG_VEN_INV	BIT(15)
> > -#define CFG_ENABLE_VEN_MSG_VEN_ID	GENMASK(31, 16)
> >  #define CFG_ENABLE_MSG_FILTER_MASK	(CFG_ENABLE_PM_MSG_FWD
> | \
> >  					CFG_ENABLE_INT_MSG_FWD | \
> > -					CFG_ENABLE_ERR_MSG_FWD | \
> > -					CFG_ENABLE_SLT_MSG_FWD | \
> > -					CFG_ENABLE_VEN_MSG_FWD | \
> > -					CFG_ENABLE_OTH_MSG_FWD | \
> > -					CFG_ENABLE_VEN_MSG_EN | \
> > -					CFG_ENABLE_VEN_MSG_VEN_INV | \
> > -					CFG_ENABLE_VEN_MSG_VEN_ID)
> > +					CFG_ENABLE_ERR_MSG_FWD)
> >
> >  /* Misc interrupt status mask bits */
> >  #define MSGF_MISC_SR_RXMSG_AVAIL	BIT(0)
> > --
> > 1.7.1
> >
> >
> > _______________________________________________
> > linux-arm-kernel mailing list
> > linux-arm-kernel at lists.infradead.org
> > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] PCI: Xilinx NWL: Remove mask for messages not supported by AXI
  2017-02-14 14:29     ` Bharat Kumar Gogada
  (?)
@ 2017-02-14 14:42       ` Michal Simek
  -1 siblings, 0 replies; 12+ messages in thread
From: Michal Simek @ 2017-02-14 14:42 UTC (permalink / raw)
  To: Bharat Kumar Gogada, Bjorn Helgaas
  Cc: bhelgaas, paul.gortmaker, robh, colin.king, linux-pci,
	marc.zyngier, arnd, michal.simek, linux-kernel,
	Ravikiran Gummaluri, linux-arm-kernel

On 14.2.2017 15:29, Bharat Kumar Gogada wrote:
>> On Tue, Jan 31, 2017 at 02:29:30PM +0530, Bharat Kumar Gogada wrote:
>>> - Removing support for vendor defined messages which are not
>>> suppoerted by AXI
>>>
>>> Signed-off-by: Bharat Kumar Gogada <bharatku@xilinx.com>
>>
>> Applied to pci/host-xilinx for v4.11, thanks.
>>
> Thanks Bjorn.
>> Bharat, get_maintainer.pl lists you as a contributor, but not as a maintainer of
>> this file.  Should we update MAINTAINERS so it does?
> Yes, Please update MAINTAINERS list.

I expect it is more about you to create a patch and send it to Bjorn.

Thanks,
Michal

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

* Re: [PATCH] PCI: Xilinx NWL: Remove mask for messages not supported by AXI
@ 2017-02-14 14:42       ` Michal Simek
  0 siblings, 0 replies; 12+ messages in thread
From: Michal Simek @ 2017-02-14 14:42 UTC (permalink / raw)
  To: Bharat Kumar Gogada, Bjorn Helgaas
  Cc: robh, arnd, marc.zyngier, linux-pci, michal.simek, linux-kernel,
	paul.gortmaker, Ravikiran Gummaluri, bhelgaas, colin.king,
	linux-arm-kernel

On 14.2.2017 15:29, Bharat Kumar Gogada wrote:
>> On Tue, Jan 31, 2017 at 02:29:30PM +0530, Bharat Kumar Gogada wrote:
>>> - Removing support for vendor defined messages which are not
>>> suppoerted by AXI
>>>
>>> Signed-off-by: Bharat Kumar Gogada <bharatku@xilinx.com>
>>
>> Applied to pci/host-xilinx for v4.11, thanks.
>>
> Thanks Bjorn.
>> Bharat, get_maintainer.pl lists you as a contributor, but not as a maintainer of
>> this file.  Should we update MAINTAINERS so it does?
> Yes, Please update MAINTAINERS list.

I expect it is more about you to create a patch and send it to Bjorn.

Thanks,
Michal


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH] PCI: Xilinx NWL: Remove mask for messages not supported by AXI
@ 2017-02-14 14:42       ` Michal Simek
  0 siblings, 0 replies; 12+ messages in thread
From: Michal Simek @ 2017-02-14 14:42 UTC (permalink / raw)
  To: linux-arm-kernel

On 14.2.2017 15:29, Bharat Kumar Gogada wrote:
>> On Tue, Jan 31, 2017 at 02:29:30PM +0530, Bharat Kumar Gogada wrote:
>>> - Removing support for vendor defined messages which are not
>>> suppoerted by AXI
>>>
>>> Signed-off-by: Bharat Kumar Gogada <bharatku@xilinx.com>
>>
>> Applied to pci/host-xilinx for v4.11, thanks.
>>
> Thanks Bjorn.
>> Bharat, get_maintainer.pl lists you as a contributor, but not as a maintainer of
>> this file.  Should we update MAINTAINERS so it does?
> Yes, Please update MAINTAINERS list.

I expect it is more about you to create a patch and send it to Bjorn.

Thanks,
Michal

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

end of thread, other threads:[~2017-02-14 14:43 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-31  8:59 [PATCH] PCI: Xilinx NWL: Remove mask for messages not supported by AXI Bharat Kumar Gogada
2017-01-31  8:59 ` Bharat Kumar Gogada
2017-01-31  8:59 ` Bharat Kumar Gogada
2017-02-10 20:25 ` Bjorn Helgaas
2017-02-10 20:25   ` Bjorn Helgaas
2017-02-10 20:25   ` Bjorn Helgaas
2017-02-14 14:29   ` Bharat Kumar Gogada
2017-02-14 14:29     ` Bharat Kumar Gogada
2017-02-14 14:29     ` Bharat Kumar Gogada
2017-02-14 14:42     ` Michal Simek
2017-02-14 14:42       ` Michal Simek
2017-02-14 14:42       ` Michal Simek

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.