lkml.org 
[lkml]   [2015]   [Jul]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/8] remove 'platform' shared NX driver
Date
The shared 'platform' driver module isn't needed, the platform drivers
can directly register with crypto instead. It only adds unneeded
complexity and problems.

The first 4 patches are minor updates/bugfixes to the pSeries driver.

The 5th patch is a minor update to the NX crypto driver.

The last 3 patches merge the crypto and common code driver, and move
the crypto compression driver registration into the platform (pSeries
and PowerNV) drivers. Both platform drivers use the same alg name and
driver name when registering, but since only one (at most) will register
on a system, depending on the platform, their registration will not
conflict.

Dan Streetman (8):
crypto: nx - remove __init/__exit from VIO functions
crypto: nx - remove pSeries NX 'status' field
crypto: nx - move kzalloc() out of spinlock
crypto: nx - don't register pSeries driver if ENODEV
crypto: nx - use common code for both NX decompress success cases
crypto: nx - merge nx-compress and nx-compress-crypto
crypto: nx - rename nx-842-crypto.c to nx-842.c
crypto: nx - make platform drivers directly register with crypto

drivers/crypto/nx/Kconfig | 17 +-
drivers/crypto/nx/Makefile | 8 +-
drivers/crypto/nx/nx-842-crypto.c | 602 ------------------------------------
drivers/crypto/nx/nx-842-platform.c | 84 -----
drivers/crypto/nx/nx-842-powernv.c | 29 +-
drivers/crypto/nx/nx-842-pseries.c | 126 ++++----
drivers/crypto/nx/nx-842.c | 554 +++++++++++++++++++++++++++++----
drivers/crypto/nx/nx-842.h | 65 +++-
8 files changed, 638 insertions(+), 847 deletions(-)
delete mode 100644 drivers/crypto/nx/nx-842-crypto.c
delete mode 100644 drivers/crypto/nx/nx-842-platform.c

--
2.1.0



\
 
 \ /
  Last update: 2015-07-22 20:41    [W:0.046 / U:0.044 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site