linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/2] Automatically load the vmx_crypto module if supported
@ 2016-07-19  4:03 alastair
  2016-07-19  4:03 ` [PATCH V2 1/2] powerpc: Add module autoloading based on CPU features alastair
  2016-07-19  4:03 ` [PATCH V2 2/2] crypto: vmx - Convert to CPU feature based module autoloading alastair
  0 siblings, 2 replies; 5+ messages in thread
From: alastair @ 2016-07-19  4:03 UTC (permalink / raw)
  To: mpe
  Cc: benh, paulus, herbert, davem, linuxppc-dev, linux-crypto,
	linux-kernel, Alastair D'Silva

From: Alastair D'Silva <alastair@d-silva.org>

This series allows the vmx_crypto module to be detected and automatically
loaded via UDEV if the CPU supports the vector crypto feature.

Alastair D'Silva (2):
  powerpc: Add module autoloading based on CPU features
  crypto: vmx - Convert to CPU feature based module autoloading

 arch/powerpc/Kconfig                  |  1 +
 arch/powerpc/include/asm/cpufeature.h | 70 +++++++++++++++++++++++++++++++++++
 drivers/crypto/vmx/Kconfig            |  2 +-
 drivers/crypto/vmx/vmx.c              |  6 +--
 4 files changed, 74 insertions(+), 5 deletions(-)
 create mode 100644 arch/powerpc/include/asm/cpufeature.h

-- 
2.7.4

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

end of thread, other threads:[~2016-07-22  5:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-19  4:03 [PATCH V2 0/2] Automatically load the vmx_crypto module if supported alastair
2016-07-19  4:03 ` [PATCH V2 1/2] powerpc: Add module autoloading based on CPU features alastair
2016-07-22  5:50   ` [V2,1/2] " Michael Ellerman
2016-07-19  4:03 ` [PATCH V2 2/2] crypto: vmx - Convert to CPU feature based module autoloading alastair
2016-07-22  5:50   ` [V2, " Michael Ellerman

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