linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tadeusz Struk <tadeusz.struk@intel.com>
To: herbert@gondor.apana.org.au
Cc: tadeusz.struk@intel.com, davem@davemloft.net,
	john.griffin@intel.com, bruce.w.allan@intel.com,
	john.ronciak@intel.com, karen.xiang@intel.com,
	pingchaox.yang@intel.com, bo.cui@intel.com, qat-linux@intel.com,
	linux-crypto@vger.kernel.org
Subject: [RFC][PATCH 8/8 v4] crypto: Update to makefiles
Date: Thu, 05 Jun 2014 13:44:39 -0700	[thread overview]
Message-ID: <20140605204425.1400.28427.stgit@gitlad.jf.intel.com> (raw)
In-Reply-To: <20140605204133.1400.64237.stgit@gitlad.jf.intel.com>

Update to makefiles etc.
Don't update the firmware/Makefile yet since there is no FW binary in
the crypto repo yet. This will be added later.

v3 - removed change to ./firmware/Makefile

Reviewed-by: Bruce W. Allan <bruce.w.allan@intel.com>
Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
---

 Documentation/ioctl/ioctl-number.txt |    1 +
 MAINTAINERS                          |    6 ++++++
 drivers/crypto/Kconfig               |    1 +
 drivers/crypto/Makefile              |    1 +
 4 files changed, 9 insertions(+)

diff --git a/Documentation/ioctl/ioctl-number.txt b/Documentation/ioctl/ioctl-number.txt
index d7e43fa..7e240a7 100644
--- a/Documentation/ioctl/ioctl-number.txt
+++ b/Documentation/ioctl/ioctl-number.txt
@@ -197,6 +197,7 @@ Code  Seq#(hex)	Include File		Comments
 					<mailto:gregkh@linuxfoundation.org>
 'a'	all	linux/atm*.h, linux/sonet.h	ATM on linux
 					<http://lrcwww.epfl.ch/>
+'a'	00-0F	drivers/crypto/qat/qat_common/adf_cfg_common.h	conflict! qat driver
 'b'	00-FF				conflict! bit3 vme host bridge
 					<mailto:natalia@nikhefk.nikhef.nl>
 'c'	all	linux/cm4000_cs.h	conflict!
diff --git a/MAINTAINERS b/MAINTAINERS
index 3467445..624a9cf 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7060,6 +7060,12 @@ M:	Robert Jarzmik <robert.jarzmik@free.fr>
 L:	rtc-linux@googlegroups.com
 S:	Maintained
 
+QAT DRIVER
+M:      Tadeusz Struk <tadeusz.struk@intel.com>
+L:      qat-linux@intel.com
+S:      Supported
+F:      drivers/crypto/qat/
+
 QIB DRIVER
 M:	Mike Marciniszyn <infinipath@intel.com>
 L:	linux-rdma@vger.kernel.org
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig
index f066fa2..1f20814 100644
--- a/drivers/crypto/Kconfig
+++ b/drivers/crypto/Kconfig
@@ -418,4 +418,5 @@ config CRYPTO_DEV_MXS_DCP
 	  To compile this driver as a module, choose M here: the module
 	  will be called mxs-dcp.
 
+source "drivers/crypto/qat/Kconfig"
 endif # CRYPTO_HW
diff --git a/drivers/crypto/Makefile b/drivers/crypto/Makefile
index 482f090..f996ed7 100644
--- a/drivers/crypto/Makefile
+++ b/drivers/crypto/Makefile
@@ -23,3 +23,4 @@ obj-$(CONFIG_CRYPTO_DEV_S5P) += s5p-sss.o
 obj-$(CONFIG_CRYPTO_DEV_SAHARA) += sahara.o
 obj-$(CONFIG_CRYPTO_DEV_TALITOS) += talitos.o
 obj-$(CONFIG_CRYPTO_DEV_UX500) += ux500/
+obj-$(CONFIG_CRYPTO_DEV_QAT) += qat/

  parent reply	other threads:[~2014-06-05 20:45 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-05 20:42 [RFC][PATCH 0/8 v4] crypto: Add support for Intel(R) QuickAssist Tadeusz Struk
2014-06-05 20:42 ` [RFC][PATCH 1/8 v4] crypto: Intel(R) QAT driver framework Tadeusz Struk
2014-06-05 20:42 ` [RFC][PATCH 2/8 v4] crypto: Intel(R) QAT transport code Tadeusz Struk
2014-06-05 20:43 ` [RFC][PATCH 3/8 v4] crypto: Intel(R) QAT FW interface Tadeusz Struk
2014-06-05 20:43 ` [RFC][PATCH 4/8 v4] crypto: Intel(R) QAT crypto interface Tadeusz Struk
2014-06-05 20:43 ` [RFC][PATCH 5/8 v4] crypto: Intel(R) QAT ucode part of fw loader Tadeusz Struk
2014-06-05 20:44 ` [RFC][PATCH 6/8 v4] crypto: Intel(R) QAT accelengine " Tadeusz Struk
2014-06-05 20:44 ` [RFC][PATCH 7/8 v4] crypto: Intel(R) QAT DH895xcc accelerator Tadeusz Struk
2014-06-05 20:44 ` Tadeusz Struk [this message]
2014-06-20 18:42 ` [RFC][PATCH 0/8 v4] crypto: Add support for Intel(R) QuickAssist Herbert Xu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140605204425.1400.28427.stgit@gitlad.jf.intel.com \
    --to=tadeusz.struk@intel.com \
    --cc=bo.cui@intel.com \
    --cc=bruce.w.allan@intel.com \
    --cc=davem@davemloft.net \
    --cc=herbert@gondor.apana.org.au \
    --cc=john.griffin@intel.com \
    --cc=john.ronciak@intel.com \
    --cc=karen.xiang@intel.com \
    --cc=linux-crypto@vger.kernel.org \
    --cc=pingchaox.yang@intel.com \
    --cc=qat-linux@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).