All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm: kirkwood: Use CONFIG_SYS_NS16550 with DM_SERIAL for Kirkwood boards
@ 2023-01-31 22:06 Tony Dinh
  2023-01-31 23:06 ` Tom Rini
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Tony Dinh @ 2023-01-31 22:06 UTC (permalink / raw
  To: Stefan Roese, U-Boot Mailing List
  Cc: Michael Walle, Tom Rini, Pali Roh�r, Tony Dinh

CONFIG_SYS_NS16550 is required when DM_SERIAL is enabled for
Kirkwood boards.

Signed-off-by: Tony Dinh <mibodhi@gmail.com>
---

 arch/arm/mach-kirkwood/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-kirkwood/Kconfig b/arch/arm/mach-kirkwood/Kconfig
index 45cc932636..b19ed2c6b3 100644
--- a/arch/arm/mach-kirkwood/Kconfig
+++ b/arch/arm/mach-kirkwood/Kconfig
@@ -15,6 +15,7 @@ config SHEEVA_88SV131
 config KIRKWOOD_COMMON
 	bool
 	select DM_SERIAL
+	select SYS_NS16550
 
 config HAS_CUSTOM_SYS_INIT_SP_ADDR
         bool "Use a custom location for the initial stack pointer address"
-- 
2.30.2


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

* Re: [PATCH] arm: kirkwood: Use CONFIG_SYS_NS16550 with DM_SERIAL for Kirkwood boards
  2023-01-31 22:06 [PATCH] arm: kirkwood: Use CONFIG_SYS_NS16550 with DM_SERIAL for Kirkwood boards Tony Dinh
@ 2023-01-31 23:06 ` Tom Rini
  2023-02-01  6:23 ` Stefan Roese
  2023-02-13 13:59 ` Stefan Roese
  2 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2023-01-31 23:06 UTC (permalink / raw
  To: Tony Dinh
  Cc: Stefan Roese, U-Boot Mailing List, Michael Walle,
	Pali Roh�r

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

On Tue, Jan 31, 2023 at 02:06:54PM -0800, Tony Dinh wrote:

> CONFIG_SYS_NS16550 is required when DM_SERIAL is enabled for
> Kirkwood boards.
> 
> Signed-off-by: Tony Dinh <mibodhi@gmail.com>

Reviewed-by: Tom Rini <trini@konsulko.com>

-- 
Tom

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

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

* Re: [PATCH] arm: kirkwood: Use CONFIG_SYS_NS16550 with DM_SERIAL for Kirkwood boards
  2023-01-31 22:06 [PATCH] arm: kirkwood: Use CONFIG_SYS_NS16550 with DM_SERIAL for Kirkwood boards Tony Dinh
  2023-01-31 23:06 ` Tom Rini
@ 2023-02-01  6:23 ` Stefan Roese
  2023-02-13 13:59 ` Stefan Roese
  2 siblings, 0 replies; 4+ messages in thread
From: Stefan Roese @ 2023-02-01  6:23 UTC (permalink / raw
  To: Tony Dinh, U-Boot Mailing List; +Cc: Michael Walle, Tom Rini, Pali Roh�r

On 1/31/23 23:06, Tony Dinh wrote:
> CONFIG_SYS_NS16550 is required when DM_SERIAL is enabled for
> Kirkwood boards.
> 
> Signed-off-by: Tony Dinh <mibodhi@gmail.com>

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

Thanks,
Stefan

> ---
> 
>   arch/arm/mach-kirkwood/Kconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/mach-kirkwood/Kconfig b/arch/arm/mach-kirkwood/Kconfig
> index 45cc932636..b19ed2c6b3 100644
> --- a/arch/arm/mach-kirkwood/Kconfig
> +++ b/arch/arm/mach-kirkwood/Kconfig
> @@ -15,6 +15,7 @@ config SHEEVA_88SV131
>   config KIRKWOOD_COMMON
>   	bool
>   	select DM_SERIAL
> +	select SYS_NS16550
>   
>   config HAS_CUSTOM_SYS_INIT_SP_ADDR
>           bool "Use a custom location for the initial stack pointer address"

Viele Grüße,
Stefan Roese

-- 
DENX Software Engineering GmbH,      Managing Director: Erika Unter
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] arm: kirkwood: Use CONFIG_SYS_NS16550 with DM_SERIAL for Kirkwood boards
  2023-01-31 22:06 [PATCH] arm: kirkwood: Use CONFIG_SYS_NS16550 with DM_SERIAL for Kirkwood boards Tony Dinh
  2023-01-31 23:06 ` Tom Rini
  2023-02-01  6:23 ` Stefan Roese
@ 2023-02-13 13:59 ` Stefan Roese
  2 siblings, 0 replies; 4+ messages in thread
From: Stefan Roese @ 2023-02-13 13:59 UTC (permalink / raw
  To: Tony Dinh, U-Boot Mailing List; +Cc: Michael Walle, Tom Rini, Pali Roh�r

On 1/31/23 23:06, Tony Dinh wrote:
> CONFIG_SYS_NS16550 is required when DM_SERIAL is enabled for
> Kirkwood boards.
> 
> Signed-off-by: Tony Dinh <mibodhi@gmail.com>

Applied to u-boot-marvell/master

Thanks,
Stefan

> ---
> 
>   arch/arm/mach-kirkwood/Kconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/mach-kirkwood/Kconfig b/arch/arm/mach-kirkwood/Kconfig
> index 45cc932636..b19ed2c6b3 100644
> --- a/arch/arm/mach-kirkwood/Kconfig
> +++ b/arch/arm/mach-kirkwood/Kconfig
> @@ -15,6 +15,7 @@ config SHEEVA_88SV131
>   config KIRKWOOD_COMMON
>   	bool
>   	select DM_SERIAL
> +	select SYS_NS16550
>   
>   config HAS_CUSTOM_SYS_INIT_SP_ADDR
>           bool "Use a custom location for the initial stack pointer address"

Viele Grüße,
Stefan Roese

-- 
DENX Software Engineering GmbH,      Managing Director: Erika Unter
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

end of thread, other threads:[~2023-02-13 14:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-31 22:06 [PATCH] arm: kirkwood: Use CONFIG_SYS_NS16550 with DM_SERIAL for Kirkwood boards Tony Dinh
2023-01-31 23:06 ` Tom Rini
2023-02-01  6:23 ` Stefan Roese
2023-02-13 13:59 ` Stefan Roese

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.