linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Few omap2plus_defconfig updates
@ 2015-03-16 20:00 Tony Lindgren
  2015-03-16 20:00 ` [PATCH 1/3] ARM: omap2plus_defconfig: Enable leds-pwm Tony Lindgren
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Tony Lindgren @ 2015-03-16 20:00 UTC (permalink / raw)
  To: linux-arm-kernel

Hi all,

Here are few minor updates to add support for things as loadable
modules to omap2plus_defconfig for a few devices I noticed we
are not enabling by default.

Regards,

Tony


Tony Lindgren (3):
  ARM: omap2plus_defconfig: Enable leds-pwm
  ARM: omap2plus_defconfig: Update bluetooth options
  ARM: omap2plus_defconfig: Enable n900 modem as loadable modules

 arch/arm/configs/omap2plus_defconfig | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

-- 
2.1.4

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

* [PATCH 1/3] ARM: omap2plus_defconfig: Enable leds-pwm
  2015-03-16 20:00 [PATCH 0/3] Few omap2plus_defconfig updates Tony Lindgren
@ 2015-03-16 20:00 ` Tony Lindgren
  2015-03-16 20:00 ` [PATCH 2/3] ARM: omap2plus_defconfig: Update bluetooth options Tony Lindgren
  2015-03-16 20:00 ` [PATCH 3/3] ARM: omap2plus_defconfig: Enable n900 modem as loadable modules Tony Lindgren
  2 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2015-03-16 20:00 UTC (permalink / raw)
  To: linux-arm-kernel

This is used on many omap boards.

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
index 4e3e93d..df41f2c 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -348,6 +348,7 @@ CONFIG_MMC_OMAP_HS=y
 CONFIG_NEW_LEDS=y
 CONFIG_LEDS_CLASS=m
 CONFIG_LEDS_GPIO=m
+CONFIG_LEDS_PWM=m
 CONFIG_LEDS_TRIGGERS=y
 CONFIG_LEDS_TRIGGER_TIMER=m
 CONFIG_LEDS_TRIGGER_ONESHOT=m
-- 
2.1.4

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

* [PATCH 2/3] ARM: omap2plus_defconfig: Update bluetooth options
  2015-03-16 20:00 [PATCH 0/3] Few omap2plus_defconfig updates Tony Lindgren
  2015-03-16 20:00 ` [PATCH 1/3] ARM: omap2plus_defconfig: Enable leds-pwm Tony Lindgren
@ 2015-03-16 20:00 ` Tony Lindgren
  2015-03-16 20:00 ` [PATCH 3/3] ARM: omap2plus_defconfig: Enable n900 modem as loadable modules Tony Lindgren
  2 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2015-03-16 20:00 UTC (permalink / raw)
  To: linux-arm-kernel

Many omaps have bluetooth, so let's make it available
as modules.

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

diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index df41f2c..6c7722d 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -91,13 +91,28 @@ CONFIG_CAN=m
 CONFIG_CAN_C_CAN=m
 CONFIG_CAN_C_CAN_PLATFORM=m
 CONFIG_BT=m
+CONFIG_BT_RFCOMM=m
+CONFIG_BT_RFCOMM_TTY=y
+CONFIG_BT_BNEP=m
+CONFIG_BT_BNEP_MC_FILTER=y
+CONFIG_BT_BNEP_PROTO_FILTER=y
+CONFIG_BT_HIDP=m
+CONFIG_BT_HCIBTUSB=m
+CONFIG_BT_HCIBTSDIO=m
 CONFIG_BT_HCIUART=m
 CONFIG_BT_HCIUART_H4=y
 CONFIG_BT_HCIUART_BCSP=y
 CONFIG_BT_HCIUART_LL=y
+CONFIG_BT_HCIUART_3WIRE=y
 CONFIG_BT_HCIBCM203X=m
 CONFIG_BT_HCIBPA10X=m
 CONFIG_CFG80211=m
+CONFIG_BT_HCIBFUSB=m
+CONFIG_BT_HCIVHCI=m
+CONFIG_BT_MRVL=m
+CONFIG_BT_MRVL_SDIO=m
+CONFIG_AF_RXRPC=m
+CONFIG_RXKAD=m
 CONFIG_MAC80211=m
 CONFIG_DEVTMPFS=y
 CONFIG_DEVTMPFS_MOUNT=y
-- 
2.1.4

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

* [PATCH 3/3] ARM: omap2plus_defconfig: Enable n900 modem as loadable modules
  2015-03-16 20:00 [PATCH 0/3] Few omap2plus_defconfig updates Tony Lindgren
  2015-03-16 20:00 ` [PATCH 1/3] ARM: omap2plus_defconfig: Enable leds-pwm Tony Lindgren
  2015-03-16 20:00 ` [PATCH 2/3] ARM: omap2plus_defconfig: Update bluetooth options Tony Lindgren
@ 2015-03-16 20:00 ` Tony Lindgren
  2015-03-17 11:00   ` Sebastian Reichel
  2 siblings, 1 reply; 6+ messages in thread
From: Tony Lindgren @ 2015-03-16 20:00 UTC (permalink / raw)
  To: linux-arm-kernel

Enable n900 modem as loadable modules.

Cc: Sebastian Reichel <sre@ring0.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>
---
 arch/arm/configs/omap2plus_defconfig | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index 6c7722d..cd1c0f3 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -87,6 +87,7 @@ CONFIG_IP_PNP_BOOTP=y
 CONFIG_IP_PNP_RARP=y
 # CONFIG_INET_LRO is not set
 CONFIG_NETFILTER=y
+CONFIG_PHONET=m
 CONFIG_CAN=m
 CONFIG_CAN_C_CAN=m
 CONFIG_CAN_C_CAN_PLATFORM=m
@@ -178,6 +179,7 @@ CONFIG_USB_EPSON2888=y
 CONFIG_USB_EHCI_HCD=m
 CONFIG_USB_OHCI_HCD=m
 CONFIG_USB_KC2190=y
+CONFIG_USB_CDC_PHONET=m
 CONFIG_LIBERTAS=m
 CONFIG_LIBERTAS_USB=m
 CONFIG_LIBERTAS_SDIO=m
@@ -224,6 +226,11 @@ CONFIG_I2C_CHARDEV=y
 CONFIG_SPI=y
 CONFIG_SPI_OMAP24XX=y
 CONFIG_SPI_TI_QSPI=m
+CONFIG_HSI=m
+CONFIG_OMAP_SSI=m
+CONFIG_NOKIA_MODEM=m
+CONFIG_SSI_PROTOCOL=m
+CONFIG_HSI_CHAR=m
 CONFIG_PINCTRL_SINGLE=y
 CONFIG_DEBUG_GPIO=y
 CONFIG_GPIO_SYSFS=y
@@ -348,6 +355,7 @@ CONFIG_USB_CONFIGFS_ECM=y
 CONFIG_USB_CONFIGFS_ECM_SUBSET=y
 CONFIG_USB_CONFIGFS_RNDIS=y
 CONFIG_USB_CONFIGFS_EEM=y
+CONFIG_USB_CONFIGFS_PHONET=y
 CONFIG_USB_CONFIGFS_MASS_STORAGE=y
 CONFIG_USB_CONFIGFS_F_LB_SS=y
 CONFIG_USB_CONFIGFS_F_FS=y
@@ -356,6 +364,7 @@ CONFIG_USB_CONFIGFS_F_UAC2=y
 CONFIG_USB_CONFIGFS_F_MIDI=y
 CONFIG_USB_CONFIGFS_F_HID=y
 CONFIG_USB_ZERO=m
+CONFIG_USB_G_NOKIA=m
 CONFIG_MMC=y
 CONFIG_SDIO_UART=y
 CONFIG_MMC_OMAP=y
@@ -405,6 +414,7 @@ CONFIG_MSDOS_FS=y
 CONFIG_VFAT_FS=y
 CONFIG_TMPFS=y
 CONFIG_TMPFS_POSIX_ACL=y
+CONFIG_CONFIGFS_FS=y
 CONFIG_JFFS2_FS=y
 CONFIG_JFFS2_SUMMARY=y
 CONFIG_JFFS2_FS_XATTR=y
-- 
2.1.4

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

* [PATCH 3/3] ARM: omap2plus_defconfig: Enable n900 modem as loadable modules
  2015-03-16 20:00 ` [PATCH 3/3] ARM: omap2plus_defconfig: Enable n900 modem as loadable modules Tony Lindgren
