All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Enable zynq gpio and xilinx gpio support for the Zynq MP platform.
@ 2020-05-29  4:12 Greg Gallagher
  2020-05-29 17:04 ` Jan Kiszka
  0 siblings, 1 reply; 5+ messages in thread
From: Greg Gallagher @ 2020-05-29  4:12 UTC (permalink / raw)
  To: xenomai; +Cc: Joshua Karch

Signed-off-by: Greg Gallagher <greg@embeddedgreg.com>
Signed-off-by: Joshua Karch <jkarch48@hotmail.com>
---
 kernel/drivers/gpio/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kernel/drivers/gpio/Kconfig b/kernel/drivers/gpio/Kconfig
index dbc862754..44f41688c 100644
--- a/kernel/drivers/gpio/Kconfig
+++ b/kernel/drivers/gpio/Kconfig
@@ -34,7 +34,7 @@ config XENO_DRIVERS_GPIO_SUN8I_H3
 	SoC, as found on the NanoPI boards.
 
 config XENO_DRIVERS_GPIO_ZYNQ7000
-	depends on ARCH_ZYNQ
+	depends on ARCH_ZYNQ || ARCH_ZYNQMP
 	tristate "Support for Zynq7000 GPIOs"
 	help
 
@@ -42,7 +42,7 @@ config XENO_DRIVERS_GPIO_ZYNQ7000
 	Xilinx's Zynq7000 SoC.
 
 config XENO_DRIVERS_GPIO_XILINX
-	depends on ARCH_ZYNQ
+	depends on ARCH_ZYNQ || ARCH_ZYNQMP
 	tristate "Support for Xilinx GPIOs"
 	help
 
-- 
2.25.1



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

* Re: [PATCH] Enable zynq gpio and xilinx gpio support for the Zynq MP platform.
  2020-05-29  4:12 [PATCH] Enable zynq gpio and xilinx gpio support for the Zynq MP platform Greg Gallagher
@ 2020-05-29 17:04 ` Jan Kiszka
  2020-05-29 17:27   ` Greg Gallagher
  0 siblings, 1 reply; 5+ messages in thread
From: Jan Kiszka @ 2020-05-29 17:04 UTC (permalink / raw)
  To: Greg Gallagher, xenomai; +Cc: Joshua Karch

On 29.05.20 06:12, Greg Gallagher via Xenomai wrote:
> Signed-off-by: Greg Gallagher <greg@embeddedgreg.com>
> Signed-off-by: Joshua Karch <jkarch48@hotmail.com>

Did you mean "Reported-by: Joshua" or should "From:" be rather Josh?

Jan

> ---
>  kernel/drivers/gpio/Kconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/kernel/drivers/gpio/Kconfig b/kernel/drivers/gpio/Kconfig
> index dbc862754..44f41688c 100644
> --- a/kernel/drivers/gpio/Kconfig
> +++ b/kernel/drivers/gpio/Kconfig
> @@ -34,7 +34,7 @@ config XENO_DRIVERS_GPIO_SUN8I_H3
>  	SoC, as found on the NanoPI boards.
>  
>  config XENO_DRIVERS_GPIO_ZYNQ7000
> -	depends on ARCH_ZYNQ
> +	depends on ARCH_ZYNQ || ARCH_ZYNQMP
>  	tristate "Support for Zynq7000 GPIOs"
>  	help
>  
> @@ -42,7 +42,7 @@ config XENO_DRIVERS_GPIO_ZYNQ7000
>  	Xilinx's Zynq7000 SoC.
>  
>  config XENO_DRIVERS_GPIO_XILINX
> -	depends on ARCH_ZYNQ
> +	depends on ARCH_ZYNQ || ARCH_ZYNQMP
>  	tristate "Support for Xilinx GPIOs"
>  	help
>  
> 

-- 
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux


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

* Re: [PATCH] Enable zynq gpio and xilinx gpio support for the Zynq MP platform.
  2020-05-29 17:04 ` Jan Kiszka
