Linux cryptographic layer development
 help / color / mirror / Atom feed
* [PATCH 0/3] crypto: marvell - Remove the old CESA driver
@ 2017-10-11 13:16 Boris Brezillon
  2017-10-11 13:16 ` [PATCH 1/3] crypto: marvell - Add a platform_device_id table Boris Brezillon
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Boris Brezillon @ 2017-10-11 13:16 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson, Kevin Hilman, linux-arm-kernel,
	Herbert Xu, David S. Miller, linux-crypto
  Cc: Russell King, Arnaud Ebalard, Thomas Petazzoni, Gregory CLEMENT,
	Jason Cooper, Sebastian Hesselbarth, Andrew Lunn, Boris Brezillon

Hello,

It's been several releases since we added a new driver to support the
CESA IP (the new driver was introduced in 4.2). It seems most major
bugs have been discovered and fixed and now is probably a good time to
kill the old driver and force remaining users to switch to the new one.

This series first add a platform_device_id table to the marvell CESA
driver so that it can work on non-DT platforms. Then we patch all
defconfigs to select the new driver instead of the old. And finally we
remove the old driver.
These patches have to be applied in this order to make things
bisectable, so, if this series is accepted it will have to go through
a single tree (either ARM or crypto).

Regards,

Boris

Boris Brezillon (3):
  crypto: marvell - Add a platform_device_id table
  ARM: configs: Stop selecting the old CESA driver
  crypto: marvell - Remove the old mv_cesa driver

 arch/arm/configs/dove_defconfig     |    2 +-
 arch/arm/configs/multi_v5_defconfig |    2 +-
 arch/arm/configs/orion5x_defconfig  |    2 +-
 drivers/crypto/Kconfig              |   22 +-
 drivers/crypto/Makefile             |    1 -
 drivers/crypto/marvell/cesa.c       |   13 +-
 drivers/crypto/mv_cesa.c            | 1216 -----------------------------------
 drivers/crypto/mv_cesa.h            |  150 -----
 8 files changed, 12 insertions(+), 1396 deletions(-)
 delete mode 100644 drivers/crypto/mv_cesa.c
 delete mode 100644 drivers/crypto/mv_cesa.h

-- 
2.11.0

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

end of thread, other threads:[~2017-11-03 14:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-11 13:16 [PATCH 0/3] crypto: marvell - Remove the old CESA driver Boris Brezillon
2017-10-11 13:16 ` [PATCH 1/3] crypto: marvell - Add a platform_device_id table Boris Brezillon
2017-10-11 13:16 ` [PATCH 2/3] ARM: configs: Stop selecting the old CESA driver Boris Brezillon
2017-10-11 13:16 ` [PATCH 3/3] crypto: marvell - Remove the old mv_cesa driver Boris Brezillon
2017-10-11 13:56 ` [PATCH 0/3] crypto: marvell - Remove the old CESA driver Jason Cooper
2017-10-12 14:25 ` Gregory CLEMENT
2017-11-03 14:22 ` Herbert Xu

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