All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/3] ARM: Keystone DTS update for 4.15
@ 2017-10-21  1:22 Santosh Shilimkar
  2017-10-21  1:22 ` [GIT PULL 2/3] ARM: Keystone config " Santosh Shilimkar
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Santosh Shilimkar @ 2017-10-21  1:22 UTC (permalink / raw)
  To: linux-arm-kernel

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_dts_for_4.15

for you to fetch changes up to 1efed4072c5992ede080987e6d83dfead6af126a:

  ARM: dts: keystone-k2g-evm: add bindings for SPI NOR flash (2017-10-10 09:42:56 -0700)

----------------------------------------------------------------
ARM: Keystone DTS update for 4.15

- McASP support for K2G EVM
- I2C support for K2G EVM
- USB support for K2G EVM
- SPI & SPI NOR flash support for K2G EVM
- ECAP PWM support for K2G EVM

----------------------------------------------------------------
Murali Karicheri (2):
      ARM: dts: keystone-k2g-evm: Add I2C EEPROM DT entry
      ARM: dts: keystone-k2g-evm: add bindings for SPI NOR flash

Peter Ujfalusi (1):
      ARM: dts: keystone-k2g: Add McASP nodes

Roger Quadros (1):
      ARM: dts: k2g-evm: Enable USB 0 and 1

Vignesh R (2):
      ARM: dts: keystone-k2g: Add ECAP PWM DT nodes
      ARM: dts: keystone-k2g-evm: Enable PWM ECAP0

Vitaly Andrianov (3):
      ARM: dts: keystone-k2g: Add I2C nodes
      ARM: dts: k2g: Add USB instances
      ARM: dts: keystone-k2g: Add SPI nodes

 arch/arm/boot/dts/keystone-k2g-evm.dts |  93 +++++++++++++++
 arch/arm/boot/dts/keystone-k2g.dtsi    | 208 +++++++++++++++++++++++++++++++++
 2 files changed, 301 insertions(+)

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

* [GIT PULL 2/3] ARM: Keystone config update for 4.15
  2017-10-21  1:22 [GIT PULL 1/3] ARM: Keystone DTS update for 4.15 Santosh Shilimkar
@ 2017-10-21  1:22 ` Santosh Shilimkar
  2017-10-30 10:01   ` Arnd Bergmann
  2017-10-21  1:22 ` [GIT PULL 3/3] Keystone SOC " Santosh Shilimkar
  2017-10-30 12:18 ` [GIT PULL 1/3] ARM: Keystone DTS " Arnd Bergmann
  2 siblings, 1 reply; 11+ messages in thread
From: Santosh Shilimkar @ 2017-10-21  1:22 UTC (permalink / raw)
  To: linux-arm-kernel

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(+)

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

* [GIT PULL 3/3] Keystone SOC update for 4.15
  2017-10-21  1:22 [GIT PULL 1/3] ARM: Keystone DTS update for 4.15 Santosh Shilimkar
  2017-10-21  1:22 ` [GIT PULL 2/3] ARM: Keystone config " Santosh Shilimkar
@ 2017-10-21  1:22 ` Santosh Shilimkar
  2017-11-02 15:24   ` Arnd Bergmann
  2017-10-30 12:18 ` [GIT PULL 1/3] ARM: Keystone DTS " Arnd Bergmann
  2 siblings, 1 reply; 11+ messages in thread
From: Santosh Shilimkar @ 2017-10-21  1:22 UTC (permalink / raw)
  To: linux-arm-kernel

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_soc_drivers_4.15

for you to fetch changes up to 595f3a9de5815d38198136491fa50a8ee1700b7d:

  ti_sci: Use %pS printk format for direct addresses (2017-10-09 09:54:14 -0700)

----------------------------------------------------------------
Keystone SOC for 4.15

----------------------------------------------------------------
Helge Deller (1):
      ti_sci: Use %pS printk format for direct addresses

 drivers/firmware/ti_sci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

* [GIT PULL 2/3] ARM: Keystone config update for 4.15
  2017-10-21  1:22 ` [GIT PULL 2/3] ARM: Keystone config " Santosh Shilimkar
@ 2017-10-30 10:01   ` Arnd Bergmann
  2017-10-30 15:28     ` Santosh Shilimkar
  0 siblings, 1 reply; 11+ messages in thread
From: Arnd Bergmann @ 2017-10-30 10:01 UTC (permalink / raw)
  To: linux-arm-kernel

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

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

* [GIT PULL 1/3] ARM: Keystone DTS update for 4.15
  2017-10-21  1:22 [GIT PULL 1/3] ARM: Keystone DTS update for 4.15 Santosh Shilimkar
  2017-10-21  1:22 ` [GIT PULL 2/3] ARM: Keystone config " Santosh Shilimkar
  2017-10-21  1:22 ` [GIT PULL 3/3] Keystone SOC " Santosh Shilimkar
@ 2017-10-30 12:18 ` Arnd Bergmann
  2017-10-30 15:29   ` Santosh Shilimkar
  2 siblings, 1 reply; 11+ messages in thread
From: Arnd Bergmann @ 2017-10-30 12:18 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Oct 21, 2017 at 3:22 AM, Santosh Shilimkar
<santosh.shilimkar@oracle.com> wrote:
> ----------------------------------------------------------------
> ARM: Keystone DTS update for 4.15
>
> - McASP support for K2G EVM
> - I2C support for K2G EVM
> - USB support for K2G EVM
> - SPI & SPI NOR flash support for K2G EVM
> - ECAP PWM support for K2G EVM