@ 2020-05-29 17:27   ` Greg Gallagher
  0 siblings, 0 replies; 5+ messages in thread
From: Greg Gallagher @ 2020-05-29 17:27 UTC (permalink / raw)
  To: Jan Kiszka; +Cc: Xenomai@xenomai.org, Joshua Karch

On Fri, May 29, 2020 at 1:04 PM Jan Kiszka <jan.kiszka@siemens.com> wrote:
>
> On 29.05.20 06:12, Greg Gallagher via Xenomai wrote:
> > Signed-off-by: Greg Gallagher <greg@embeddedgreg.com>
> > Signed-off-by: Joshua Karch <jkarch48@hotmail.com>
>
> Did you mean "Reported-by: Joshua" or should "From:" be rather Josh?
>
> Jan
Good catch, I based this off of code that was sent via email, so it
should be from Josh signed off by me.  I'll fix that.

thanks

Greg
>
> > ---
> >  kernel/drivers/gpio/Kconfig | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/kernel/drivers/gpio/Kconfig b/kernel/drivers/gpio/Kconfig
> > index dbc862754..44f41688c 100644
> > --- a/kernel/drivers/gpio/Kconfig
> > +++ b/kernel/drivers/gpio/Kconfig
> > @@ -34,7 +34,7 @@ config XENO_DRIVERS_GPIO_SUN8I_H3
> >       SoC, as found on the NanoPI boards.
> >
> >  config XENO_DRIVERS_GPIO_ZYNQ7000
> > -     depends on ARCH_ZYNQ
> > +     depends on ARCH_ZYNQ || ARCH_ZYNQMP
> >       tristate "Support for Zynq7000 GPIOs"
> >       help
> >
> > @@ -42,7 +42,7 @@ config XENO_DRIVERS_GPIO_ZYNQ7000
> >       Xilinx's Zynq7000 SoC.
> >
> >  config XENO_DRIVERS_GPIO_XILINX
> > -     depends on ARCH_ZYNQ
> > +     depends on ARCH_ZYNQ || ARCH_ZYNQMP
> >       tristate "Support for Xilinx GPIOs"
> >       help
> >
> >
>
> --
> Siemens AG, Corporate Technology, CT RDA IOT SES-DE
> Corporate Competence Center Embedded Linux


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

* Re: [PATCH] Enable zynq gpio and xilinx gpio support for the Zynq MP platform.
  2020-05-31  3:29 Greg Gallagher
@ 2020-06-02  7:48 ` Jan Kiszka
  0 siblings, 0 replies; 5+ messages in thread
From: Jan Kiszka @ 2020-06-02  7:48 UTC (permalink / raw)
  To: Greg Gallagher, xenomai; +Cc: Joshua Karch

On 31.05.20 05:29, Greg Gallagher via Xenomai wrote:
> From: Joshua Karch <jkarch48@hotmail.com>
> 
>     	Signed-off-by: Joshua Karch <jkarch48@hotmail.com>
> 	Signed-off-by: Greg Gallagher <greg@embeddedgreg.com>
> ---
>  kernel/drivers/gpio/Kconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/kernel/drivers/gpio/Kconfig b/kernel/drivers/gpio/Kconfig
> index dbc862754..44f41688c 100644
> --- a/kernel/drivers/gpio/Kconfig
> +++ b/kernel/drivers/gpio/Kconfig
> @@ -34,7 +34,7 @@ config XENO_DRIVERS_GPIO_SUN8I_H3
>  	SoC, as found on the NanoPI boards.
>  
>  config XENO_DRIVERS_GPIO_ZYNQ7000
> -	depends on ARCH_ZYNQ
> +	depends on ARCH_ZYNQ || ARCH_ZYNQMP
>  	tristate "Support for Zynq7000 GPIOs"
>  	help
>  
> @@ -42,7 +42,7 @@ config XENO_DRIVERS_GPIO_ZYNQ7000
>  	Xilinx's Zynq7000 SoC.
>  
>  config XENO_DRIVERS_GPIO_XILINX
> -	depends on ARCH_ZYNQ
> +	depends on ARCH_ZYNQ || ARCH_ZYNQMP
>  	tristate "Support for Xilinx GPIOs"
>  	help
>  
> 

Massaged and applied.

Thanks,
Jan

-- 
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux


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

* [PATCH] Enable zynq gpio and xilinx gpio support for the Zynq MP platform.
@ 2020-05-31  3:29 Greg Gallagher
  2020-06-02  7:48 ` Jan Kiszka
  0 siblings, 1 reply; 5+ messages in thread
From: Greg Gallagher @ 2020-05-31  3:29 UTC (permalink / raw)
  To: xenomai; +Cc: Joshua Karch

From: Joshua Karch <jkarch48@hotmail.com>

    	Signed-off-by: Joshua Karch <jkarch48@hotmail.com>
	Signed-off-by: Greg Gallagher <greg@embeddedgreg.com>
---
 kernel/drivers/gpio/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kernel/drivers/gpio/Kconfig b/kernel/drivers/gpio/Kconfig
index dbc862754..44f41688c 100644
--- a/kernel/drivers/gpio/Kconfig
+++ b/kernel/drivers/gpio/Kconfig
@@ -34,7 +34,7 @@ config XENO_DRIVERS_GPIO_SUN8I_H3
 	SoC, as found on the NanoPI boards.
 
 config XENO_DRIVERS_GPIO_ZYNQ7000
-	depends on ARCH_ZYNQ
+	depends on ARCH_ZYNQ || ARCH_ZYNQMP
 	tristate "Support for Zynq7000 GPIOs"
 	help
 
@@ -42,7 +42,7 @@ config XENO_DRIVERS_GPIO_ZYNQ7000
 	Xilinx's Zynq7000 SoC.
 
 config XENO_DRIVERS_GPIO_XILINX
-	depends on ARCH_ZYNQ
+	depends on ARCH_ZYNQ || ARCH_ZYNQMP
 	tristate "Support for Xilinx GPIOs"
 	help
 
-- 
2.25.1



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

end of thread, other threads:[~2020-06-02  7:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-29  4:12 [PATCH] Enable zynq gpio and xilinx gpio support for the Zynq MP platform Greg Gallagher
2020-05-29 17:04 ` Jan Kiszka
2020-05-29 17:27   ` Greg Gallagher
2020-05-31  3:29 Greg Gallagher
2020-06-02  7:48 ` Jan Kiszka

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.