public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [GIT PULL 1/2] Keystone SOC driver update for 4.4
@ 2015-10-14 15:37 Santosh Shilimkar
  2015-10-14 15:37 ` [GIT PULL 2/2] ARM Keystone DTS part2 " Santosh Shilimkar
  2015-10-15 20:23 ` [GIT PULL 1/2] Keystone SOC driver update " Arnd Bergmann
  0 siblings, 2 replies; 4+ messages in thread
From: Santosh Shilimkar @ 2015-10-14 15:37 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:

  Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone-driver-soc_v2

for you to fetch changes up to 045016902bf7abeeb2a86fc9284c30dce228f055:

  soc: ti: qmss: make acc queue support optional in the driver (2015-10-13 13:49:04 -0700)

----------------------------------------------------------------
ARM Keystone SOC driver updates for 4.4
	Documentation and support to be able to load the PDSP
	firmware necessary for accumulator operation.

----------------------------------------------------------------
Murali Karicheri (3):
      Documentation: dt: soc: Add description for knav qmss driver
      soc: ti: add firmware file name as part of the driver
      soc: ti: qmss: make acc queue support optional in the driver

 Documentation/arm/keystone/knav-qmss.txt           | 56 ++++++++++++++++++
 .../bindings/soc/ti/keystone-navigator-qmss.txt    |  1 -
 drivers/soc/ti/knav_qmss.h                         |  3 +-
 drivers/soc/ti/knav_qmss_acc.c                     | 10 +++-
 drivers/soc/ti/knav_qmss_queue.c                   | 67 ++++++++++++++--------
 5 files changed, 109 insertions(+), 28 deletions(-)
 create mode 100644 Documentation/arm/keystone/knav-qmss.txt

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

* [GIT PULL 2/2] ARM Keystone DTS part2 for 4.4
  2015-10-14 15:37 [GIT PULL 1/2] Keystone SOC driver update for 4.4 Santosh Shilimkar
@ 2015-10-14 15:37 ` Santosh Shilimkar
  2015-10-15 20:37   ` Arnd Bergmann
  2015-10-15 20:23 ` [GIT PULL 1/2] Keystone SOC driver update " Arnd Bergmann
  1 sibling, 1 reply; 4+ messages in thread
From: Santosh Shilimkar @ 2015-10-14 15:37 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 91dca0f0fe419813b7450b0d092e9e23255db51b:

  ARM: dts: keystone: Update SoC specific compatible flags (2015-10-06 09:51:09 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone-dts-part2

for you to fetch changes up to 9d45708f5adb940432bc99325d67ddc813bc4b22:

  ARM: dts: keystone: enable accumulator channels (2015-10-13 13:42:43 -0700)

----------------------------------------------------------------
ARM Keystone DTS part2 for 4.4
	- Typo fix the soc binding documentation
	- NETCP Accumulator nodes

----------------------------------------------------------------
Murali Karicheri (1):
      ARM: dts: keystone: enable accumulator channels

Nishanth Menon (1):
      Documentation: dt: keystone: Fix up missing quotes

 .../devicetree/bindings/arm/keystone/keystone.txt  |  6 +++---
 arch/arm/boot/dts/k2e-netcp.dtsi                   | 23 +++++++++++++++++++++
 arch/arm/boot/dts/k2hk-netcp.dtsi                  | 24 ++++++++++++++++++++++
 arch/arm/boot/dts/k2l-netcp.dtsi                   | 23 +++++++++++++++++++++
 4 files changed, 73 insertions(+), 3 deletions(-)

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

* [GIT PULL 1/2] Keystone SOC driver update for 4.4
  2015-10-14 15:37 [GIT PULL 1/2] Keystone SOC driver update for 4.4 Santosh Shilimkar
  2015-10-14 15:37 ` [GIT PULL 2/2] ARM Keystone DTS part2 " Santosh Shilimkar
@ 2015-10-15 20:23 ` Arnd Bergmann
  1 sibling, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2015-10-15 20:23 UTC (permalink / raw)
  To: linux-arm-kernel

On Wednesday 14 October 2015 08:37:37 Santosh Shilimkar wrote:
> ARM Keystone SOC driver updates for 4.4
>         Documentation and support to be able to load the PDSP
>         firmware necessary for accumulator operation.
> 

Pulled into next/soc, thanks!

	Arnd

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

* [GIT PULL 2/2] ARM Keystone DTS part2 for 4.4
  2015-10-14 15:37 ` [GIT PULL 2/2] ARM Keystone DTS part2 " Santosh Shilimkar
@ 2015-10-15 20:37   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2015-10-15 20:37 UTC (permalink / raw)
  To: linux-arm-kernel

On Wednesday 14 October 2015 08:37:38 Santosh Shilimkar wrote:
> ----------------------------------------------------------------
> ARM Keystone DTS part2 for 4.4
>         - Typo fix the soc binding documentation
>         - NETCP Accumulator nodes
> 

Pulled into next/dt, thanks!

	Arnd

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

end of thread, other threads:[~2015-10-15 20:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-14 15:37 [GIT PULL 1/2] Keystone SOC driver update for 4.4 Santosh Shilimkar
2015-10-14 15:37 ` [GIT PULL 2/2] ARM Keystone DTS part2 " Santosh Shilimkar
2015-10-15 20:37   ` Arnd Bergmann
2015-10-15 20:23 ` [GIT PULL 1/2] Keystone SOC driver update " Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox