All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] staging: ccree: fixes and cleanups
@ 2017-11-07  9:39 ` Gilad Ben-Yossef
  0 siblings, 0 replies; 42+ messages in thread
From: Gilad Ben-Yossef @ 2017-11-07  9:39 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Ofir Drang, linux-crypto, driverdev-devel, devel, linux-kernel

This is another batch of ccree fixes & cleanups.

The first patch is a bug fix. All others are pure
readability and coding style fixes.

Gilad Ben-Yossef (8):
  staging: ccree: fix leak of import() after init()
  staging: ccree: use more readable func names
  staging: ccree: simplify AEAD using local var
  staging: ccree: simplify buf mgr using local vars
  staging: ccree: fold common code into function
  staging: ccree: simplify pm manager using local var
  staging: ccree: remove compare to none zero
  staging: ccree: remove braces for single statement

 drivers/staging/ccree/ssi_aead.c        |  64 ++--
 drivers/staging/ccree/ssi_buffer_mgr.c  | 556 ++++++++++++++------------------
 drivers/staging/ccree/ssi_buffer_mgr.h  |  49 ++-
 drivers/staging/ccree/ssi_cipher.c      |  27 +-
 drivers/staging/ccree/ssi_driver.c      |  48 +--
 drivers/staging/ccree/ssi_hash.c        | 195 +++++------
 drivers/staging/ccree/ssi_ivgen.c       |   4 +-
 drivers/staging/ccree/ssi_pm.c          |  42 +--
 drivers/staging/ccree/ssi_pm.h          |  12 +-
 drivers/staging/ccree/ssi_request_mgr.c |  24 +-
 drivers/staging/ccree/ssi_request_mgr.h |   6 +-
 drivers/staging/ccree/ssi_sram_mgr.c    |  13 +-
 drivers/staging/ccree/ssi_sram_mgr.h    |   6 +-
 13 files changed, 494 insertions(+), 552 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-11-09 12:55 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-07  9:39 [PATCH 0/8] staging: ccree: fixes and cleanups Gilad Ben-Yossef
2017-11-07  9:39 ` Gilad Ben-Yossef
2017-11-07  9:39 ` [PATCH 1/8] staging: ccree: fix leak of import() after init() Gilad Ben-Yossef
2017-11-07  9:39 ` [PATCH 2/8] staging: ccree: use more readable func names Gilad Ben-Yossef
2017-11-07  9:39   ` Gilad Ben-Yossef
2017-11-07  9:39   ` Gilad Ben-Yossef
2017-11-07 10:30   ` Dan Carpenter
2017-11-07 10:30     ` Dan Carpenter
2017-11-09  6:26     ` Gilad Ben-Yossef
2017-11-09  6:26       ` Gilad Ben-Yossef
2017-11-07  9:39 ` [PATCH 3/8] staging: ccree: simplify AEAD using local var Gilad Ben-Yossef
2017-11-07  9:39   ` Gilad Ben-Yossef
2017-11-07  9:39   ` Gilad Ben-Yossef
2017-11-07 10:35   ` Dan Carpenter
2017-11-07 10:35     ` Dan Carpenter
2017-11-07 10:35     ` Dan Carpenter
2017-11-07  9:40 ` [PATCH 4/8] staging: ccree: simplify buf mgr using local vars Gilad Ben-Yossef
2017-11-07  9:40   ` Gilad Ben-Yossef
2017-11-07  9:40   ` Gilad Ben-Yossef
2017-11-07  9:40 ` [PATCH 5/8] staging: ccree: fold common code into function Gilad Ben-Yossef
2017-11-07  9:40   ` Gilad Ben-Yossef
2017-11-07  9:40   ` Gilad Ben-Yossef
2017-11-07 10:40   ` Dan Carpenter
2017-11-07 10:40     ` Dan Carpenter
2017-11-07 10:40     ` Dan Carpenter
2017-11-07  9:40 ` [PATCH 6/8] staging: ccree: simplify pm manager using local var Gilad Ben-Yossef
2017-11-07  9:40   ` Gilad Ben-Yossef
2017-11-07  9:40   ` Gilad Ben-Yossef
2017-11-07 10:43   ` Dan Carpenter
2017-11-07 10:43     ` Dan Carpenter
2017-11-07 10:43     ` Dan Carpenter
2017-11-09  6:27     ` Gilad Ben-Yossef
2017-11-09  6:27       ` Gilad Ben-Yossef
2017-11-09 12:54       ` Dan Carpenter
2017-11-07  9:40 ` [PATCH 7/8] staging: ccree: remove compare to none zero Gilad Ben-Yossef
2017-11-07  9:40   ` Gilad Ben-Yossef
2017-11-07 10:52   ` Dan Carpenter
2017-11-07 10:52     ` Dan Carpenter
2017-11-07 10:52     ` Dan Carpenter
2017-11-07  9:40 ` [PATCH 8/8] staging: ccree: remove braces for single statement Gilad Ben-Yossef
2017-11-07  9:40   ` Gilad Ben-Yossef
2017-11-07  9:40   ` Gilad Ben-Yossef

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.