All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: debug: Enable DEBUG_BCM_5301X for Northstar Plus SoCs
@ 2016-07-01  0:10 Florian Fainelli
  2016-07-01 15:21 ` Jon Mason
  0 siblings, 1 reply; 3+ messages in thread
From: Florian Fainelli @ 2016-07-01  0:10 UTC (permalink / raw)
  To: linux-arm-kernel

Northstar Plus SoCs (ARCH_BCM_NSP) have the exact same UART location and
properties like the register shift of 0, so make it usable.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
---
 arch/arm/Kconfig.debug | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
index 19a3dcf5eb2e..6912f4fbbe80 100644
--- a/arch/arm/Kconfig.debug
+++ b/arch/arm/Kconfig.debug
@@ -138,8 +138,8 @@ choice
 		select DEBUG_UART_PL01X
 
 	config DEBUG_BCM_5301X
-		bool "Kernel low-level debugging on BCM5301X UART1"
-		depends on ARCH_BCM_5301X
+		bool "Kernel low-level debugging on BCM5301X/NSP UART1"
+		depends on ARCH_BCM_5301X || ARCH_BCM_NSP
 		select DEBUG_UART_8250
 
 	config DEBUG_BCM_KONA_UART
-- 
2.7.4

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

* [PATCH] ARM: debug: Enable DEBUG_BCM_5301X for Northstar Plus SoCs
  2016-07-01  0:10 [PATCH] ARM: debug: Enable DEBUG_BCM_5301X for Northstar Plus SoCs Florian Fainelli
@ 2016-07-01 15:21 ` Jon Mason
  2016-07-07  2:43   ` Florian Fainelli
  0 siblings, 1 reply; 3+ messages in thread
From: Jon Mason @ 2016-07-01 15:21 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Jun 30, 2016 at 8:10 PM, Florian Fainelli <f.fainelli@gmail.com> wrote:
> Northstar Plus SoCs (ARCH_BCM_NSP) have the exact same UART location and
> properties like the register shift of 0, so make it usable.
>
> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>

Acked-by: Jon Mason <jon.mason@broadcom.com>

> ---
>  arch/arm/Kconfig.debug | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
> index 19a3dcf5eb2e..6912f4fbbe80 100644
> --- a/arch/arm/Kconfig.debug
> +++ b/arch/arm/Kconfig.debug
> @@ -138,8 +138,8 @@ choice
>                 select DEBUG_UART_PL01X
>
>         config DEBUG_BCM_5301X
> -               bool "Kernel low-level debugging on BCM5301X UART1"
> -               depends on ARCH_BCM_5301X
> +               bool "Kernel low-level debugging on BCM5301X/NSP UART1"
> +               depends on ARCH_BCM_5301X || ARCH_BCM_NSP
>                 select DEBUG_UART_8250
>
>         config DEBUG_BCM_KONA_UART
> --
> 2.7.4
>

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

* [PATCH] ARM: debug: Enable DEBUG_BCM_5301X for Northstar Plus SoCs
  2016-07-01 15:21 ` Jon Mason
@ 2016-07-07  2:43   ` Florian Fainelli
  0 siblings, 0 replies; 3+ messages in thread
From: Florian Fainelli @ 2016-07-07  2:43 UTC (permalink / raw)
  To: linux-arm-kernel

Le 01/07/2016 08:21, Jon Mason a ?crit :
> On Thu, Jun 30, 2016 at 8:10 PM, Florian Fainelli <f.fainelli@gmail.com> wrote:
>> Northstar Plus SoCs (ARCH_BCM_NSP) have the exact same UART location and
>> properties like the register shift of 0, so make it usable.
>>
>> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
> 
> Acked-by: Jon Mason <jon.mason@broadcom.com>

Applied; thanks!
-- 
Florian

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

end of thread, other threads:[~2016-07-07  2:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-01  0:10 [PATCH] ARM: debug: Enable DEBUG_BCM_5301X for Northstar Plus SoCs Florian Fainelli
2016-07-01 15:21 ` Jon Mason
2016-07-07  2:43   ` Florian Fainelli

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.