All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND 0/3] davinci_all_defconfig patches for LEGO MINDSTORMS EV3
@ 2017-01-09 16:11 ` David Lechner
  0 siblings, 0 replies; 16+ messages in thread
From: David Lechner @ 2017-01-09 16:11 UTC (permalink / raw)
  To: Sekhar Nori; +Cc: David Lechner, linux-arm-kernel, linux-kernel

Resending the patches that were missing my Signed-off-by:

David Lechner (3):
  ARM: davinci_all_defconfig: enable DA8xx pinconf
  ARM: davinci_all_defconfig: Enable PWM modules
  ARM: davinci_all_defconfig: enable iio and ADS7950

 arch/arm/configs/davinci_all_defconfig | 11 +++++++++++
 1 file changed, 11 insertions(+)

-- 
2.7.4

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

* [RESEND 0/3] davinci_all_defconfig patches for LEGO MINDSTORMS EV3
@ 2017-01-09 16:11 ` David Lechner
  0 siblings, 0 replies; 16+ messages in thread
From: David Lechner @ 2017-01-09 16:11 UTC (permalink / raw)
  To: linux-arm-kernel

Resending the patches that were missing my Signed-off-by:

David Lechner (3):
  ARM: davinci_all_defconfig: enable DA8xx pinconf
  ARM: davinci_all_defconfig: Enable PWM modules
  ARM: davinci_all_defconfig: enable iio and ADS7950

 arch/arm/configs/davinci_all_defconfig | 11 +++++++++++
 1 file changed, 11 insertions(+)

-- 
2.7.4

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

* [RESEND 1/3] ARM: davinci_all_defconfig: enable DA8xx pinconf
  2017-01-09 16:11 ` David Lechner
@ 2017-01-09 16:11   ` David Lechner
  -1 siblings, 0 replies; 16+ messages in thread
From: David Lechner @ 2017-01-09 16:11 UTC (permalink / raw)
  To: Sekhar Nori; +Cc: David Lechner, linux-arm-kernel, linux-kernel

This enables the DA8xx pinconf driver by default. It is needed by LEGO
MINDSTORMS EV3.

Signed-off-by: David Lechner <david@lechnology.com>
---
 arch/arm/configs/davinci_all_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig
index ddb586a..a12e4c2 100644
--- a/arch/arm/configs/davinci_all_defconfig
+++ b/arch/arm/configs/davinci_all_defconfig
@@ -114,6 +114,7 @@ CONFIG_I2C_CHARDEV=y
 CONFIG_I2C_DAVINCI=y
 CONFIG_SPI=y
 CONFIG_SPI_DAVINCI=m
+CONFIG_PINCTRL_DA850_PUPD=m
 CONFIG_PINCTRL_SINGLE=y
 CONFIG_GPIO_SYSFS=y
 CONFIG_GPIO_PCA953X=y
-- 
2.7.4

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

* [RESEND 1/3] ARM: davinci_all_defconfig: enable DA8xx pinconf
@ 2017-01-09 16:11   ` David Lechner
  0 siblings, 0 replies; 16+ messages in thread
From: David Lechner @ 2017-01-09 16:11 UTC (permalink / raw)
  To: linux-arm-kernel

This enables the DA8xx pinconf driver by default. It is needed by LEGO
MINDSTORMS EV3.

Signed-off-by: David Lechner <david@lechnology.com>
---
 arch/arm/configs/davinci_all_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig
index ddb586a..a12e4c2 100644
--- a/arch/arm/configs/davinci_all_defconfig
+++ b/arch/arm/configs/davinci_all_defconfig
@@ -114,6 +114,7 @@ CONFIG_I2C_CHARDEV=y
 CONFIG_I2C_DAVINCI=y
 CONFIG_SPI=y
 CONFIG_SPI_DAVINCI=m
+CONFIG_PINCTRL_DA850_PUPD=m
 CONFIG_PINCTRL_SINGLE=y
 CONFIG_GPIO_SYSFS=y
 CONFIG_GPIO_PCA953X=y
-- 
2.7.4

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

* [RESEND 2/3] ARM: davinci_all_defconfig: Enable PWM modules
  2017-01-09 16:11 ` David Lechner
