linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] crypto: qat: Checkpatch and other cleanups plus SKU1
@ 2014-07-25 22:55 Tadeusz Struk
  2014-07-25 22:55 ` [PATCH 01/10] crypto: qat: Cleanup - remove unnecessary return codes Tadeusz Struk
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Tadeusz Struk @ 2014-07-25 22:55 UTC (permalink / raw)
  To: herbert
  Cc: tadeusz.struk, davem, bruce.w.allan, bo.cui, pingchao.yang,
	qat-linux, linux-crypto

issue.

Hi,
Minor cleanups for the qat driver.
The last patch fixes SKU1 device startup issue.
Rest of the patches clean up new checkpatch issues plus some minor
and cosmetic updates.
---

Tadeusz Struk (10):
      crypto: qat: Fixed SKU1 dev issue
      crypto: qat: Cleanup - Use hweight for bit counting
      crypto: qat: Cleanup - Updated print outputs
      crypto: qat: Cleanup - change ae_num to ae_id
      crypto: qat: Cleanup - change slice->regions to slice->region
      crypto: qat: Cleanup - use min_t macro
      crypto: qat: Cleanup - remove unnecessary parentheses
      crypto: qat: Cleanup - remove unneeded header
      crypto: qat: Cleanup - checkpatch blank lines
      crypto: qat: Cleanup - remove unnecessary return codes


 drivers/crypto/qat/qat_common/adf_accel_engine.c   |    4 
 drivers/crypto/qat/qat_common/adf_cfg.c            |    1 
 drivers/crypto/qat/qat_common/adf_init.c           |    2 
 .../crypto/qat/qat_common/adf_transport_internal.h |    3 
 drivers/crypto/qat/qat_common/icp_qat_fw_la.h      |    1 
 drivers/crypto/qat/qat_common/icp_qat_hw.h         |    6 -
 drivers/crypto/qat/qat_common/icp_qat_uclo.h       |    2 
 drivers/crypto/qat/qat_common/qat_algs.c           |    2 
 drivers/crypto/qat/qat_common/qat_hal.c            |   44 ++---
 drivers/crypto/qat/qat_common/qat_uclo.c           |  180 +++++++++-----------
 .../crypto/qat/qat_dh895xcc/adf_dh895xcc_hw_data.h |    2 
 11 files changed, 112 insertions(+), 135 deletions(-)

-- 

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

end of thread, other threads:[~2014-08-01 14:39 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-25 22:55 [PATCH 00/10] crypto: qat: Checkpatch and other cleanups plus SKU1 Tadeusz Struk
2014-07-25 22:55 ` [PATCH 01/10] crypto: qat: Cleanup - remove unnecessary return codes Tadeusz Struk
2014-07-25 22:55 ` [PATCH 02/10] crypto: qat: Cleanup - checkpatch blank lines Tadeusz Struk
2014-07-25 22:55 ` [PATCH 03/10] crypto: qat: Cleanup - remove unneeded header Tadeusz Struk
2014-07-25 22:55 ` [PATCH 04/10] crypto: qat: Cleanup - remove unnecessary parentheses Tadeusz Struk
2014-07-25 22:55 ` [PATCH 05/10] crypto: qat: Cleanup - use min_t macro Tadeusz Struk
2014-07-25 22:55 ` [PATCH 06/10] crypto: qat: Cleanup - change slice->regions to slice->region Tadeusz Struk
2014-07-25 22:55 ` [PATCH 07/10] crypto: qat: Cleanup - change ae_num to ae_id Tadeusz Struk
2014-07-25 22:55 ` [PATCH 08/10] crypto: qat: Cleanup - Updated print outputs Tadeusz Struk
2014-07-25 22:55 ` [PATCH 09/10] crypto: qat: Cleanup - Use hweight for bit counting Tadeusz Struk
2014-07-25 22:56 ` [PATCH 10/10] crypto: qat: Fixed SKU1 dev issue Tadeusz Struk
2014-08-01 14:39 ` [PATCH 00/10] crypto: qat: Checkpatch and other cleanups plus SKU1 Herbert Xu

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