@ 2015-03-17 11:00   ` Sebastian Reichel
  2015-03-17 17:32     ` Tony Lindgren
  0 siblings, 1 reply; 6+ messages in thread
From: Sebastian Reichel @ 2015-03-17 11:00 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Tony,

On Mon, Mar 16, 2015 at 01:00:03PM -0700, Tony Lindgren wrote:
> Enable n900 modem as loadable modules.

Acked-By: Sebastian Reichel <sre@kernel.org>

> [...]
> +CONFIG_HSI_CHAR=m
> [...]

I think this one should be disabled by default. It's only needed by
very few people (it exposes the hsi bus to userspace, like i2c-dev
driver does for i2c).

-- Sebastian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20150317/28121816/attachment-0001.sig>

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

* [PATCH 3/3] ARM: omap2plus_defconfig: Enable n900 modem as loadable modules
  2015-03-17 11:00   ` Sebastian Reichel
@ 2015-03-17 17:32     ` Tony Lindgren
  0 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2015-03-17 17:32 UTC (permalink / raw)
  To: linux-arm-kernel

* Sebastian Reichel <sre@kernel.org> [150317 04:00]:
> Hi Tony,
> 
> On Mon, Mar 16, 2015 at 01:00:03PM -0700, Tony Lindgren wrote:
> > Enable n900 modem as loadable modules.
> 
> Acked-By: Sebastian Reichel <sre@kernel.org>
> 
> > [...]
> > +CONFIG_HSI_CHAR=m
> > [...]
> 
> I think this one should be disabled by default. It's only needed by
> very few people (it exposes the hsi bus to userspace, like i2c-dev
> driver does for i2c).

OK will disable thanks.

Tony

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

end of thread, other threads:[~2015-03-17 17:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-16 20:00 [PATCH 0/3] Few omap2plus_defconfig updates Tony Lindgren
2015-03-16 20:00 ` [PATCH 1/3] ARM: omap2plus_defconfig: Enable leds-pwm Tony Lindgren
2015-03-16 20:00 ` [PATCH 2/3] ARM: omap2plus_defconfig: Update bluetooth options Tony Lindgren
2015-03-16 20:00 ` [PATCH 3/3] ARM: omap2plus_defconfig: Enable n900 modem as loadable modules Tony Lindgren
2015-03-17 11:00   ` Sebastian Reichel
2015-03-17 17:32     ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).