Linux-ARM-Kernel Archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] ARM: omap2plus_defconfig updates
@ 2015-07-08 15:27 Sekhar Nori
  2015-07-08 15:27 ` [PATCH 1/4] ARM: omap2plus_defconfig: enable support for TI ADC Sekhar Nori
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Sekhar Nori @ 2015-07-08 15:27 UTC (permalink / raw
  To: linux-arm-kernel

Hi Tony,

Here are some defconfig updates for commonly
used drivers on platforms supported by
omap2plus_defconfig.

Applies to v4.2-rc1

Thanks,
Sekhar

Sekhar Nori (4):
  ARM: omap2plus_defconfig: enable support for TI ADC
  ARM: omap2plus_defconfig: enable support for TI touchscreen
  ARM: omap2plus_defconfig: enable support for TI CPTS
  ARM: omap2plus_defconfig: enable support for M25P80 SPI NOR

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

-- 
2.4.4.408.g16da57c

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

* [PATCH 1/4] ARM: omap2plus_defconfig: enable support for TI ADC
  2015-07-08 15:27 [PATCH 0/4] ARM: omap2plus_defconfig updates Sekhar Nori
@ 2015-07-08 15:27 ` Sekhar Nori
  2015-07-08 15:27 ` [PATCH 2/4] ARM: omap2plus_defconfig: enable support for TI touchscreen Sekhar Nori
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Sekhar Nori @ 2015-07-08 15:27 UTC (permalink / raw
  To: linux-arm-kernel

Enable support for on-chip ADC found on AM335x and
AM437x devices.

Signed-off-by: Sekhar Nori <nsekhar@ti.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
index ac521e764d10..a8eb36454b14 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -269,6 +269,7 @@ CONFIG_MFD_PALMAS=y
 CONFIG_MFD_TPS65217=y
 CONFIG_MFD_TPS65218=y
 CONFIG_MFD_TPS65910=y
+CONFIG_MFD_TI_AM335X_TSCADC=m
 CONFIG_TWL6040_CORE=y
 CONFIG_REGULATOR_PALMAS=y
 CONFIG_REGULATOR_PBIAS=y
@@ -398,6 +399,8 @@ CONFIG_EXTCON=m
 CONFIG_EXTCON_USB_GPIO=m
 CONFIG_EXTCON_PALMAS=m
 CONFIG_TI_EMIF=m
+CONFIG_IIO=m
+CONFIG_TI_AM335X_ADC=m
 CONFIG_PWM=y
 CONFIG_PWM_TIECAP=m
 CONFIG_PWM_TIEHRPWM=m
-- 
2.4.4.408.g16da57c

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

* [PATCH 2/4] ARM: omap2plus_defconfig: enable support for TI touchscreen
  2015-07-08 15:27 [PATCH 0/4] ARM: omap2plus_defconfig updates Sekhar Nori
  2015-07-08 15:27 ` [PATCH 1/4] ARM: omap2plus_defconfig: enable support for TI ADC Sekhar Nori
