All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: linux-omap@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org, Dave Gerlach <d-gerlach@ti.com>
Subject: [PATCH 10/10] ARM: omap2plus_defconfig: Enable 8250_OMAP
Date: Thu,  1 Mar 2018 14:17:04 -0800	[thread overview]
Message-ID: <20180301221704.104530-11-tony@atomide.com> (raw)
In-Reply-To: <20180301221704.104530-1-tony@atomide.com>

We've had 8250_OMAP working for few years now, so let's start enabling
it by default. We provide users an option to warn by default with
SERIAL_8250_OMAP_TTYO_FIXUP by default. That option updates the serial
console to point to 8250 driver and warns about it.

Users with ttyO[0123] in their /etc/inittab should update inittab
to use ttyS[0123] instead.

Signed-off-by: Tony Lindgren <tony@atomide.com>
---
 arch/arm/configs/omap2plus_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -246,6 +246,7 @@ CONFIG_SERIAL_8250_MANY_PORTS=y
 CONFIG_SERIAL_8250_SHARE_IRQ=y
 CONFIG_SERIAL_8250_DETECT_IRQ=y
 CONFIG_SERIAL_8250_RSA=y
+CONFIG_SERIAL_8250_OMAP=y
 CONFIG_SERIAL_OF_PLATFORM=y
 CONFIG_SERIAL_OMAP=y
 CONFIG_SERIAL_OMAP_CONSOLE=y
-- 
2.16.2

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 10/10] ARM: omap2plus_defconfig: Enable 8250_OMAP
Date: Thu,  1 Mar 2018 14:17:04 -0800	[thread overview]
Message-ID: <20180301221704.104530-11-tony@atomide.com> (raw)
In-Reply-To: <20180301221704.104530-1-tony@atomide.com>

We've had 8250_OMAP working for few years now, so let's start enabling
it by default. We provide users an option to warn by default with
SERIAL_8250_OMAP_TTYO_FIXUP by default. That option updates the serial
console to point to 8250 driver and warns about it.

Users with ttyO[0123] in their /etc/inittab should update inittab
to use ttyS[0123] instead.

Signed-off-by: Tony Lindgren <tony@atomide.com>
---
 arch/arm/configs/omap2plus_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -246,6 +246,7 @@ CONFIG_SERIAL_8250_MANY_PORTS=y
 CONFIG_SERIAL_8250_SHARE_IRQ=y
 CONFIG_SERIAL_8250_DETECT_IRQ=y
 CONFIG_SERIAL_8250_RSA=y
+CONFIG_SERIAL_8250_OMAP=y
 CONFIG_SERIAL_OF_PLATFORM=y
 CONFIG_SERIAL_OMAP=y
 CONFIG_SERIAL_OMAP_CONSOLE=y
-- 
2.16.2

  parent reply	other threads:[~2018-03-01 22:17 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-01 22:16 [PATCH 00/10] updates for omap2plus_defconfig Tony Lindgren
2018-03-01 22:16 ` Tony Lindgren
2018-03-01 22:16 ` [PATCH 01/10] ARM: omap2plus_defconfig: Update for moved options Tony Lindgren
2018-03-01 22:16   ` Tony Lindgren
2018-03-01 22:16 ` [PATCH 02/10] ARM: omap2plus_defconfig: Add SERIAL_DEV for bluetooth Tony Lindgren
2018-03-01 22:16   ` Tony Lindgren
2018-03-06 19:31   ` Tony Lindgren
2018-03-06 19:31     ` Tony Lindgren
2018-03-01 22:16 ` [PATCH 03/10] ARM: omap2plus_defconfig: Select MFD_TI_LMU Tony Lindgren
2018-03-01 22:16   ` Tony Lindgren
2018-03-01 22:16 ` [PATCH 04/10] ARM: omap2plus_defconfig: Update LIRC options Tony Lindgren
2018-03-01 22:16   ` Tony Lindgren
2018-03-01 22:16 ` [PATCH 05/10] ARM: omap2plus_defconfig: Add SND_OSSEMUL Tony Lindgren
2018-03-01 22:16   ` Tony Lindgren
2018-03-01 22:17 ` [PATCH 06/10] ARM: omap2plus_defconfig: Drop unneeded options Tony Lindgren
2018-03-01 22:17   ` Tony Lindgren
2018-03-01 22:17 ` [PATCH 07/10] ARM: omap2plus_defconfig: Enable am335x and am437x PM options Tony Lindgren
2018-03-01 22:17   ` Tony Lindgren
2018-03-01 22:17 ` [PATCH 08/10] ARM: omap2plus_defconfig: Enable CEC Tony Lindgren
2018-03-01 22:17   ` Tony Lindgren
2018-03-01 22:17 ` [PATCH 09/10] ARM: omap2plus_defconfig: Switch to use omapdrm by default Tony Lindgren
2018-03-01 22:17   ` Tony Lindgren
2018-03-01 22:17 ` Tony Lindgren [this message]
2018-03-01 22:17   ` [PATCH 10/10] ARM: omap2plus_defconfig: Enable 8250_OMAP Tony Lindgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180301221704.104530-11-tony@atomide.com \
    --to=tony@atomide.com \
    --cc=d-gerlach@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.