linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] ARM: marvell/dt: add crypto nodes in existing DTs
@ 2015-08-18  8:08 Boris Brezillon
  2015-08-18  8:08 ` [PATCH 01/10] ARM: marvell/dt: add crypto related nodes to armada-xp.dtsi Boris Brezillon
                   ` (11 more replies)
  0 siblings, 12 replies; 15+ messages in thread
From: Boris Brezillon @ 2015-08-18  8:08 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

This series declares and enables the crypto engine on the armada, orion,
kirkwood and dove SoCs.

Best Regards,

Boris


Arnaud Ebalard (1):
  ARM: marvell/dt: add crypto related nodes to armada 370 dtsi

Boris Brezillon (9):
  ARM: marvell/dt: add crypto related nodes to armada-xp.dtsi
  ARM: marvell/dt: define crypto SRAM ranges for all armada-xp boards
  ARM: marvell/dt: define crypto SRAM ranges for all armada-370 boards
  ARM: marvell/dt: add crypto related nodes to armada 375 dtsi
  ARM: marvell/dt: define crypto SRAM ranges in armada-375-db.dts
  ARM: marvell/dt: add crypto related nodes to armada 38x dtsi
  ARM: marvell/dt: define crypto SRAM ranges for all armada-38x boards
  ARM: marvell: use new bindings for existing crypto devices
  ARM: marvell: modify Orion and Kirkwoord crypto compatible strings

 arch/arm/boot/dts/armada-370-db.dts              |  3 ++-
 arch/arm/boot/dts/armada-370-dlink-dns327l.dts   |  3 ++-
 arch/arm/boot/dts/armada-370-mirabox.dts         |  7 ++++-
 arch/arm/boot/dts/armada-370-netgear-rn102.dts   |  3 ++-
 arch/arm/boot/dts/armada-370-netgear-rn104.dts   |  3 ++-
 arch/arm/boot/dts/armada-370-rd.dts              |  3 ++-
 arch/arm/boot/dts/armada-370-synology-ds213j.dts |  3 ++-
 arch/arm/boot/dts/armada-370.dtsi                | 25 ++++++++++++++++++
 arch/arm/boot/dts/armada-375-db.dts              |  4 ++-
 arch/arm/boot/dts/armada-375.dtsi                | 33 ++++++++++++++++++++++++
 arch/arm/boot/dts/armada-385-db-ap.dts           |  4 ++-
 arch/arm/boot/dts/armada-385-linksys.dtsi        |  4 ++-
 arch/arm/boot/dts/armada-388-db.dts              |  4 ++-
 arch/arm/boot/dts/armada-388-gp.dts              |  4 ++-
 arch/arm/boot/dts/armada-388-rd.dts              |  4 ++-
 arch/arm/boot/dts/armada-38x.dtsi                | 33 ++++++++++++++++++++++++
 arch/arm/boot/dts/armada-xp-axpwifiap.dts        |  4 ++-
 arch/arm/boot/dts/armada-xp-db.dts               |  4 ++-
 arch/arm/boot/dts/armada-xp-gp.dts               |  4 ++-
 arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts  |  4 ++-
 arch/arm/boot/dts/armada-xp-linksys-mamba.dts    |  4 ++-
 arch/arm/boot/dts/armada-xp-matrix.dts           |  4 ++-
 arch/arm/boot/dts/armada-xp-netgear-rn2120.dts   |  4 ++-
 arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts |  4 ++-
 arch/arm/boot/dts/armada-xp-synology-ds414.dts   |  4 ++-
 arch/arm/boot/dts/armada-xp.dtsi                 | 30 +++++++++++++++++++++
 arch/arm/boot/dts/dove.dtsi                      | 17 +++++++++---
 arch/arm/boot/dts/kirkwood.dtsi                  | 29 ++++++++++++++-------
 arch/arm/boot/dts/orion5x.dtsi                   | 22 +++++++++++-----
 29 files changed, 231 insertions(+), 43 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2015-09-29 15:34 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-18  8:08 [PATCH 00/10] ARM: marvell/dt: add crypto nodes in existing DTs Boris Brezillon
2015-08-18  8:08 ` [PATCH 01/10] ARM: marvell/dt: add crypto related nodes to armada-xp.dtsi Boris Brezillon
2015-08-18  8:08 ` [PATCH 02/10] ARM: marvell/dt: define crypto SRAM ranges for all armada-xp boards Boris Brezillon
2015-08-18  8:08 ` [PATCH 03/10] ARM: marvell/dt: add crypto related nodes to armada 370 dtsi Boris Brezillon
2015-08-27 15:28   ` Gregory CLEMENT
2015-08-27 15:51     ` Boris Brezillon
2015-08-18  8:08 ` [PATCH 04/10] ARM: marvell/dt: define crypto SRAM ranges for all armada-370 boards Boris Brezillon
2015-08-18  8:08 ` [PATCH 05/10] ARM: marvell/dt: add crypto related nodes to armada 375 dtsi Boris Brezillon
2015-08-18  8:08 ` [PATCH 06/10] ARM: marvell/dt: define crypto SRAM ranges in armada-375-db.dts Boris Brezillon
2015-08-18  8:08 ` [PATCH 07/10] ARM: marvell/dt: add crypto related nodes to armada 38x dtsi Boris Brezillon
2015-08-18  8:08 ` [PATCH 08/10] ARM: marvell/dt: define crypto SRAM ranges for all armada-38x boards Boris Brezillon
2015-08-18  8:09 ` [PATCH 09/10] ARM: marvell: use new bindings for existing crypto devices Boris Brezillon
2015-08-18  8:09 ` [PATCH 10/10] ARM: marvell: modify Orion and Kirkwoord crypto compatible strings Boris Brezillon
2015-09-22  9:20 ` [PATCH v2 03/10] ARM: marvell/dt: add crypto related nodes to armada 370 dtsi Boris Brezillon
2015-09-29 15:34 ` [PATCH 00/10] ARM: marvell/dt: add crypto nodes in existing DTs Gregory CLEMENT

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