linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] serial: 8250_omap: Make 8250_omap driver driver depend on ARCH_K3
@ 2018-08-28  1:03 Nishanth Menon
  2018-08-28 16:21 ` Tony Lindgren
  2018-09-10  4:01 ` Vignesh R
  0 siblings, 2 replies; 3+ messages in thread
From: Nishanth Menon @ 2018-08-28  1:03 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: linux-kernel, linux-serial, Lokesh Vutla, linux-arm-kernel,
	Sekhar Nori, Vignesh R, Nishanth Menon

From: Lokesh Vutla <lokeshvutla@ti.com>

Allow 8250 omap serial driver to be used for K3 platforms.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
---

Now that we have the device tree support merged integrated AND we have ARCH_K3,
Lets enable the 820 OMAP Driver to build for ARCH_K3 and make it operational.

 drivers/tty/serial/8250/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tty/serial/8250/Kconfig b/drivers/tty/serial/8250/Kconfig
index f005eaf8bc57..15c2c5463835 100644
--- a/drivers/tty/serial/8250/Kconfig
+++ b/drivers/tty/serial/8250/Kconfig
@@ -375,7 +375,7 @@ config SERIAL_8250_RT288X
 
 config SERIAL_8250_OMAP
 	tristate "Support for OMAP internal UART (8250 based driver)"
-	depends on SERIAL_8250 && ARCH_OMAP2PLUS
+	depends on SERIAL_8250 && (ARCH_OMAP2PLUS || ARCH_K3)
 	help
 	  If you have a machine based on an Texas Instruments OMAP CPU you
 	  can enable its onboard serial ports by enabling this option.
-- 
2.15.1


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

* Re: [PATCH] serial: 8250_omap: Make 8250_omap driver driver depend on ARCH_K3
  2018-08-28  1:03 [PATCH] serial: 8250_omap: Make 8250_omap driver driver depend on ARCH_K3 Nishanth Menon
@ 2018-08-28 16:21 ` Tony Lindgren
  2018-09-10  4:01 ` Vignesh R
  1 sibling, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2018-08-28 16:21 UTC (permalink / raw)
  To: Nishanth Menon
  Cc: Greg Kroah-Hartman, Vignesh R, Lokesh Vutla, Sekhar Nori,
	linux-kernel, linux-serial, linux-arm-kernel

* Nishanth Menon <nm@ti.com> [180828 01:07]:
> From: Lokesh Vutla <lokeshvutla@ti.com>
> 
> Allow 8250 omap serial driver to be used for K3 platforms.
> 
> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
> Signed-off-by: Nishanth Menon <nm@ti.com>
> ---
> 
> Now that we have the device tree support merged integrated AND we have ARCH_K3,
> Lets enable the 820 OMAP Driver to build for ARCH_K3 and make it operational.

Acked-by: Tony Lindgren <tony@atomide.com>

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

* Re: [PATCH] serial: 8250_omap: Make 8250_omap driver driver depend on ARCH_K3
  2018-08-28  1:03 [PATCH] serial: 8250_omap: Make 8250_omap driver driver depend on ARCH_K3 Nishanth Menon
  2018-08-28 16:21 ` Tony Lindgren
@ 2018-09-10  4:01 ` Vignesh R
  1 sibling, 0 replies; 3+ messages in thread
From: Vignesh R @ 2018-09-10  4:01 UTC (permalink / raw)
  To: Nishanth Menon, Greg Kroah-Hartman
  Cc: linux-kernel, linux-serial, Lokesh Vutla, linux-arm-kernel, Sekhar Nori



On Tuesday 28 August 2018 06:33 AM, Nishanth Menon wrote:
> From: Lokesh Vutla <lokeshvutla@ti.com>
> 
> Allow 8250 omap serial driver to be used for K3 platforms.
> 
> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
> Signed-off-by: Nishanth Menon <nm@ti.com>
> ---
> 

Acked-by: Vignesh R <vigneshr@ti.com>

> Now that we have the device tree support merged integrated AND we have ARCH_K3,
> Lets enable the 820 OMAP Driver to build for ARCH_K3 and make it operational.
> 
>  drivers/tty/serial/8250/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/tty/serial/8250/Kconfig b/drivers/tty/serial/8250/Kconfig
> index f005eaf8bc57..15c2c5463835 100644
> --- a/drivers/tty/serial/8250/Kconfig
> +++ b/drivers/tty/serial/8250/Kconfig
> @@ -375,7 +375,7 @@ config SERIAL_8250_RT288X
>  
>  config SERIAL_8250_OMAP
>  	tristate "Support for OMAP internal UART (8250 based driver)"
> -	depends on SERIAL_8250 && ARCH_OMAP2PLUS
> +	depends on SERIAL_8250 && (ARCH_OMAP2PLUS || ARCH_K3)
>  	help
>  	  If you have a machine based on an Texas Instruments OMAP CPU you
>  	  can enable its onboard serial ports by enabling this option.
> 

-- 
Regards
Vignesh

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

end of thread, other threads:[~2018-09-10  4:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-28  1:03 [PATCH] serial: 8250_omap: Make 8250_omap driver driver depend on ARCH_K3 Nishanth Menon
2018-08-28 16:21 ` Tony Lindgren
2018-09-10  4:01 ` Vignesh R

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).