mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/4] staging: ccree: logging related coding style fixes
@ 2017-10-02  9:03 Gilad Ben-Yossef
  2017-10-02  9:03 ` [PATCH 1/4] staging: ccree: remove sysfs if of deleted code Gilad Ben-Yossef
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Gilad Ben-Yossef @ 2017-10-02  9:03 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Ofir Drang, linux-crypto, driverdev-devel, devel, linux-kernel

The following patch set cleans up some code and builds upon this to replace
ccree custom logging macros with the generic device dev_* facilities,
handles the resulting fallout and further simplifies logging handling in
some OOM error handling code path exposed by checkpatch following the
change.

Patch set based upon commit 1cd5929ab675 ("staging: greybus: light:
remove unnecessary error check") in the staging-next tree.

Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com>

Gilad Ben-Yossef (4):
  staging: ccree: remove sysfs if of deleted code
  staging: ccree: simplify access to struct device
  staging: ccree: move to generic device log infra
  staging: ccree: simplify OOM handling

 drivers/staging/ccree/ssi_aead.c        | 237 +++++++++++--------
 drivers/staging/ccree/ssi_buffer_mgr.c  | 408 +++++++++++++++-----------------
 drivers/staging/ccree/ssi_buffer_mgr.h  |   5 +-
 drivers/staging/ccree/ssi_cipher.c      | 158 ++++++-------
 drivers/staging/ccree/ssi_driver.c      | 163 ++++++-------
 drivers/staging/ccree/ssi_driver.h      |  14 +-
 drivers/staging/ccree/ssi_fips.c        |  12 +-
 drivers/staging/ccree/ssi_hash.c        | 374 ++++++++++++++---------------
 drivers/staging/ccree/ssi_ivgen.c       |  18 +-
 drivers/staging/ccree/ssi_pm.c          |  30 +--
 drivers/staging/ccree/ssi_request_mgr.c | 107 +++++----
 drivers/staging/ccree/ssi_sram_mgr.c    |  30 +--
 drivers/staging/ccree/ssi_sysfs.c       | 269 +--------------------
 13 files changed, 771 insertions(+), 1054 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-10-03 10:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-02  9:03 [PATCH 0/4] staging: ccree: logging related coding style fixes Gilad Ben-Yossef
2017-10-02  9:03 ` [PATCH 1/4] staging: ccree: remove sysfs if of deleted code Gilad Ben-Yossef
2017-10-02  9:03 ` [PATCH 2/4] staging: ccree: simplify access to struct device Gilad Ben-Yossef
2017-10-02 10:00   ` Joe Perches
2017-10-03 10:43     ` Gilad Ben-Yossef
2017-10-02  9:03 ` [PATCH 3/4] staging: ccree: move to generic device log infra Gilad Ben-Yossef
2017-10-02  9:03 ` [PATCH 4/4] staging: ccree: simplify OOM handling Gilad Ben-Yossef

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome