index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
ccree
Age
Commit message (
Expand
)
Author
Lines
2017-11-27
staging: ccree: replace macro with inline func
Gilad Ben-Yossef
-9
/
+18
2017-11-27
staging: ccree: Replace CONFIG_PM_RUNTIME with CONFIG_PM
Gilad Ben-Yossef
-14
/
+14
2017-11-27
staging: ccree: fix code indent
Gilad Ben-Yossef
-3
/
+5
2017-11-27
staging: ccree: constify help string
Gilad Ben-Yossef
-1
/
+1
2017-11-27
staging: ccree: document spinlock usage
Gilad Ben-Yossef
-0
/
+3
2017-11-27
staging: ccree: replace open coded loop with for
Gilad Ben-Yossef
-7
/
+9
2017-11-27
staging: ccree: make mem barrier per request
Gilad Ben-Yossef
-1
/
+12
2017-11-27
staging: ccree: remove unneeded cast
Gilad Ben-Yossef
-6
/
+6
2017-11-27
staging: ccree: remove unneeded empty lines
Gilad Ben-Yossef
-2
/
+0
2017-11-27
staging: ccree: move logical cont. to 1st line
Gilad Ben-Yossef
-4
/
+4
2017-11-27
staging: ccree: remove MIN/MAX macros
Gilad Ben-Yossef
-5
/
+2
2017-11-27
staging: ccree: remove unnecessary parentheses
Gilad Ben-Yossef
-59
/
+59
2017-11-27
staging: ccree: alloc by instance not type
Gilad Ben-Yossef
-1
/
+1
2017-11-27
staging: ccree: fix typos
Gilad Ben-Yossef
-5
/
+5
2017-11-27
staging: ccree: remove unused cc_base parameter
Gilad Ben-Yossef
-18
/
+12
2017-11-27
staging: ccree: remove braces for single statement
Gilad Ben-Yossef
-4
/
+2
2017-11-27
staging: ccree: remove compare to none zero
Gilad Ben-Yossef
-128
/
+128
2017-11-27
staging: ccree: remove unneeded cast
Gilad Ben-Yossef
-8
/
+4
2017-11-27
staging: ccree: simplify pm manager using local var
Gilad Ben-Yossef
-4
/
+8
2017-11-27
staging: ccree: fold common code into function
Gilad Ben-Yossef
-52
/
+37
2017-11-27
staging: ccree: simplify buf mgr using local vars
Gilad Ben-Yossef
-8
/
+10
2017-11-27
staging: ccree: simplify AEAD using local var
Gilad Ben-Yossef
-6
/
+4
2017-11-27
staging: ccree: make long func call sites readable
Gilad Ben-Yossef
-392
/
+345
2017-11-06
staging: ccree: simplify ioread/iowrite
Gilad Ben-Yossef
-166
/
+78
2017-11-06
staging: ccree: simplify registers access
Gilad Ben-Yossef
-61
/
+53
2017-11-06
staging: ccree: simplify error handling logic
Gilad Ben-Yossef
-16
/
+12
2017-11-06
staging: ccree: remove dead code
Gilad Ben-Yossef
-5
/
+0
2017-11-06
staging: ccree: handle limiting of DMA masks
Gilad Ben-Yossef
-5
/
+20
2017-11-06
staging: ccree: copy IV to DMAable memory
Gilad Ben-Yossef
-2
/
+19
2017-11-02
staging: ccree: Fix indentation in ssi_buffer_mgr.c
Stephen Brennan
-8
/
+8
2017-11-02
staging: ccree: fix 64 bit scatter/gather DMA ops
Gilad Ben-Yossef
-1
/
+1
2017-10-18
staging: ccree: fix boolreturn.cocci warning
Suniel Mahesh
-1
/
+1
2017-10-18
staging: ccree: Fix bool comparison
Suniel Mahesh
-1
/
+1
2017-10-18
staging/ccree: Declare compiled out functions static inline
Rishabh Hardas
-2
/
+2
2017-10-04
staging: ccree: Convert to platform_{get,set}_drvdata()
Suniel Mahesh
-4
/
+2
2017-10-03
staging: ccree: else is not generally useful after a break or return
Suniel Mahesh
-3
/
+2
2017-10-03
staging: ccree: simplify OOM handling
Gilad Ben-Yossef
-60
/
+26
2017-10-03
staging: ccree: move to generic device log infra
Gilad Ben-Yossef
-673
/
+688
2017-10-03
staging: ccree: simplify access to struct device
Gilad Ben-Yossef
-80
/
+78
2017-10-03
staging: ccree: remove sysfs if of deleted code
Gilad Ben-Yossef
-266
/
+0
2017-09-18
staging: ccree: remove unused and redundant variable idx
Colin Ian King
-3
/
+0
2017-09-18
Staging: ccree: Use kcalloc instead of kzalloc
Srishti Sharma
-1
/
+1
2017-09-17
Staging: ccree: Remove unused variable monitor_lock
Srishti Sharma
-1
/
+0
2017-09-17
Staging: ccree: Merge assignment with return
Srishti Sharma
-12
/
+3
2017-09-17
staging: ccree: remove BUG macro usage
Gilad Ben-Yossef
-20
/
+24
2017-09-17
staging: ccree: replace noop macro with inline
Gilad Ben-Yossef
-2
/
+2
2017-09-17
staging: ccree: move over to BIT macro for bit defines
Gilad Ben-Yossef
-9
/
+10
2017-09-17
staging: ccree: remove unused completion
Gilad Ben-Yossef
-3
/
+0
2017-09-17
staging: ccree: simplify resource release on error
Gilad Ben-Yossef
-52
/
+59
2017-09-17
staging: ccree: Use platform_get_irq and devm_request_irq
Suniel Mahesh
-23
/
+10
[prev]
[next]