@ 2017-01-09 16:11   ` David Lechner
  -1 siblings, 0 replies; 16+ messages in thread
From: David Lechner @ 2017-01-09 16:11 UTC (permalink / raw)
  To: Sekhar Nori; +Cc: David Lechner, linux-arm-kernel, linux-kernel

This enables PWM and the TI ECAP and EHRWPM modules. These are used on LEGO
MINDSTORMS EV3.

Signed-off-by: David Lechner <david@lechnology.com>
---
 arch/arm/configs/davinci_all_defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig
index a12e4c2..2b1967a 100644
--- a/arch/arm/configs/davinci_all_defconfig
+++ b/arch/arm/configs/davinci_all_defconfig
@@ -200,6 +200,9 @@ CONFIG_TI_EDMA=y
 CONFIG_MEMORY=y
 CONFIG_TI_AEMIF=m
 CONFIG_DA8XX_DDRCTL=y
+CONFIG_PWM=y
+CONFIG_PWM_TIECAP=m
+CONFIG_PWM_TIEHRPWM=m
 CONFIG_EXT2_FS=y
 CONFIG_EXT3_FS=y
 CONFIG_EXT4_FS_POSIX_ACL=y
-- 
2.7.4

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

* [RESEND 2/3] ARM: davinci_all_defconfig: Enable PWM modules
@ 2017-01-09 16:11   ` David Lechner
  0 siblings, 0 replies; 16+ messages in thread
From: David Lechner @ 2017-01-09 16:11 UTC (permalink / raw)
  To: linux-arm-kernel

This enables PWM and the TI ECAP and EHRWPM modules. These are used on LEGO
MINDSTORMS EV3.

Signed-off-by: David Lechner <david@lechnology.com>
---
 arch/arm/configs/davinci_all_defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig
index a12e4c2..2b1967a 100644
--- a/arch/arm/configs/davinci_all_defconfig
+++ b/arch/arm/configs/davinci_all_defconfig
@@ -200,6 +200,9 @@ CONFIG_TI_EDMA=y
 CONFIG_MEMORY=y
 CONFIG_TI_AEMIF=m
 CONFIG_DA8XX_DDRCTL=y
+CONFIG_PWM=y
+CONFIG_PWM_TIECAP=m
+CONFIG_PWM_TIEHRPWM=m
 CONFIG_EXT2_FS=y
 CONFIG_EXT3_FS=y
 CONFIG_EXT4_FS_POSIX_ACL=y
-- 
2.7.4

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

* [RESEND 3/3] ARM: davinci_all_defconfig: enable iio and ADS7950
  2017-01-09 16:11 ` David Lechner
@ 2017-01-09 16:11   ` David Lechner
  -1 siblings, 0 replies; 16+ messages in thread
From: David Lechner @ 2017-01-09 16:11 UTC (permalink / raw)
  To: Sekhar Nori; +Cc: David Lechner, linux-arm-kernel, linux-kernel

This enables the iio subsystem and the TI ADS7950 driver. This is used by
LEGO MINDSTORMS EV3, which has an ADS7957 chip.

Signed-off-by: David Lechner <david@lechnology.com>
---
 arch/arm/configs/davinci_all_defconfig | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig
index 2b1967a..a899876 100644
--- a/arch/arm/configs/davinci_all_defconfig
+++ b/arch/arm/configs/davinci_all_defconfig
@@ -200,6 +200,13 @@ CONFIG_TI_EDMA=y
 CONFIG_MEMORY=y
 CONFIG_TI_AEMIF=m
 CONFIG_DA8XX_DDRCTL=y
+CONFIG_IIO=m
+CONFIG_IIO_BUFFER_CB=m
+CONFIG_IIO_SW_DEVICE=m
+CONFIG_IIO_SW_TRIGGER=m
+CONFIG_TI_ADS7950=m
+CONFIG_IIO_HRTIMER_TRIGGER=m
+CONFIG_IIO_SYSFS_TRIGGER=m
 CONFIG_PWM=y
 CONFIG_PWM_TIECAP=m
 CONFIG_PWM_TIEHRPWM=m
-- 
2.7.4

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

