mbox series

[v2,0/6] ccree style fixes and simplification

Message ID 1501431309-27705-1-git-send-email-gilad@benyossef.com
Headers show
Series ccree style fixes and simplification | expand

Message

Gilad Ben-Yossef July 30, 2017, 4:15 p.m. UTC
Various style code fixes and simplification from myself and Suniel.

Changes from v2:

- Rebase on top of current staging-next.
- Added resource release on error simplification patch suggested by
  Dan C. as part of the review.

I made sure the code applies on top both current staging-next
(commit 0d0d4d21a09981e65b2bd386c999e8c0ecc6444e) as well as
staging-testing and of course compiles and runs. If this doesn't
apply cleanly I'm going to start suspecting Gremlins at out IT dept.

Gilad Ben-Yossef (3):
  staging: ccree: fix split strings
  staging: ccree: kmalloc by sizeof var not type
  staging: ccree: simplify resource release on error

Suniel Mahesh (3):
  staging: ccree: Replace kzalloc with devm_kzalloc
  staging: ccree: Convert to devm_ioremap_resource for map, unmap
  staging: ccree: Use platform_get_irq and devm_request_irq

 drivers/staging/ccree/ssi_aead.c        |  16 ++-
 drivers/staging/ccree/ssi_buffer_mgr.c  |  86 ++++++--------
 drivers/staging/ccree/ssi_cipher.c      |  34 +++---
 drivers/staging/ccree/ssi_driver.c      | 192 +++++++++++++-------------------
 drivers/staging/ccree/ssi_driver.h      |   4 +-
 drivers/staging/ccree/ssi_hash.c        |  50 ++++-----
 drivers/staging/ccree/ssi_ivgen.c       |  10 +-
 drivers/staging/ccree/ssi_request_mgr.c |  15 +--
 8 files changed, 170 insertions(+), 237 deletions(-)

-- 
2.1.4