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: Re: [PATCH 02/10] ARM: omap2plus_defconfig: Add SERIAL_DEV for bluetooth
Date: Tue, 6 Mar 2018 11:31:44 -0800 [thread overview]
Message-ID: <20180306193144.GD5799@atomide.com> (raw)
In-Reply-To: <20180301221704.104530-3-tony@atomide.com>
* Tony Lindgren <tony@atomide.com> [180301 22:18]:
> We now have SERIAL_DEV that at least TI WLAN devices can use.
> --- a/arch/arm/configs/omap2plus_defconfig
> +++ b/arch/arm/configs/omap2plus_defconfig
> @@ -248,6 +250,7 @@ CONFIG_SERIAL_8250_RSA=y
> CONFIG_SERIAL_OF_PLATFORM=y
> CONFIG_SERIAL_OMAP=y
> CONFIG_SERIAL_OMAP_CONSOLE=y
> +CONFIG_SERIAL_DEV_BUS=m
> CONFIG_I2C_CHARDEV=y
> CONFIG_SPI=y
> CONFIG_SPI_OMAP24XX=y
This we actually want to have built-in, otherwise we don't
get SERIAL_DEV_CTRL_TTYPORT. Updated patch below.
Regards,
Tony
8< -------------------
>From tony Mon Sep 17 00:00:00 2001
From: Tony Lindgren <tony@atomide.com>
Date: Thu, 1 Mar 2018 10:47:35 -0800
Subject: [PATCH] ARM: omap2plus_defconfig: Add SERIAL_DEV for bluetooth
We now have SERIAL_DEV that at least TI WLAN devices can use.
We want SERIAL_DEV built-in, so we can also enable the option
for SERIAL_DEV_CTRL_TTYPORT.
Signed-off-by: Tony Lindgren <tony@atomide.com>
---
arch/arm/configs/omap2plus_defconfig | 3 +++
1 file changed, 3 insertions(+)
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
@@ -104,9 +104,11 @@ CONFIG_BT_HIDP=m
CONFIG_BT_HCIBTUSB=m
CONFIG_BT_HCIBTSDIO=m
CONFIG_BT_HCIUART=m
+CONFIG_BT_HCIUART_NOKIA=m
CONFIG_BT_HCIUART_BCSP=y
CONFIG_BT_HCIUART_LL=y
CONFIG_BT_HCIUART_3WIRE=y
+CONFIG_BT_HCIUART_BCM=y
CONFIG_BT_HCIBCM203X=m
CONFIG_BT_HCIBPA10X=m
CONFIG_BT_HCIBFUSB=m
@@ -248,6 +250,7 @@ CONFIG_SERIAL_8250_RSA=y
CONFIG_SERIAL_OF_PLATFORM=y
CONFIG_SERIAL_OMAP=y
CONFIG_SERIAL_OMAP_CONSOLE=y
+CONFIG_SERIAL_DEV_BUS=y
CONFIG_I2C_CHARDEV=y
CONFIG_SPI=y
CONFIG_SPI_OMAP24XX=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 02/10] ARM: omap2plus_defconfig: Add SERIAL_DEV for bluetooth
Date: Tue, 6 Mar 2018 11:31:44 -0800 [thread overview]
Message-ID: <20180306193144.GD5799@atomide.com> (raw)
In-Reply-To: <20180301221704.104530-3-tony@atomide.com>
* Tony Lindgren <tony@atomide.com> [180301 22:18]:
> We now have SERIAL_DEV that at least TI WLAN devices can use.
> --- a/arch/arm/configs/omap2plus_defconfig
> +++ b/arch/arm/configs/omap2plus_defconfig
> @@ -248,6 +250,7 @@ CONFIG_SERIAL_8250_RSA=y
> CONFIG_SERIAL_OF_PLATFORM=y
> CONFIG_SERIAL_OMAP=y
> CONFIG_SERIAL_OMAP_CONSOLE=y
> +CONFIG_SERIAL_DEV_BUS=m
> CONFIG_I2C_CHARDEV=y
> CONFIG_SPI=y
> CONFIG_SPI_OMAP24XX=y
This we actually want to have built-in, otherwise we don't
get SERIAL_DEV_CTRL_TTYPORT. Updated patch below.
Regards,
Tony
8< -------------------
>From tony Mon Sep 17 00:00:00 2001
From: Tony Lindgren <tony@atomide.com>
Date: Thu, 1 Mar 2018 10:47:35 -0800
Subject: [PATCH] ARM: omap2plus_defconfig: Add SERIAL_DEV for bluetooth
We now have SERIAL_DEV that at least TI WLAN devices can use.
We want SERIAL_DEV built-in, so we can also enable the option
for SERIAL_DEV_CTRL_TTYPORT.
Signed-off-by: Tony Lindgren <tony@atomide.com>
---
arch/arm/configs/omap2plus_defconfig | 3 +++
1 file changed, 3 insertions(+)
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
@@ -104,9 +104,11 @@ CONFIG_BT_HIDP=m
CONFIG_BT_HCIBTUSB=m
CONFIG_BT_HCIBTSDIO=m
CONFIG_BT_HCIUART=m
+CONFIG_BT_HCIUART_NOKIA=m
CONFIG_BT_HCIUART_BCSP=y
CONFIG_BT_HCIUART_LL=y
CONFIG_BT_HCIUART_3WIRE=y
+CONFIG_BT_HCIUART_BCM=y
CONFIG_BT_HCIBCM203X=m
CONFIG_BT_HCIBPA10X=m
CONFIG_BT_HCIBFUSB=m
@@ -248,6 +250,7 @@ CONFIG_SERIAL_8250_RSA=y
CONFIG_SERIAL_OF_PLATFORM=y
CONFIG_SERIAL_OMAP=y
CONFIG_SERIAL_OMAP_CONSOLE=y
+CONFIG_SERIAL_DEV_BUS=y
CONFIG_I2C_CHARDEV=y
CONFIG_SPI=y
CONFIG_SPI_OMAP24XX=y
--
2.16.2
next prev parent reply other threads:[~2018-03-06 19:31 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 [this message]
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 ` [PATCH 10/10] ARM: omap2plus_defconfig: Enable 8250_OMAP Tony Lindgren
2018-03-01 22:17 ` 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=20180306193144.GD5799@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.