* [RESEND 3/3] ARM: davinci_all_defconfig: enable iio and ADS7950
@ 2017-01-09 16:11   ` David Lechner
  0 siblings, 0 replies; 16+ messages in thread
From: David Lechner @ 2017-01-09 16:11 UTC (permalink / raw)
  To: linux-arm-kernel

This enables the iio subsystem and the TI ADS7950 driver. This is used by
LEGO MINDSTORMS EV3, which has an ADS7957 chip.

Signed-off-by: David Lechner <david@lechnology.com>
---
 arch/arm/configs/davinci_all_defconfig | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig
index 2b1967a..a899876 100644
--- a/arch/arm/configs/davinci_all_defconfig
+++ b/arch/arm/configs/davinci_all_defconfig
@@ -200,6 +200,13 @@ CONFIG_TI_EDMA=y
 CONFIG_MEMORY=y
 CONFIG_TI_AEMIF=m
 CONFIG_DA8XX_DDRCTL=y
+CONFIG_IIO=m
+CONFIG_IIO_BUFFER_CB=m
+CONFIG_IIO_SW_DEVICE=m
+CONFIG_IIO_SW_TRIGGER=m
+CONFIG_TI_ADS7950=m
+CONFIG_IIO_HRTIMER_TRIGGER=m
+CONFIG_IIO_SYSFS_TRIGGER=m
 CONFIG_PWM=y
 CONFIG_PWM_TIECAP=m
 CONFIG_PWM_TIEHRPWM=m
-- 
2.7.4

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

* Re: [RESEND 3/3] ARM: davinci_all_defconfig: enable iio and ADS7950
  2017-01-09 16:11   ` David Lechner
@ 2017-01-10  9:27     ` Sekhar Nori
  -1 siblings, 0 replies; 16+ messages in thread
From: Sekhar Nori @ 2017-01-10  9:27 UTC (permalink / raw)
  To: David Lechner; +Cc: linux-arm-kernel, linux-kernel

On Monday 09 January 2017 09:41 PM, David Lechner wrote:
> This enables the iio subsystem and the TI ADS7950 driver. This is used by
> LEGO MINDSTORMS EV3, which has an ADS7957 chip.
> 
> Signed-off-by: David Lechner <david@lechnology.com>
> ---
>  arch/arm/configs/davinci_all_defconfig | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig
> index 2b1967a..a899876 100644
> --- a/arch/arm/configs/davinci_all_defconfig
> +++ b/arch/arm/configs/davinci_all_defconfig
> @@ -200,6 +200,13 @@ CONFIG_TI_EDMA=y
>  CONFIG_MEMORY=y
>  CONFIG_TI_AEMIF=m
>  CONFIG_DA8XX_DDRCTL=y
> +CONFIG_IIO=m
> +CONFIG_IIO_BUFFER_CB=m
> +CONFIG_IIO_SW_DEVICE=m
> +CONFIG_IIO_SW_TRIGGER=m
> +CONFIG_TI_ADS7950=m
> +CONFIG_IIO_HRTIMER_TRIGGER=m
> +CONFIG_IIO_SYSFS_TRIGGER=m

Hmm, there are some other comments I gave on the previous version I
don't see addressed. Can you please fix those or respond to those comments?

Thanks,
Sekhar

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

* [RESEND 3/3] ARM: davinci_all_defconfig: enable iio and ADS7950
@ 2017-01-10  9:27     ` Sekhar Nori
  0 siblings, 0 replies; 16+ messages in thread
From: Sekhar Nori @ 2017-01-10  9:27 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday 09 January 2017 09:41 PM, David Lechner wrote:
> This enables the iio subsystem and the TI ADS7950 driver. This is used by
> LEGO MINDSTORMS EV3, which has an ADS7957 chip.
> 
> Signed-off-by: David Lechner <david@lechnology.com>
> ---
>  arch/arm/configs/davinci_all_defconfig | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig
> index 2b1967a..a899876 100644
> --- a/arch/arm/configs/davinci_all_defconfig
> +++ b/arch/arm/configs/davinci_all_defconfig
> @@ -200,6 +200,13 @@ CONFIG_TI_EDMA=y
>  CONFIG_MEMORY=y
>  CONFIG_TI_AEMIF=m
>  CONFIG_DA8XX_DDRCTL=y
> +CONFIG_IIO=m
> +CONFIG_IIO_BUFFER_CB=m
> +CONFIG_IIO_SW_DEVICE=m
> +CONFIG_IIO_SW_TRIGGER=m
> +CONFIG_TI_ADS7950=m
> +CONFIG_IIO_HRTIMER_TRIGGER=m
> +CONFIG_IIO_SYSFS_TRIGGER=m