@ 2015-07-08 15:27 ` Sekhar Nori
  2015-07-08 15:27 ` [PATCH 3/4] ARM: omap2plus_defconfig: enable support for TI CPTS Sekhar Nori
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Sekhar Nori @ 2015-07-08 15:27 UTC (permalink / raw
  To: linux-arm-kernel

Enable support for on-chip resistive touchscreen m found on AM335x and
AM437x devices.

Signed-off-by: Sekhar Nori <nsekhar@ti.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 a8eb36454b14..294059d5ef80 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -208,6 +208,7 @@ CONFIG_TOUCHSCREEN_EDT_FT5X06=m
 CONFIG_TOUCHSCREEN_PIXCIR=m
 CONFIG_TOUCHSCREEN_TSC2005=m
 CONFIG_TOUCHSCREEN_TSC2007=m
+CONFIG_TOUCHSCREEN_TI_AM335X_TSC=m
 CONFIG_INPUT_MISC=y
 CONFIG_INPUT_TPS65218_PWRBUTTON=m
 CONFIG_INPUT_TWL4030_PWRBUTTON=m
-- 
2.4.4.408.g16da57c

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

* [PATCH 3/4] ARM: omap2plus_defconfig: enable support for TI CPTS
  2015-07-08 15:27 [PATCH 0/4] ARM: omap2plus_defconfig updates Sekhar Nori
  2015-07-08 15:27 ` [PATCH 1/4] ARM: omap2plus_defconfig: enable support for TI ADC Sekhar Nori
  2015-07-08 15:27 ` [PATCH 2/4] ARM: omap2plus_defconfig: enable support for TI touchscreen Sekhar Nori
@ 2015-07-08 15:27 ` Sekhar Nori
  2015-07-09  5:48   ` Mugunthan V N
  2015-07-08 15:27 ` [PATCH 4/4] ARM: omap2plus_defconfig: enable support for M25P80 SPI NOR Sekhar Nori
  2015-07-16  7:56 ` [PATCH 0/4] ARM: omap2plus_defconfig updates Tony Lindgren
  4 siblings, 1 reply; 7+ messages in thread
From: Sekhar Nori @ 2015-07-08 15:27 UTC (permalink / raw
  To: linux-arm-kernel

CPTS module of CPSW IP enables timestamp synchronization
using PTP. Enable CPTS feature of CPSW driver.

Available on AM335x, AM437x and DRA7x SoCs.

Signed-off-by: Sekhar Nori <nsekhar@ti.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 294059d5ef80..4cb1c11d83ad 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -169,6 +169,7 @@ CONFIG_SMSC911X=y
 # CONFIG_NET_VENDOR_STMICRO is not set
 CONFIG_TI_DAVINCI_EMAC=y
 CONFIG_TI_CPSW=y
+CONFIG_TI_CPTS=y
 # CONFIG_NET_VENDOR_VIA is not set
 # CONFIG_NET_VENDOR_WIZNET is not set
 CONFIG_AT803X_PHY=y
-- 
2.4.4.408.g16da57c

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

* [PATCH 4/4] ARM: omap2plus_defconfig: enable support for M25P80 SPI NOR
  2015-07-08 15:27 [PATCH 0/4] ARM: omap2plus_defconfig updates Sekhar Nori
                   ` (2 preceding siblings ...)
  2015-07-08 15:27 ` [PATCH 3/4] ARM: omap2plus_defconfig: enable support for TI CPTS Sekhar Nori
@ 2015-07-08 15:27 ` Sekhar Nori
  2015-07-16  7:56 ` [PATCH 0/4] ARM: omap2plus_defconfig updates Tony Lindgren
  4 siblings, 0 replies; 7+ messages in thread
From: Sekhar Nori @ 2015-07-08 15:27 UTC (permalink / raw
  To: linux-arm-kernel

M25P80 driver provides support for most common SPI NOR devices.
These devices are commonly found on TI EVMs for AM437x and DRA7x
SoCs.

Enable support for this driver in defconfig for omap2plus devices.

Signed-off-by: Sekhar Nori <nsekhar@ti.com>
---
 arch/arm/configs/omap2plus_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index 4cb1c11d83ad..f7dec31bc264 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -136,6 +136,8 @@ CONFIG_MTD_ONENAND=y
 CONFIG_MTD_ONENAND_VERIFY_WRITE=y
 CONFIG_MTD_ONENAND_OMAP2=y
 CONFIG_MTD_UBI=y
+CONFIG_MTD_SPI_NOR=m
+CONFIG_MTD_M25P80=m
 CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_SIZE=16384
-- 
2.4.4.408.g16da57c

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

* [PATCH 3/4] ARM: omap2plus_defconfig: enable support for TI CPTS
  2015-07-08 15:27 ` [PATCH 3/4] ARM: omap2plus_defconfig: enable support for TI CPTS Sekhar Nori
@ 2015-07-09  5:48   ` Mugunthan V N
  0 siblings, 0 replies; 7+ messages in thread
From: Mugunthan V N @ 2015-07-09  5:48 UTC (permalink / raw
  To: linux-arm-kernel

On Wednesday 08 July 2015 08:57 PM, Sekhar Nori wrote:
> CPTS module of CPSW IP enables timestamp synchronization
> using PTP. Enable CPTS feature of CPSW driver.
> 
> Available on AM335x, AM437x and DRA7x SoCs.
> 
> Signed-off-by: Sekhar Nori <nsekhar@ti.com>

Acked-by: Mugunthan V N <mugunthanvnm@ti.com>

Regards
Mugunthan V N

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

* [PATCH 0/4] ARM: omap2plus_defconfig updates
  2015-07-08 15:27 [PATCH 0/4] ARM: omap2plus_defconfig updates Sekhar Nori
                   ` (3 preceding siblings ...)
  2015-07-08 15:27 ` [PATCH 4/4] ARM: omap2plus_defconfig: enable support for M25P80 SPI NOR Sekhar Nori
@ 2015-07-16  7:56 ` Tony Lindgren
  4 siblings, 0 replies; 7+ messages in thread
From: Tony Lindgren @ 2015-07-16  7:56 UTC (permalink / raw
  To: linux-arm-kernel

* Sekhar Nori <nsekhar@ti.com> [150708 08:30]:
> Hi Tony,
> 
> Here are some defconfig updates for commonly
> used drivers on platforms supported by
> omap2plus_defconfig.
> 
> Applies to v4.2-rc1
> 
> Thanks,
> Sekhar
> 
> Sekhar Nori (4):
>   ARM: omap2plus_defconfig: enable support for TI ADC
>   ARM: omap2plus_defconfig: enable support for TI touchscreen
>   ARM: omap2plus_defconfig: enable support for TI CPTS
>   ARM: omap2plus_defconfig: enable support for M25P80 SPI NOR
> 
>  arch/arm/configs/omap2plus_defconfig | 7 +++++++
>  1 file changed, 7 insertions(+)

Applying all into omap-for-v4.3/defconfig thanks.

Tony

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

end of thread, other threads:[~2015-07-16  7:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-08 15:27 [PATCH 0/4] ARM: omap2plus_defconfig updates Sekhar Nori
2015-07-08 15:27 ` [PATCH 1/4] ARM: omap2plus_defconfig: enable support for TI ADC Sekhar Nori
2015-07-08 15:27 ` [PATCH 2/4] ARM: omap2plus_defconfig: enable support for TI touchscreen Sekhar Nori
2015-07-08 15:27 ` [PATCH 3/4] ARM: omap2plus_defconfig: enable support for TI CPTS Sekhar Nori
2015-07-09  5:48   ` Mugunthan V N
2015-07-08 15:27 ` [PATCH 4/4] ARM: omap2plus_defconfig: enable support for M25P80 SPI NOR Sekhar Nori
2015-07-16  7:56 ` [PATCH 0/4] ARM: omap2plus_defconfig updates 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 read-only IMAP folder(s) and NNTP newsgroup(s).