linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND 0/7] crypto: at91/atmel: add Device Tree support
@ 2013-11-08 15:08 Nicolas Ferre
  2013-11-08 15:08 ` [PATCH RESEND 1/7] ARM: at91/dt/trivial: use macro for AES irq type Nicolas Ferre
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Nicolas Ferre @ 2013-11-08 15:08 UTC (permalink / raw)
  To: linux-arm-kernel

This series adds Device Tree support to the Atmel crypto drivers 
(AES/[T]DES/SHA). The Device Tree entries are very simple and only
declare the reg/irq values and the link to DMA.

Some trivial patches are preceding this move to Device Tree to clean
things up beforehand.

The series has already been sent but a little bit scattered. So I collect
everything, this time.

Nicolas Ferre (7):
  ARM: at91/dt/trivial: use macro for AES irq type
  ARM: at91/dt/trivial: before sama5d3, Atmel MPU were using at91 prefix
  ARM: at91/dt/sama5d3: add DMA information to SHA/AES/TDES nodes
  crypto: atmel-aes - add support for Device Tree
  crypto: atmel-tdes - add support for Device Tree
  crypto: atmel-sha - add support for Device Tree
  crypto: atmel-sha - add sha information to the log

 .../devicetree/bindings/crypto/atmel-crypto.txt    |  68 ++++++++++
 arch/arm/boot/dts/sama5d3.dtsi                     |  16 ++-
 drivers/crypto/atmel-aes.c                         | 143 ++++++++++++++-------
 drivers/crypto/atmel-sha.c                         | 103 +++++++++++----
 drivers/crypto/atmel-tdes.c                        | 143 ++++++++++++++-------
 5 files changed, 346 insertions(+), 127 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/crypto/atmel-crypto.txt

-- 
1.8.2.2

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

end of thread, other threads:[~2013-11-20 11:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-08 15:08 [PATCH RESEND 0/7] crypto: at91/atmel: add Device Tree support Nicolas Ferre
2013-11-08 15:08 ` [PATCH RESEND 1/7] ARM: at91/dt/trivial: use macro for AES irq type Nicolas Ferre
2013-11-08 15:08 ` [PATCH RESEND 2/7] ARM: at91/dt/trivial: before sama5d3, Atmel MPU were using at91 prefix Nicolas Ferre
2013-11-08 15:08 ` [PATCH RESEND 3/7] ARM: at91/dt/sama5d3: add DMA information to SHA/AES/TDES nodes Nicolas Ferre
2013-11-08 15:08 ` [PATCH RESEND 4/7] crypto: atmel-aes - add support for Device Tree Nicolas Ferre
2013-11-08 15:08 ` [PATCH RESEND 5/7] crypto: atmel-tdes " Nicolas Ferre
2013-11-08 15:08 ` [PATCH RESEND 6/7] crypto: atmel-sha " Nicolas Ferre
2013-11-08 15:08 ` [PATCH RESEND 7/7] crypto: atmel-sha - add sha information to the log Nicolas Ferre
2013-11-20 10:43 ` [PATCH RESEND 0/7] crypto: at91/atmel: add Device Tree support Nicolas Ferre
2013-11-20 11:18   ` Herbert Xu

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