linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/2] ARM: dts: Keystone DTS for 4.9
@ 2016-08-31 23:05 Santosh Shilimkar
  2016-08-31 23:05 ` [GIT PULL 2/2] ARM: config: Keystone config update " Santosh Shilimkar
  2016-09-13 14:27 ` [GIT PULL 1/2] ARM: dts: Keystone DTS " Arnd Bergmann
  0 siblings, 2 replies; 4+ messages in thread
From: Santosh Shilimkar @ 2016-08-31 23:05 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:

  Linux 4.8-rc1 (2016-08-07 18:18:00 -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.9

for you to fetch changes up to 11b897a2f7c6d6be93f9f6754438f96eed9236df:

  ARM: dts: keystone-k2g: Add Message Manager node (2016-08-31 16:32:16 -0400)

----------------------------------------------------------------
ARM: dts: Keystone DTS for 4.9

Add K2G nodes for GPIO, IRQ and Message Manager

----------------------------------------------------------------
Andrew F. Davis (3):
      ARM: dts: keystone-k2g: Add device state controller node
      ARM: dts: keystone-k2g: Add keystone IRQ controller node
      ARM: dts: keystone-k2g: Add DSP GPIO controller node

Grygorii Strashko (1):
      ARM: dts: keystone: specify usb mode explicitly

Nishanth Menon (1):
      ARM: dts: keystone-k2g: Add Message Manager node

 arch/arm/boot/dts/keystone-k2e-evm.dts  | 12 ++++++++++--
 arch/arm/boot/dts/keystone-k2e.dtsi     |  4 ++--
 arch/arm/boot/dts/keystone-k2g.dtsi     | 32 ++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/keystone-k2hk-evm.dts |  6 +++++-
 arch/arm/boot/dts/keystone-k2l-evm.dts  |  6 +++++-
 arch/arm/boot/dts/keystone.dtsi         |  4 ++--
 6 files changed, 56 insertions(+), 8 deletions(-)

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

* [GIT PULL 2/2] ARM: config: Keystone config update for 4.9
  2016-08-31 23:05 [GIT PULL 1/2] ARM: dts: Keystone DTS for 4.9 Santosh Shilimkar
@ 2016-08-31 23:05 ` Santosh Shilimkar
  2016-09-14 21:56   ` Arnd Bergmann
  2016-09-13 14:27 ` [GIT PULL 1/2] ARM: dts: Keystone DTS " Arnd Bergmann
  1 sibling, 1 reply; 4+ messages in thread
From: Santosh Shilimkar @ 2016-08-31 23:05 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:

  Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)

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

for you to fetch changes up to 81b1f69e0185b1e9053ae5ce3948967ccaa29bba:

  ARM: keystone: defconfig: Fix USB configuration (2016-08-31 16:10:50 -0400)

----------------------------------------------------------------
ARM: config: Add CONFIG_NOP_USB_XCEIV

Keystone usb phy needs CONFIG_NOP_USB_XCEIV to be enabled.

----------------------------------------------------------------
Roger Quadros (1):
      ARM: keystone: defconfig: Fix USB configuration

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

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

* [GIT PULL 1/2] ARM: dts: Keystone DTS for 4.9
  2016-08-31 23:05 [GIT PULL 1/2] ARM: dts: Keystone DTS for 4.9 Santosh Shilimkar
  2016-08-31 23:05 ` [GIT PULL 2/2] ARM: config: Keystone config update " Santosh Shilimkar
@ 2016-09-13 14:27 ` Arnd Bergmann
  1 sibling, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2016-09-13 14:27 UTC (permalink / raw)
  To: linux-arm-kernel

On Wednesday, August 31, 2016 7:05:09 PM CEST Santosh Shilimkar wrote:
> ARM: dts: Keystone DTS for 4.9
> 
> Add K2G nodes for GPIO, IRQ and Message Manager
> 

Pulled into next/dt, thanks!

	Arnd

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

* [GIT PULL 2/2] ARM: config: Keystone config update for 4.9
  2016-08-31 23:05 ` [GIT PULL 2/2] ARM: config: Keystone config update " Santosh Shilimkar
@ 2016-09-14 21:56   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2016-09-14 21:56 UTC (permalink / raw)
  To: linux-arm-kernel

On Wednesday, August 31, 2016 7:05:10 PM CEST Santosh Shilimkar wrote:
> ARM: config: Add CONFIG_NOP_USB_XCEIV
> 
> Keystone usb phy needs CONFIG_NOP_USB_XCEIV to be enabled.
> 

Pulled into next/defconfig, thanks!

	Arnd

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

end of thread, other threads:[~2016-09-14 21:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-31 23:05 [GIT PULL 1/2] ARM: dts: Keystone DTS for 4.9 Santosh Shilimkar
2016-08-31 23:05 ` [GIT PULL 2/2] ARM: config: Keystone config update " Santosh Shilimkar
2016-09-14 21:56   ` Arnd Bergmann
2016-09-13 14:27 ` [GIT PULL 1/2] ARM: dts: Keystone DTS " Arnd Bergmann

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