linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] More code cleanups
@ 2017-11-06  6:55 Gilad Ben-Yossef
  2017-11-06  6:55 ` [PATCH 1/3] staging: ccree: simplify error handling logic Gilad Ben-Yossef
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Gilad Ben-Yossef @ 2017-11-06  6:55 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Ofir Drang, linux-kernel, linux-crypto, driverdev-devel, devel

Additional code readability and simplification patches.
These goes on top the previous patch set sent to the list.

Gilad Ben-Yossef (3):
  staging: ccree: simplify error handling logic
  staging: ccree: simplify registers access
  staging: ccree: simplify ioread/iowrite

 drivers/staging/ccree/cc_hal.h           | 33 --------------
 drivers/staging/ccree/cc_regs.h          | 42 ------------------
 drivers/staging/ccree/dx_reg_base_host.h | 25 -----------
 drivers/staging/ccree/ssi_driver.c       | 75 ++++++++++++++------------------
 drivers/staging/ccree/ssi_driver.h       | 20 +++++++--
 drivers/staging/ccree/ssi_fips.c         | 14 +++---
 drivers/staging/ccree/ssi_pm.c           |  4 +-
 drivers/staging/ccree/ssi_request_mgr.c  | 72 +++++++++++++++---------------
 drivers/staging/ccree/ssi_sysfs.c        | 11 +++--
 9 files changed, 98 insertions(+), 198 deletions(-)
 delete mode 100644 drivers/staging/ccree/cc_hal.h
 delete mode 100644 drivers/staging/ccree/cc_regs.h
 delete mode 100644 drivers/staging/ccree/dx_reg_base_host.h

-- 
2.7.4

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

end of thread, other threads:[~2017-11-06 20:24 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-06  6:55 [PATCH 0/3] More code cleanups Gilad Ben-Yossef
2017-11-06  6:55 ` [PATCH 1/3] staging: ccree: simplify error handling logic Gilad Ben-Yossef
2017-11-06  6:55 ` [PATCH 2/3] staging: ccree: simplify registers access Gilad Ben-Yossef
2017-11-06  6:55 ` [PATCH 3/3] staging: ccree: simplify ioread/iowrite Gilad Ben-Yossef
2017-11-06  8:37   ` Tobin C. Harding
2017-11-06  8:59     ` Gilad Ben-Yossef
2017-11-06 15:46       ` Greg Kroah-Hartman
2017-11-06 20:24         ` Tobin C. Harding
2017-11-06  7:38 ` [PATCH 0/3] More code cleanups Greg Kroah-Hartman
2017-11-06  7:41   ` Gilad Ben-Yossef
2017-11-06  7:58     ` Greg Kroah-Hartman

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