Pulled into next/dt, I had a small conflict against Rob's 'drop
leading zeroes in
node unit-addresses' patch, and noticed that the new McASP nodes introduced
additional leading zeroes. I've removed those in the merge.

       Arnd

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

* [GIT PULL 2/3] ARM: Keystone config update for 4.15
  2017-10-30 10:01   ` Arnd Bergmann
@ 2017-10-30 15:28     ` Santosh Shilimkar
  2017-10-30 17:04       ` Arnd Bergmann
  0 siblings, 1 reply; 11+ messages in thread
From: Santosh Shilimkar @ 2017-10-30 15:28 UTC (permalink / raw)
  To: linux-arm-kernel

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 !!

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

* [GIT PULL 1/3] ARM: Keystone DTS update for 4.15
  2017-10-30 12:18 ` [GIT PULL 1/3] ARM: Keystone DTS " Arnd Bergmann
@ 2017-10-30 15:29   ` Santosh Shilimkar
  0 siblings, 0 replies; 11+ messages in thread
From: Santosh Shilimkar @ 2017-10-30 15:29 UTC (permalink / raw)
  To: linux-arm-kernel

On 10/30/2017 5:18 AM, Arnd Bergmann wrote:
> On Sat, Oct 21, 2017 at 3:22 AM, Santosh Shilimkar
> <santosh.shilimkar@oracle.com> wrote:
>> ----------------------------------------------------------------
>> ARM: Keystone DTS update for 4.15
>>
>> - McASP support for K2G EVM
>> - I2C support for K2G EVM
>> - USB support for K2G EVM
>> - SPI & SPI NOR flash support for K2G EVM
>> - ECAP PWM support for K2G EVM
> 
> Pulled into next/dt, I had a small conflict against Rob's 'drop
> leading zeroes in
> node unit-addresses' patch, and noticed that the new McASP nodes introduced
> additional leading zeroes. I've removed those in the merge.
> 
Thanks Arnd !!

Regards,
Santosh

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

* [GIT PULL 2/3] ARM: Keystone config update for 4.15
  2017-10-30 15:28     ` Santosh Shilimkar
@ 2017-10-30 17:04       ` Arnd Bergmann
  2017-10-30 17:37         ` santosh.shilimkar at oracle.com
  0 siblings, 1 reply; 11+ messages in thread
From: Arnd Bergmann @ 2017-10-30 17:04 UTC (permalink / raw)
  To: linux-arm-kernel

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

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

* [GIT PULL 2/3] ARM: Keystone config update for 4.15
  2017-10-30 17:04       ` Arnd Bergmann
@ 2017-10-30 17:37         ` santosh.shilimkar at oracle.com
  0 siblings, 0 replies; 11+ messages in thread
From: santosh.shilimkar at oracle.com @ 2017-10-30 17:37 UTC (permalink / raw)
  To: linux-arm-kernel

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.

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

* [GIT PULL 3/3] Keystone SOC update for 4.15
  2017-10-21  1:22 ` [GIT PULL 3/3] Keystone SOC " Santosh Shilimkar
@ 2017-11-02 15:24   ` Arnd Bergmann
  2017-11-02 15:56     ` Santosh Shilimkar
  0 siblings, 1 reply; 11+ messages in thread
From: Arnd Bergmann @ 2017-11-02 15:24 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Oct 21, 2017 at 3:22 AM, Santosh Shilimkar
<santosh.shilimkar@oracle.com> wrote:
> Keystone SOC for 4.15
>

I would prefer a real changelog text, even for a simple bugfix, e.g. you could
say "Just one simple bugfix" ;-)

Pulled into next/drivers, thanks!

      Arnd

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

* [GIT PULL 3/3] Keystone SOC update for 4.15
  2017-11-02 15:24   ` Arnd Bergmann
@ 2017-11-02 15:56     ` Santosh Shilimkar
  0 siblings, 0 replies; 11+ messages in thread
From: Santosh Shilimkar @ 2017-11-02 15:56 UTC (permalink / raw)
  To: linux-arm-kernel

On 11/2/2017 8:24 AM, Arnd Bergmann wrote:
> On Sat, Oct 21, 2017 at 3:22 AM, Santosh Shilimkar
> <santosh.shilimkar@oracle.com> wrote:
>> Keystone SOC for 4.15
>>
> 
> I would prefer a real changelog text, even for a simple bugfix, e.g. you could
> say "Just one simple bugfix" ;-)
>
:-) Will do in future

> Pulled into next/drivers, thanks!
> 
Thanks !!

Regards,
Santosh

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

end of thread, other threads:[~2017-11-02 15:56 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-21  1:22 [GIT PULL 1/3] ARM: Keystone DTS update for 4.15 Santosh Shilimkar
2017-10-21  1:22 ` [GIT PULL 2/3] ARM: Keystone config " Santosh Shilimkar
2017-10-30 10:01   ` Arnd Bergmann
2017-10-30 15:28     ` Santosh Shilimkar
2017-10-30 17:04       ` Arnd Bergmann
2017-10-30 17:37         ` santosh.shilimkar at oracle.com
2017-10-21  1:22 ` [GIT PULL 3/3] Keystone SOC " Santosh Shilimkar
2017-11-02 15:24   ` Arnd Bergmann
2017-11-02 15:56     ` Santosh Shilimkar
2017-10-30 12:18 ` [GIT PULL 1/3] ARM: Keystone DTS " Arnd Bergmann
2017-10-30 15:29   ` Santosh Shilimkar

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.