aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/ccree/ssi_request_mgr.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-18staging: ccree: Fix bool comparisonGravatar Suniel Mahesh 1-1/+1
2017-10-03staging: ccree: else is not generally useful after a break or returnGravatar Suniel Mahesh 1-3/+2
2017-10-03staging: ccree: move to generic device log infraGravatar Gilad Ben-Yossef 1-43/+44
2017-10-03staging: ccree: simplify access to struct deviceGravatar Gilad Ben-Yossef 1-10/+14
2017-09-17Staging: ccree: Remove unused variable monitor_lockGravatar Srishti Sharma 1-1/+0
2017-09-17staging: ccree: remove BUG macro usageGravatar Gilad Ben-Yossef 1-6/+16
2017-08-16staging: ccree: Use sizeof(variable) in memory allocsGravatar Simon Sandström 1-1/+1
2017-07-27staging: ccree: Fix alignment issues in ssi_request_mgr.cGravatar Simon Sandström 1-1/+3
2017-07-16staging: ccree: use proper printk format for dma_addr_tGravatar Gilad Ben-Yossef 1-4/+4
2017-07-16staging: ccree remove unnecessary parenthesesGravatar Gilad Ben-Yossef 1-1/+1
2017-07-16staging: ccree: Fix alignment issues in ssi_request_mgr.cGravatar Simon Sandström 1-22/+20
2017-07-16staging: ccree: move FIPS support to kernel infrastructureGravatar Gilad Ben-Yossef 1-2/+0
2017-06-29staging: ccree: remove/add (un)needed blank linesGravatar Gilad Ben-Yossef 1-6/+3
2017-06-29staging: ccree: fix pointer locationGravatar Gilad Ben-Yossef 1-5/+5
2017-06-29staging: ccree: remove comparisons to NULLGravatar Gilad Ben-Yossef 1-4/+4
2017-06-29staging: ccree: no need for braces for single statementsGravatar Gilad Ben-Yossef 1-12/+8
2017-06-29staging: ccree: remove redundant blank linesGravatar Gilad Ben-Yossef 1-1/+0
2017-06-29staging: ccree: fix missing or redundant spacesGravatar Gilad Ben-Yossef 1-31/+31
2017-06-25staging: ccree: use signal safe completion waitGravatar Gilad Ben-Yossef 1-1/+2
2017-06-04staging: ccree: move request_mgr to generic bitfield opsGravatar Gilad Ben-Yossef 1-10/+17
2017-06-04staging: ccree: remove cycle count debug supportGravatar Gilad Ben-Yossef 1-116/+0
2017-06-04staging: ccree: remove 48 bit dma addr simGravatar Gilad Ben-Yossef 1-3/+0
2017-06-04staging: ccree: refactor HW command FIFO accessGravatar Gilad Ben-Yossef 1-12/+11
2017-05-29Drivers: ccree: ssi_request_mgr.c - align block commentsGravatar Derek Robson 1-15/+22
2017-05-22Merge 4.12-rc2 into staging-nextGravatar Greg Kroah-Hartman 1-1/+0
2017-05-15staging: ccree: remove extraneous spin_unlock_bh() in error handlerGravatar Ian Chard 1-1/+0
2017-05-15staging: ccree: fix enum/struct definitions styleGravatar Gilad Ben-Yossef 1-8/+8
2017-05-15staging: ccree: stdint to kernel types conversionGravatar Gilad Ben-Yossef 1-14/+14
2017-05-15staging: ccree: Strip trailing whitespaceGravatar Timothée Isnard 1-50/+50
2017-04-28staging: ccree: fix semicolon.cocci warningsGravatar kbuild test robot 1-1/+1
2017-04-28staging: ccree: add FIPS supportGravatar Gilad Ben-Yossef 1-0/+2
2017-04-28staging: ccree: add IV generation supportGravatar Gilad Ben-Yossef 1-1/+32
2017-04-28staging: ccree: introduce CryptoCell HW driverGravatar Gilad Ben-Yossef 1-0/+680