linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT_PULL 1/3] ARM: Keystone DTS for 4.11
@ 2017-01-21 23:02 Santosh Shilimkar
  2017-01-21 23:02 ` [GIT_PULL 2/3] ARM: Keystone config " Santosh Shilimkar
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Santosh Shilimkar @ 2017-01-21 23:02 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:

  Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)

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.11

for you to fetch changes up to 0623013ca629d311be2114314ddaf220604493d3:

  ARM: dts: keystone-k2e: Add PSC reset controller node (2017-01-19 09:44:11 -0800)

----------------------------------------------------------------
ARM: Keystone DTS update for 4.11

Brief:
	- MSM RAM node support for the Keystone 2 SOCs.
	- PSC node & reset controller node support for keystone 2 SOCs.
	- da830 UART node support.

----------------------------------------------------------------
David Lechner (1):
      ARM: dts: keystone: Add "ti,da830-uart" compatible string

Murali Karicheri (1):
      ARM: keystone: dts: fix netcp clocks and add names

Suman Anna (12):
      ARM: dts: keystone-k2hk: Add MSM RAM node
      ARM: dts: keystone-k2l: Add MSM RAM node
      ARM: dts: keystone-k2e: Add MSM RAM node
      ARM: dts: keystone-k2g: Add MSM RAM node
      ARM: dts: keystone-k2hk: Reserve MSM RAM for boot monitor
      ARM: dts: keystone-k2l: Reserve MSM RAM for boot monitor
      ARM: dts: keystone-k2e: Reserve MSM RAM for boot monitor
      ARM: dts: keystone-k2g: Reserve MSM RAM for boot monitor
      ARM: dts: keystone: Add PSC node
      ARM: dts: keystone-k2hk: Add PSC reset controller node
      ARM: dts: keystone-k2l: Add PSC reset controller node
      ARM: dts: keystone-k2e: Add PSC reset controller node

 arch/arm/boot/dts/keystone-k2e-netcp.dtsi  |  3 ++-
 arch/arm/boot/dts/keystone-k2e.dtsi        | 25 +++++++++++++++++++++++
 arch/arm/boot/dts/keystone-k2g.dtsi        | 14 ++++++++++++-
 arch/arm/boot/dts/keystone-k2hk-netcp.dtsi |  3 ++-
 arch/arm/boot/dts/keystone-k2hk.dtsi       | 32 ++++++++++++++++++++++++++++++
 arch/arm/boot/dts/keystone-k2l-netcp.dtsi  |  3 ++-
 arch/arm/boot/dts/keystone-k2l.dtsi        | 32 ++++++++++++++++++++++++++++--
 arch/arm/boot/dts/keystone.dtsi            |  9 +++++++--
 8 files changed, 113 insertions(+), 8 deletions(-)

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

* [GIT_PULL 2/3] ARM: Keystone config for 4.11
  2017-01-21 23:02 [GIT_PULL 1/3] ARM: Keystone DTS for 4.11 Santosh Shilimkar
@ 2017-01-21 23:02 ` Santosh Shilimkar
  2017-01-29 22:46   ` Olof Johansson
  2017-01-21 23:02 ` [GIT_PULL 3/3] SOC: Keystone driver SOC " Santosh Shilimkar
  2017-01-29 22:45 ` [GIT_PULL 1/3] ARM: Keystone DTS " Olof Johansson
  2 siblings, 1 reply; 7+ messages in thread
From: Santosh Shilimkar @ 2017-01-21 23:02 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:

  Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone_config_for_4.11

for you to fetch changes up to a2735c3067e7c25c46433c1d73b97d4d4e512de8:

  ARM: Keystone: Enable ARCH_HAS_RESET_CONTROLLER (2017-01-19 09:36:08 -0800)

----------------------------------------------------------------
ARM: Keystone config support for 4.11

	- Enable Reset controller and on chip MSM RAM support.

----------------------------------------------------------------
Suman Anna (2):
      ARM: configs: keystone: Enable Generic on-chip SRAM driver
      ARM: Keystone: Enable ARCH_HAS_RESET_CONTROLLER

 arch/arm/configs/keystone_defconfig | 1 +
 arch/arm/mach-keystone/Kconfig      | 1 +
 2 files changed, 2 insertions(+)

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

* [GIT_PULL 3/3] SOC: Keystone driver SOC for 4.11
  2017-01-21 23:02 [GIT_PULL 1/3] ARM: Keystone DTS for 4.11 Santosh Shilimkar
  2017-01-21 23:02 ` [GIT_PULL 2/3] ARM: Keystone config " Santosh Shilimkar
@ 2017-01-21 23:02 ` Santosh Shilimkar
  2017-01-29 22:47   ` Olof Johansson
  2017-01-29 22:45 ` [GIT_PULL 1/3] ARM: Keystone DTS " Olof Johansson
  2 siblings, 1 reply; 7+ messages in thread
From: Santosh Shilimkar @ 2017-01-21 23:02 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:

  Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone_soc_for_4.11

for you to fetch changes up to 6e03f653e318ac8d248a945082174b39733489f5:

  soc: ti: knav: cleanup includes and sort header files (2017-01-06 11:05:45 -0800)

----------------------------------------------------------------
Couple of minor cleanups for Navigator drivers for 4.11

----------------------------------------------------------------
Murali Karicheri (2):
      soc: ti: knav_dma: fix typos in trace message
      soc: ti: knav: cleanup includes and sort header files

 drivers/soc/ti/knav_dma.c        |  4 ++--
 drivers/soc/ti/knav_qmss_acc.c   | 15 +++------------
 drivers/soc/ti/knav_qmss_queue.c | 25 ++++++++-----------------
 3 files changed, 13 insertions(+), 31 deletions(-)

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

* [GIT_PULL 1/3] ARM: Keystone DTS for 4.11
  2017-01-21 23:02 [GIT_PULL 1/3] ARM: Keystone DTS for 4.11 Santosh Shilimkar
  2017-01-21 23:02 ` [GIT_PULL 2/3] ARM: Keystone config " Santosh Shilimkar
  2017-01-21 23:02 ` [GIT_PULL 3/3] SOC: Keystone driver SOC " Santosh Shilimkar
@ 2017-01-29 22:45 ` Olof Johansson
  2 siblings, 0 replies; 7+ messages in thread
From: Olof Johansson @ 2017-01-29 22:45 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Jan 21, 2017 at 03:02:36PM -0800, Santosh Shilimkar wrote:
> The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:
> 
>   Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)
> 
> 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.11
> 
> for you to fetch changes up to 0623013ca629d311be2114314ddaf220604493d3:
> 
>   ARM: dts: keystone-k2e: Add PSC reset controller node (2017-01-19 09:44:11 -0800)
> 
> ----------------------------------------------------------------
> ARM: Keystone DTS update for 4.11
> 
> Brief:
> 	- MSM RAM node support for the Keystone 2 SOCs.
> 	- PSC node & reset controller node support for keystone 2 SOCs.
> 	- da830 UART node support.

Merged, thanks.


-Olof

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

* [GIT_PULL 2/3] ARM: Keystone config for 4.11
  2017-01-21 23:02 ` [GIT_PULL 2/3] ARM: Keystone config " Santosh Shilimkar
@ 2017-01-29 22:46   ` Olof Johansson
  0 siblings, 0 replies; 7+ messages in thread
From: Olof Johansson @ 2017-01-29 22:46 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Jan 21, 2017 at 03:02:37PM -0800, Santosh Shilimkar wrote:
> The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:
> 
>   Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone_config_for_4.11
> 
> for you to fetch changes up to a2735c3067e7c25c46433c1d73b97d4d4e512de8:
> 
>   ARM: Keystone: Enable ARCH_HAS_RESET_CONTROLLER (2017-01-19 09:36:08 -0800)
> 
> ----------------------------------------------------------------
> ARM: Keystone config support for 4.11
> 
> 	- Enable Reset controller and on chip MSM RAM support.
> 
> ----------------------------------------------------------------
> Suman Anna (2):
>       ARM: configs: keystone: Enable Generic on-chip SRAM driver
>       ARM: Keystone: Enable ARCH_HAS_RESET_CONTROLLER

If you had other bpatches for arch/arm/mach-*, I'd group the latter into the
same branch as that. Anyway, not a huge deal on just an off patch like this.

Merged into next/defconfig.


-Olof

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

* [GIT_PULL 3/3] SOC: Keystone driver SOC for 4.11
  2017-01-21 23:02 ` [GIT_PULL 3/3] SOC: Keystone driver SOC " Santosh Shilimkar
@ 2017-01-29 22:47   ` Olof Johansson
  2017-01-31  1:20     ` Santosh Shilimkar
  0 siblings, 1 reply; 7+ messages in thread
From: Olof Johansson @ 2017-01-29 22:47 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Jan 21, 2017 at 03:02:38PM -0800, Santosh Shilimkar wrote:
> The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:
> 
>   Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone_soc_for_4.11
> 
> for you to fetch changes up to 6e03f653e318ac8d248a945082174b39733489f5:
> 
>   soc: ti: knav: cleanup includes and sort header files (2017-01-06 11:05:45 -0800)
> 
> ----------------------------------------------------------------
> Couple of minor cleanups for Navigator drivers for 4.11
> 
> ----------------------------------------------------------------
> Murali Karicheri (2):
>       soc: ti: knav_dma: fix typos in trace message
>       soc: ti: knav: cleanup includes and sort header files
> 
>  drivers/soc/ti/knav_dma.c        |  4 ++--
>  drivers/soc/ti/knav_qmss_acc.c   | 15 +++------------
>  drivers/soc/ti/knav_qmss_queue.c | 25 ++++++++-----------------
>  3 files changed, 13 insertions(+), 31 deletions(-)

Merged, thanks.


-Olof

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

* [GIT_PULL 3/3] SOC: Keystone driver SOC for 4.11
  2017-01-29 22:47   ` Olof Johansson
@ 2017-01-31  1:20     ` Santosh Shilimkar
  0 siblings, 0 replies; 7+ messages in thread
From: Santosh Shilimkar @ 2017-01-31  1:20 UTC (permalink / raw)
  To: linux-arm-kernel

On 1/29/2017 2:47 PM, Olof Johansson wrote:
> On Sat, Jan 21, 2017 at 03:02:38PM -0800, Santosh Shilimkar wrote:
>> The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:
>>
>>   Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)
>>
>> are available in the git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone_soc_for_4.11

[...]

>
> Merged, thanks.
>
Thanks Olof !!

Regards,
Santosh

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

end of thread, other threads:[~2017-01-31  1:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-21 23:02 [GIT_PULL 1/3] ARM: Keystone DTS for 4.11 Santosh Shilimkar
2017-01-21 23:02 ` [GIT_PULL 2/3] ARM: Keystone config " Santosh Shilimkar
2017-01-29 22:46   ` Olof Johansson
2017-01-21 23:02 ` [GIT_PULL 3/3] SOC: Keystone driver SOC " Santosh Shilimkar
2017-01-29 22:47   ` Olof Johansson
2017-01-31  1:20     ` Santosh Shilimkar
2017-01-29 22:45 ` [GIT_PULL 1/3] ARM: Keystone DTS " Olof Johansson

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 NNTP newsgroup(s).