Hmm, there are some other comments I gave on the previous version I
don't see addressed. Can you please fix those or respond to those comments?

Thanks,
Sekhar

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

* Re: [RESEND 1/3] ARM: davinci_all_defconfig: enable DA8xx pinconf
  2017-01-09 16:11   ` David Lechner
@ 2017-01-10  9:28     ` Sekhar Nori
  -1 siblings, 0 replies; 16+ messages in thread
From: Sekhar Nori @ 2017-01-10  9:28 UTC (permalink / raw)
  To: David Lechner; +Cc: linux-arm-kernel, linux-kernel

On Monday 09 January 2017 09:41 PM, David Lechner wrote:
> This enables the DA8xx pinconf driver by default. It is needed by LEGO
> MINDSTORMS EV3.
> 
> Signed-off-by: David Lechner <david@lechnology.com>

Applied to v4.11/defconfig

Thanks,
Sekhar

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

* [RESEND 1/3] ARM: davinci_all_defconfig: enable DA8xx pinconf
@ 2017-01-10  9:28     ` Sekhar Nori
  0 siblings, 0 replies; 16+ messages in thread
From: Sekhar Nori @ 2017-01-10  9:28 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday 09 January 2017 09:41 PM, David Lechner wrote:
> This enables the DA8xx pinconf driver by default. It is needed by LEGO
> MINDSTORMS EV3.
> 
> Signed-off-by: David Lechner <david@lechnology.com>

Applied to v4.11/defconfig

Thanks,
Sekhar

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

* Re: [RESEND 2/3] ARM: davinci_all_defconfig: Enable PWM modules
  2017-01-09 16:11   ` David Lechner
@ 2017-01-10  9:29     ` Sekhar Nori
  -1 siblings, 0 replies; 16+ messages in thread
From: Sekhar Nori @ 2017-01-10  9:29 UTC (permalink / raw)
  To: David Lechner; +Cc: linux-arm-kernel, linux-kernel

On Monday 09 January 2017 09:41 PM, David Lechner wrote:
> This enables PWM and the TI ECAP and EHRWPM modules. These are used on LEGO
> MINDSTORMS EV3.
> 
> Signed-off-by: David Lechner <david@lechnology.com>

Applied to v4.11/defconfig

Thanks,
Sekhar

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

* [RESEND 2/3] ARM: davinci_all_defconfig: Enable PWM modules
@ 2017-01-10  9:29     ` Sekhar Nori
  0 siblings, 0 replies; 16+ messages in thread
From: Sekhar Nori @ 2017-01-10  9:29 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday 09 January 2017 09:41 PM, David Lechner wrote:
> This enables PWM and the TI ECAP and EHRWPM modules. These are used on LEGO
> MINDSTORMS EV3.
> 
> Signed-off-by: David Lechner <david@lechnology.com>

Applied to v4.11/defconfig

Thanks,
Sekhar

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

* Re: [RESEND 3/3] ARM: davinci_all_defconfig: enable iio and ADS7950
  2017-01-10  9:27     ` Sekhar Nori
@ 2017-01-10 15:32       ` David Lechner
  -1 siblings, 0 replies; 16+ messages in thread
From: David Lechner @ 2017-01-10 15:32 UTC (permalink / raw)
  To: Sekhar Nori; +Cc: linux-arm-kernel, linux-kernel

On 01/10/2017 03:27 AM, Sekhar Nori wrote:
> On Monday 09 January 2017 09:41 PM, David Lechner wrote:
>> This enables the iio subsystem and the TI ADS7950 driver. This is used by
>> LEGO MINDSTORMS EV3, which has an ADS7957 chip.
>>
>> Signed-off-by: David Lechner <david@lechnology.com>
>> ---
>>  arch/arm/configs/davinci_all_defconfig | 7 +++++++
>>  1 file changed, 7 insertions(+)
>>
>> diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig
>> index 2b1967a..a899876 100644
>> --- a/arch/arm/configs/davinci_all_defconfig
>> +++ b/arch/arm/configs/davinci_all_defconfig
>> @@ -200,6 +200,13 @@ CONFIG_TI_EDMA=y
>>  CONFIG_MEMORY=y
>>  CONFIG_TI_AEMIF=m
>>  CONFIG_DA8XX_DDRCTL=y
>> +CONFIG_IIO=m
>> +CONFIG_IIO_BUFFER_CB=m
>> +CONFIG_IIO_SW_DEVICE=m
>> +CONFIG_IIO_SW_TRIGGER=m
>> +CONFIG_TI_ADS7950=m
>> +CONFIG_IIO_HRTIMER_TRIGGER=m
>> +CONFIG_IIO_SYSFS_TRIGGER=m
>
> Hmm, there are some other comments I gave on the previous version I
> don't see addressed. Can you please fix those or respond to those comments?

Oops, I missed the other comments. I will fix it.

>
> Thanks,
> Sekhar
>

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

* [RESEND 3/3] ARM: davinci_all_defconfig: enable iio and ADS7950
@ 2017-01-10 15:32       ` David Lechner
  0 siblings, 0 replies; 16+ messages in thread
From: David Lechner @ 2017-01-10 15:32 UTC (permalink / raw)
  To: linux-arm-kernel

On 01/10/2017 03:27 AM, Sekhar Nori wrote:
> On Monday 09 January 2017 09:41 PM, David Lechner wrote:
>> This enables the iio subsystem and the TI ADS7950 driver. This is used by
>> LEGO MINDSTORMS EV3, which has an ADS7957 chip.
>>
>> Signed-off-by: David Lechner <david@lechnology.com>
>> ---
>>  arch/arm/configs/davinci_all_defconfig | 7 +++++++
>>  1 file changed, 7 insertions(+)
>>
>> diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig
>> index 2b1967a..a899876 100644
>> --- a/arch/arm/configs/davinci_all_defconfig
>> +++ b/arch/arm/configs/davinci_all_defconfig
>> @@ -200,6 +200,13 @@ CONFIG_TI_EDMA=y
>>  CONFIG_MEMORY=y
>>  CONFIG_TI_AEMIF=m
>>  CONFIG_DA8XX_DDRCTL=y
>> +CONFIG_IIO=m
>> +CONFIG_IIO_BUFFER_CB=m
>> +CONFIG_IIO_SW_DEVICE=m
>> +CONFIG_IIO_SW_TRIGGER=m
>> +CONFIG_TI_ADS7950=m
>> +CONFIG_IIO_HRTIMER_TRIGGER=m
>> +CONFIG_IIO_SYSFS_TRIGGER=m
>
> Hmm, there are some other comments I gave on the previous version I
> don't see addressed. Can you please fix those or respond to those comments?

Oops, I missed the other comments. I will fix it.

>
> Thanks,
> Sekhar
>

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

end of thread, other threads:[~2017-01-10 15:32 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-09 16:11 [RESEND 0/3] davinci_all_defconfig patches for LEGO MINDSTORMS EV3 David Lechner
2017-01-09 16:11 ` David Lechner
2017-01-09 16:11 ` [RESEND 1/3] ARM: davinci_all_defconfig: enable DA8xx pinconf David Lechner
2017-01-09 16:11   ` David Lechner
2017-01-10  9:28   ` Sekhar Nori
2017-01-10  9:28     ` Sekhar Nori
2017-01-09 16:11 ` [RESEND 2/3] ARM: davinci_all_defconfig: Enable PWM modules David Lechner
2017-01-09 16:11   ` David Lechner
2017-01-10  9:29   ` Sekhar Nori
2017-01-10  9:29     ` Sekhar Nori
2017-01-09 16:11 ` [RESEND 3/3] ARM: davinci_all_defconfig: enable iio and ADS7950 David Lechner
2017-01-09 16:11   ` David Lechner
2017-01-10  9:27   ` Sekhar Nori
2017-01-10  9:27     ` Sekhar Nori
2017-01-10 15:32     ` David Lechner
2017-01-10 15:32       ` David Lechner

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.