linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] synquacer - wire up Atmel SHA204A as RNG in DT and ACPI mode
@ 2019-04-30 16:29 Ard Biesheuvel
  2019-04-30 16:29 ` [PATCH 1/5] i2c: acpi: permit bus speed to be discovered after enumeration Ard Biesheuvel
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Ard Biesheuvel @ 2019-04-30 16:29 UTC (permalink / raw)
  To: linux-crypto
  Cc: linux-arm-kernel, linus.walleij, joakim.bech, Ard Biesheuvel,
	Herbert Xu, Tudor Ambarus

The Socionext SynQuacer based 96boards DeveloperBox platform does not
incorporate a random number generator, but it does have a 96boards low
speed connector which supports extension boards such as the Secure96,
which has a TPM and some crypto accelerators, one of which incorporates
a random number generator.

This series implements support for the RNG part, which is one of several
functions of the Atmel SHA204A I2C crypto accelerator, and wires it up so
both DT and ACPI based boot methods can use the device.

Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: Tudor Ambarus <tudor.ambarus@microchip.com>

Ard Biesheuvel (5):
  i2c: acpi: permit bus speed to be discovered after enumeration
  crypto: atmel-ecc: add support for ACPI probing on non-AT91 platforms
  crypto: atmel-ecc: factor out code that can be shared
  crypto: atmel-i2c: add support for SHA204A random number generator
  dt-bindings: add Atmel SHA204A I2C crypto processor

 Documentation/devicetree/bindings/crypto/atmel-crypto.txt |  13 +
 drivers/crypto/Kconfig                                    |  19 +-
 drivers/crypto/Makefile                                   |   2 +
 drivers/crypto/atmel-ecc.c                                | 403 ++------------------
 drivers/crypto/atmel-ecc.h                                | 116 ------
 drivers/crypto/atmel-i2c.c                                | 364 ++++++++++++++++++
 drivers/crypto/atmel-i2c.h                                | 196 ++++++++++
 drivers/crypto/atmel-sha204a.c                            | 171 +++++++++
 drivers/i2c/i2c-core-acpi.c                               |   6 +-
 9 files changed, 790 insertions(+), 500 deletions(-)
 delete mode 100644 drivers/crypto/atmel-ecc.h
 create mode 100644 drivers/crypto/atmel-i2c.c
 create mode 100644 drivers/crypto/atmel-i2c.h
 create mode 100644 drivers/crypto/atmel-sha204a.c

-- 
2.20.1


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

end of thread, other threads:[~2019-05-24 13:36 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-30 16:29 [PATCH 0/5] synquacer - wire up Atmel SHA204A as RNG in DT and ACPI mode Ard Biesheuvel
2019-04-30 16:29 ` [PATCH 1/5] i2c: acpi: permit bus speed to be discovered after enumeration Ard Biesheuvel
2019-05-02  8:08   ` Mika Westerberg
2019-04-30 16:29 ` [PATCH 2/5] crypto: atmel-ecc: add support for ACPI probing on non-AT91 platforms Ard Biesheuvel
2019-04-30 16:29 ` [PATCH 3/5] crypto: atmel-ecc: factor out code that can be shared Ard Biesheuvel
2019-05-09 20:42   ` Linus Walleij
2019-04-30 16:29 ` [PATCH 4/5] crypto: atmel-i2c: add support for SHA204A random number generator Ard Biesheuvel
2019-05-09 20:44   ` Linus Walleij
2019-04-30 16:29 ` [PATCH 5/5] dt-bindings: add Atmel SHA204A I2C crypto processor Ard Biesheuvel
2019-05-09 20:44   ` Linus Walleij
2019-05-16 16:06   ` Ard Biesheuvel
2019-05-24 13:12   ` Rob Herring
2019-05-24 13:15     ` Ard Biesheuvel
2019-05-24 13:36       ` Rob Herring

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