mbox series

[GIT,PULL,2/3] ARM: Keystone config update for 4.15

Message ID 1508548966-7350-2-git-send-email-santosh.shilimkar@oracle.com
State New
Headers show
Series [GIT,PULL,1/3] ARM: Keystone DTS update for 4.15 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone_config_4.15

Message

Santosh Shilimkar Oct. 21, 2017, 1:22 a.m. UTC
The following changes since commit e19b205be43d11bff638cad4487008c48d21c103:

  Linux 4.14-rc2 (2017-09-24 16:38:56 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone_config_4.15

for you to fetch changes up to fc88a0631ed0f5b1862d42fb8f2455bf3d18744b:

  ARM: configs: keystone: Enable TIECAP PWM driver (2017-10-09 09:43:32 -0700)

----------------------------------------------------------------
ARM: Enable PWM driver config

----------------------------------------------------------------
Vignesh R (1):
      ARM: configs: keystone: Enable TIECAP PWM driver

 arch/arm/configs/keystone_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Arnd Bergmann Oct. 30, 2017, 10:01 a.m. UTC | #1
On Sat, Oct 21, 2017 at 3:22 AM, Santosh Shilimkar
<santosh.shilimkar@oracle.com> wrote:
> The following changes since commit e19b205be43d11bff638cad4487008c48d21c103:
>
>   Linux 4.14-rc2 (2017-09-24 16:38:56 -0700)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone_config_4.15
>
> for you to fetch changes up to fc88a0631ed0f5b1862d42fb8f2455bf3d18744b:
>
>   ARM: configs: keystone: Enable TIECAP PWM driver (2017-10-09 09:43:32 -0700)

Pulled into next/soc. Should this also be enabled in multi_v7_defconfig?

       Arnd
Santosh Shilimkar Oct. 30, 2017, 3:28 p.m. UTC | #2
On 10/30/2017 3:01 AM, Arnd Bergmann wrote:
> On Sat, Oct 21, 2017 at 3:22 AM, Santosh Shilimkar
> <santosh.shilimkar@oracle.com> wrote:
>> The following changes since commit e19b205be43d11bff638cad4487008c48d21c103:
>>
>>    Linux 4.14-rc2 (2017-09-24 16:38:56 -0700)
>>
>> are available in the git repository at:
>>
>>    git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone_config_4.15
>>
>> for you to fetch changes up to fc88a0631ed0f5b1862d42fb8f2455bf3d18744b:
>>
>>    ARM: configs: keystone: Enable TIECAP PWM driver (2017-10-09 09:43:32 -0700)
> 
> Pulled into next/soc. Should this also be enabled in multi_v7_defconfig?
>
Sure !!
Arnd Bergmann Oct. 30, 2017, 5:04 p.m. UTC | #3
On Mon, Oct 30, 2017 at 4:28 PM, Santosh Shilimkar
<santosh.shilimkar@oracle.com> wrote:
> On 10/30/2017 3:01 AM, Arnd Bergmann wrote:
>>
>> On Sat, Oct 21, 2017 at 3:22 AM, Santosh Shilimkar
>> <santosh.shilimkar@oracle.com> wrote:
>>>
>>> The following changes since commit
>>> e19b205be43d11bff638cad4487008c48d21c103:
>>>
>>>    Linux 4.14-rc2 (2017-09-24 16:38:56 -0700)
>>>
>>> are available in the git repository at:
>>>
>>>
>>> git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
>>> tags/keystone_config_4.15
>>>
>>> for you to fetch changes up to fc88a0631ed0f5b1862d42fb8f2455bf3d18744b:
>>>
>>>    ARM: configs: keystone: Enable TIECAP PWM driver (2017-10-09 09:43:32
>>> -0700)
>>
>>
>> Pulled into next/soc. Should this also be enabled in multi_v7_defconfig?
>>
> Sure !!

Can you send a patch for that then? Ideally, you could go through all options
that are enabled in keystone_defconfig but not multi_v7_defconfig and see
if we want to enable them too (as modules if possible). Feel free to just send
a single patch describing what you found rather than a pull request.

      Arnd
Santosh Shilimkar Oct. 30, 2017, 5:37 p.m. UTC | #4
On 10/30/17 10:04 AM, Arnd Bergmann wrote:
> On Mon, Oct 30, 2017 at 4:28 PM, Santosh Shilimkar
> <santosh.shilimkar@oracle.com> wrote:
>> On 10/30/2017 3:01 AM, Arnd Bergmann wrote:
>>>
>>> On Sat, Oct 21, 2017 at 3:22 AM, Santosh Shilimkar
>>> <santosh.shilimkar@oracle.com> wrote:
>>>>
>>>> The following changes since commit
>>>> e19b205be43d11bff638cad4487008c48d21c103:
>>>>
>>>>     Linux 4.14-rc2 (2017-09-24 16:38:56 -0700)
>>>>
>>>> are available in the git repository at:
>>>>
>>>>
>>>> git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
>>>> tags/keystone_config_4.15
>>>>
>>>> for you to fetch changes up to fc88a0631ed0f5b1862d42fb8f2455bf3d18744b:
>>>>
>>>>     ARM: configs: keystone: Enable TIECAP PWM driver (2017-10-09 09:43:32
>>>> -0700)
>>>
>>>
>>> Pulled into next/soc. Should this also be enabled in multi_v7_defconfig?
>>>
>> Sure !!
> 
> Can you send a patch for that then? Ideally, you could go through all options
> that are enabled in keystone_defconfig but not multi_v7_defconfig and see
> if we want to enable them too (as modules if possible). Feel free to just send
> a single patch describing what you found rather than a pull request.
> 
Will do.