All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: multi_v7_defconfig: Enable serial console on RPi 3
@ 2018-02-07  0:53 ` Tuomas Tynkkynen
  0 siblings, 0 replies; 6+ messages in thread
From: Tuomas Tynkkynen @ 2018-02-07  0:53 UTC (permalink / raw)
  To: Eric Anholt, Stefan Wahren
  Cc: linux-arm-kernel, Arnd Bergmann, linux-kernel, Olof Johansson,
	Tuomas Tynkkynen

The Raspberry Pi 3 uses the 8250-based auxilary UART of the BCM2837 SoC
as the primary serial console of the board, so enable it in the
multiplatform defconfig.

Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
---
 arch/arm/configs/multi_v7_defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index da7387689b88..f77bd01c7927 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -312,6 +312,9 @@ CONFIG_INPUT_ADXL34X=m
 CONFIG_SERIO_AMBAKMI=y
 CONFIG_SERIAL_8250=y
 CONFIG_SERIAL_8250_CONSOLE=y
+CONFIG_SERIAL_8250_EXTENDED=y
+CONFIG_SERIAL_8250_SHARE_IRQ=y
+CONFIG_SERIAL_8250_BCM2835AUX=y
 CONFIG_SERIAL_8250_DW=y
 CONFIG_SERIAL_8250_EM=y
 CONFIG_SERIAL_8250_MT6577=y
-- 
2.16.1

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

* [PATCH] ARM: multi_v7_defconfig: Enable serial console on RPi 3
@ 2018-02-07  0:53 ` Tuomas Tynkkynen
  0 siblings, 0 replies; 6+ messages in thread
From: Tuomas Tynkkynen @ 2018-02-07  0:53 UTC (permalink / raw)
  To: linux-arm-kernel

The Raspberry Pi 3 uses the 8250-based auxilary UART of the BCM2837 SoC
as the primary serial console of the board, so enable it in the
multiplatform defconfig.

Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
---
 arch/arm/configs/multi_v7_defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index da7387689b88..f77bd01c7927 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -312,6 +312,9 @@ CONFIG_INPUT_ADXL34X=m
 CONFIG_SERIO_AMBAKMI=y
 CONFIG_SERIAL_8250=y
 CONFIG_SERIAL_8250_CONSOLE=y
+CONFIG_SERIAL_8250_EXTENDED=y
+CONFIG_SERIAL_8250_SHARE_IRQ=y
+CONFIG_SERIAL_8250_BCM2835AUX=y
 CONFIG_SERIAL_8250_DW=y
 CONFIG_SERIAL_8250_EM=y
 CONFIG_SERIAL_8250_MT6577=y
-- 
2.16.1

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

* Re: [PATCH] ARM: multi_v7_defconfig: Enable serial console on RPi 3
  2018-02-07  0:53 ` Tuomas Tynkkynen
@ 2018-02-09 11:12   ` Eric Anholt
  -1 siblings, 0 replies; 6+ messages in thread
From: Eric Anholt @ 2018-02-09 11:12 UTC (permalink / raw)
  To: Tuomas Tynkkynen, Stefan Wahren
  Cc: linux-arm-kernel, Arnd Bergmann, linux-kernel, Olof Johansson,
	Tuomas Tynkkynen

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

Tuomas Tynkkynen <tuomas@tuxera.com> writes:

> The Raspberry Pi 3 uses the 8250-based auxilary UART of the BCM2837 SoC
> as the primary serial console of the board, so enable it in the
> multiplatform defconfig.
>
> Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>

Reviewed-by: Eric Anholt <eric@anholt.net>

I'm planning on putting this in -next once rc1 shows up, unless people
really want it in -fixes.

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

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

* [PATCH] ARM: multi_v7_defconfig: Enable serial console on RPi 3
@ 2018-02-09 11:12   ` Eric Anholt
  0 siblings, 0 replies; 6+ messages in thread
From: Eric Anholt @ 2018-02-09 11:12 UTC (permalink / raw)
  To: linux-arm-kernel

Tuomas Tynkkynen <tuomas@tuxera.com> writes:

> The Raspberry Pi 3 uses the 8250-based auxilary UART of the BCM2837 SoC
> as the primary serial console of the board, so enable it in the
> multiplatform defconfig.
>
> Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>

Reviewed-by: Eric Anholt <eric@anholt.net>

I'm planning on putting this in -next once rc1 shows up, unless people
really want it in -fixes.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 832 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20180209/31ed4362/attachment.sig>

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

* Re: [PATCH] ARM: multi_v7_defconfig: Enable serial console on RPi 3
  2018-02-09 11:12   ` Eric Anholt
@ 2018-02-22 23:30     ` Eric Anholt
  -1 siblings, 0 replies; 6+ messages in thread
From: Eric Anholt @ 2018-02-22 23:30 UTC (permalink / raw)
  To: Tuomas Tynkkynen, Stefan Wahren
  Cc: linux-arm-kernel, Arnd Bergmann, linux-kernel, Olof Johansson,
	Tuomas Tynkkynen

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

Eric Anholt <eric@anholt.net> writes:

> [ Unknown signature status ]
> Tuomas Tynkkynen <tuomas@tuxera.com> writes:
>
>> The Raspberry Pi 3 uses the 8250-based auxilary UART of the BCM2837 SoC
>> as the primary serial console of the board, so enable it in the
>> multiplatform defconfig.
>>
>> Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
>
> Reviewed-by: Eric Anholt <eric@anholt.net>
>
> I'm planning on putting this in -next once rc1 shows up, unless people
> really want it in -fixes.

Merged to bcm2835-defconfig-next.  Thanks!

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

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

* [PATCH] ARM: multi_v7_defconfig: Enable serial console on RPi 3
@ 2018-02-22 23:30     ` Eric Anholt
  0 siblings, 0 replies; 6+ messages in thread
From: Eric Anholt @ 2018-02-22 23:30 UTC (permalink / raw)
  To: linux-arm-kernel

Eric Anholt <eric@anholt.net> writes:

> [ Unknown signature status ]
> Tuomas Tynkkynen <tuomas@tuxera.com> writes:
>
>> The Raspberry Pi 3 uses the 8250-based auxilary UART of the BCM2837 SoC
>> as the primary serial console of the board, so enable it in the
>> multiplatform defconfig.
>>
>> Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
>
> Reviewed-by: Eric Anholt <eric@anholt.net>
>
> I'm planning on putting this in -next once rc1 shows up, unless people
> really want it in -fixes.

Merged to bcm2835-defconfig-next.  Thanks!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 832 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20180222/073e528c/attachment.sig>

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

end of thread, other threads:[~2018-02-22 23:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-07  0:53 [PATCH] ARM: multi_v7_defconfig: Enable serial console on RPi 3 Tuomas Tynkkynen
2018-02-07  0:53 ` Tuomas Tynkkynen
2018-02-09 11:12 ` Eric Anholt
2018-02-09 11:12   ` Eric Anholt
2018-02-22 23:30   ` Eric Anholt
2018-02-22 23:30     ` Eric Anholt

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.