Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1699552
| From | Gilad Ben-Yossef <gilad@benyossef.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/6] ccree style fixes and simplification |
| Date | 2017-07-30 18:20 +0200 |
| Message-ID | <u8Z6F-2AR-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/6] ccree style fixes and simplification Gilad Ben-Yossef <gilad@benyossef.com> - 2017-07-30 18:20 +0200 [PATCH v2 4/6] staging: ccree: Convert to devm_ioremap_resource for map, unmap Gilad Ben-Yossef <gilad@benyossef.com> - 2017-07-30 18:20 +0200 [PATCH v2 1/6] staging: ccree: fix split strings Gilad Ben-Yossef <gilad@benyossef.com> - 2017-07-30 18:20 +0200 [PATCH v2 3/6] staging: ccree: Replace kzalloc with devm_kzalloc Gilad Ben-Yossef <gilad@benyossef.com> - 2017-07-30 18:20 +0200 [PATCH v2 5/6] staging: ccree: Use platform_get_irq and devm_request_irq Gilad Ben-Yossef <gilad@benyossef.com> - 2017-07-30 18:20 +0200 [PATCH v2 2/6] staging: ccree: kmalloc by sizeof var not type Gilad Ben-Yossef <gilad@benyossef.com> - 2017-07-30 18:20 +0200 [PATCH v2 6/6] staging: ccree: simplify resource release on error Gilad Ben-Yossef <gilad@benyossef.com> - 2017-07-30 18:20 +0200
csiph-web