diff mbox

[3/3] ARM: configs: keystone: Enable PINCTRL_SINGLE Config

Message ID 1464006547-19569-4-git-send-email-j-keerthy@ti.com (mailing list archive)
State New, archived
Headers show

Commit Message

J, KEERTHY May 23, 2016, 12:29 p.m. UTC
keystone-k2l devices use pinmux and are compliant with PINCTRL_SINGLE.
Hence enable the config option.

Signed-off-by: Keerthy <j-keerthy@ti.com>
---
 arch/arm/configs/keystone_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Lokesh Vutla May 24, 2016, 3:37 a.m. UTC | #1
On Monday 23 May 2016 05:59 PM, Keerthy wrote:
> keystone-k2l devices use pinmux and are compliant with PINCTRL_SINGLE.
> Hence enable the config option.
> 
> Signed-off-by: Keerthy <j-keerthy@ti.com>

A similar patch[1] is already posted.

[1]https://patchwork.kernel.org/patch/8958091/

Thanks and regards,
Lokesh

> ---
>  arch/arm/configs/keystone_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/configs/keystone_defconfig b/arch/arm/configs/keystone_defconfig
> index faba04d..71b42e6 100644
> --- a/arch/arm/configs/keystone_defconfig
> +++ b/arch/arm/configs/keystone_defconfig
> @@ -144,6 +144,7 @@ CONFIG_I2C_DAVINCI=y
>  CONFIG_SPI=y
>  CONFIG_SPI_DAVINCI=y
>  CONFIG_SPI_SPIDEV=y
> +CONFIG_PINCTRL_SINGLE=y
>  CONFIG_GPIOLIB=y
>  CONFIG_GPIO_SYSFS=y
>  CONFIG_GPIO_DAVINCI=y
>
Keerthy May 24, 2016, 3:56 a.m. UTC | #2
On Tuesday 24 May 2016 09:07 AM, Lokesh Vutla wrote:
>
>
> On Monday 23 May 2016 05:59 PM, Keerthy wrote:
>> keystone-k2l devices use pinmux and are compliant with PINCTRL_SINGLE.
>> Hence enable the config option.
>>
>> Signed-off-by: Keerthy <j-keerthy@ti.com>
>
> A similar patch[1] is already posted.
>
> [1]https://patchwork.kernel.org/patch/8958091/

Ah I had not seen them. If they are already reviewed and closer to be 
merged then Patch 2 and Patch 3 of this series can be dropped.

Regards,
Keerthy

>
> Thanks and regards,
> Lokesh
>
>> ---
>>   arch/arm/configs/keystone_defconfig | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/arch/arm/configs/keystone_defconfig b/arch/arm/configs/keystone_defconfig
>> index faba04d..71b42e6 100644
>> --- a/arch/arm/configs/keystone_defconfig
>> +++ b/arch/arm/configs/keystone_defconfig
>> @@ -144,6 +144,7 @@ CONFIG_I2C_DAVINCI=y
>>   CONFIG_SPI=y
>>   CONFIG_SPI_DAVINCI=y
>>   CONFIG_SPI_SPIDEV=y
>> +CONFIG_PINCTRL_SINGLE=y
>>   CONFIG_GPIOLIB=y
>>   CONFIG_GPIO_SYSFS=y
>>   CONFIG_GPIO_DAVINCI=y
>>
Santosh Shilimkar May 24, 2016, 4:29 p.m. UTC | #3
Hi Keerthy,

On 5/23/2016 8:56 PM, Keerthy wrote:
>
>
> On Tuesday 24 May 2016 09:07 AM, Lokesh Vutla wrote:
>>
>>
>> On Monday 23 May 2016 05:59 PM, Keerthy wrote:
>>> keystone-k2l devices use pinmux and are compliant with PINCTRL_SINGLE.
>>> Hence enable the config option.
>>>
>>> Signed-off-by: Keerthy <j-keerthy@ti.com>
>>
>> A similar patch[1] is already posted.
>>
>> [1]https://patchwork.kernel.org/patch/8958091/
>
> Ah I had not seen them. If they are already reviewed and closer to be
> merged then Patch 2 and Patch 3 of this series can be dropped.
>
Once the 4.7-rc2 is out, please rebase these floating patches
against it and post a consolidated patches. I will line them
up for 4.8

Regards,
Santosh
Keerthy May 25, 2016, 3:21 a.m. UTC | #4
Hi Santosh,

On Tuesday 24 May 2016 09:59 PM, Santosh Shilimkar wrote:
> Hi Keerthy,
>
> On 5/23/2016 8:56 PM, Keerthy wrote:
>>
>>
>> On Tuesday 24 May 2016 09:07 AM, Lokesh Vutla wrote:
>>>
>>>
>>> On Monday 23 May 2016 05:59 PM, Keerthy wrote:
>>>> keystone-k2l devices use pinmux and are compliant with PINCTRL_SINGLE.
>>>> Hence enable the config option.
>>>>
>>>> Signed-off-by: Keerthy <j-keerthy@ti.com>
>>>
>>> A similar patch[1] is already posted.
>>>
>>> [1]https://patchwork.kernel.org/patch/8958091/
>>
>> Ah I had not seen them. If they are already reviewed and closer to be
>> merged then Patch 2 and Patch 3 of this series can be dropped.
>>
> Once the 4.7-rc2 is out, please rebase these floating patches
> against it and post a consolidated patches. I will line them
> up for 4.8

Thanks for the quick response. I will wait for 4.7-rc2 and send the 
re-based series.

Regards,
Keerthy

>
> Regards,
> Santosh
Keerthy June 6, 2016, 3:37 a.m. UTC | #5
On Wednesday 25 May 2016 08:51 AM, Keerthy wrote:
> Hi Santosh,
>
> On Tuesday 24 May 2016 09:59 PM, Santosh Shilimkar wrote:
>> Hi Keerthy,
>>
>> On 5/23/2016 8:56 PM, Keerthy wrote:
>>>
>>>
>>> On Tuesday 24 May 2016 09:07 AM, Lokesh Vutla wrote:
>>>>
>>>>
>>>> On Monday 23 May 2016 05:59 PM, Keerthy wrote:
>>>>> keystone-k2l devices use pinmux and are compliant with PINCTRL_SINGLE.
>>>>> Hence enable the config option.
>>>>>
>>>>> Signed-off-by: Keerthy <j-keerthy@ti.com>
>>>>
>>>> A similar patch[1] is already posted.
>>>>
>>>> [1]https://patchwork.kernel.org/patch/8958091/
>>>
>>> Ah I had not seen them. If they are already reviewed and closer to be
>>> merged then Patch 2 and Patch 3 of this series can be dropped.
>>>
>> Once the 4.7-rc2 is out, please rebase these floating patches
>> against it and post a consolidated patches. I will line them
>> up for 4.8
>
> Thanks for the quick response. I will wait for 4.7-rc2 and send the
> re-based series.

Now the 4.7-rc2 is tagged i will be sending a consolidated series.

>
> Regards,
> Keerthy
>
>>
>> Regards,
>> Santosh
Keerthy June 6, 2016, 4:56 a.m. UTC | #6
On Monday 06 June 2016 09:07 AM, Keerthy wrote:
>
>
> On Wednesday 25 May 2016 08:51 AM, Keerthy wrote:
>> Hi Santosh,
>>
>> On Tuesday 24 May 2016 09:59 PM, Santosh Shilimkar wrote:
>>> Hi Keerthy,
>>>
>>> On 5/23/2016 8:56 PM, Keerthy wrote:
>>>>
>>>>
>>>> On Tuesday 24 May 2016 09:07 AM, Lokesh Vutla wrote:
>>>>>
>>>>>
>>>>> On Monday 23 May 2016 05:59 PM, Keerthy wrote:
>>>>>> keystone-k2l devices use pinmux and are compliant with
>>>>>> PINCTRL_SINGLE.
>>>>>> Hence enable the config option.
>>>>>>
>>>>>> Signed-off-by: Keerthy <j-keerthy@ti.com>
>>>>>
>>>>> A similar patch[1] is already posted.
>>>>>
>>>>> [1]https://patchwork.kernel.org/patch/8958091/
>>>>
>>>> Ah I had not seen them. If they are already reviewed and closer to be
>>>> merged then Patch 2 and Patch 3 of this series can be dropped.
>>>>
>>> Once the 4.7-rc2 is out, please rebase these floating patches
>>> against it and post a consolidated patches. I will line them
>>> up for 4.8
>>
>> Thanks for the quick response. I will wait for 4.7-rc2 and send the
>> re-based series.
>
> Now the 4.7-rc2 is tagged i will be sending a consolidated series.

Santosh,

I posted a consolidated series for k2l.

Franklin,

Could you re-post k2g series on top of the series i posted today.

Regards,
Keerthy


>
>>
>> Regards,
>> Keerthy
>>
>>>
>>> Regards,
>>> Santosh
Santosh Shilimkar June 6, 2016, 4 p.m. UTC | #7
On 6/5/2016 9:56 PM, Keerthy wrote:
>
[...]

> Santosh,
>
> I posted a consolidated series for k2l.
>
Thanks. Will pick that up.

> Franklin,
>
> Could you re-post k2g series on top of the series i posted today.
>
Please do.
Santosh Shilimkar June 8, 2016, 11:16 p.m. UTC | #8
Franklin,

On 6/6/2016 9:00 AM, Santosh Shilimkar wrote:
> On 6/5/2016 9:56 PM, Keerthy wrote:
>>
> [...]
>
>> Santosh,
>>
>> I posted a consolidated series for k2l.
>>
> Thanks. Will pick that up.
>
>> Franklin,
>>
>> Could you re-post k2g series on top of the series i posted today.
>>
I have update the keystone 4.8 branches and linux-next branch.

Please refresh your DTS patches against [1] and post the same.




Regards,
Santosh

[1] 
git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git 
for_4.8/keystone_dts
diff mbox

Patch

diff --git a/arch/arm/configs/keystone_defconfig b/arch/arm/configs/keystone_defconfig
index faba04d..71b42e6 100644
--- a/arch/arm/configs/keystone_defconfig
+++ b/arch/arm/configs/keystone_defconfig
@@ -144,6 +144,7 @@  CONFIG_I2C_DAVINCI=y
 CONFIG_SPI=y
 CONFIG_SPI_DAVINCI=y
 CONFIG_SPI_SPIDEV=y
+CONFIG_PINCTRL_SINGLE=y
 CONFIG_GPIOLIB=y
 CONFIG_GPIO_SYSFS=y
 CONFIG_GPIO_DAVINCI=y