summaryrefslogtreecommitdiff
path: root/drivers/staging/ccree/ssi_driver.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-04staging: ccree: Convert to platform_{get,set}_drvdata()Suniel Mahesh1-4/+2
2017-10-03staging: ccree: simplify OOM handlingGilad Ben-Yossef1-1/+0
2017-10-03staging: ccree: move to generic device log infraGilad Ben-Yossef1-79/+63
2017-10-03staging: ccree: simplify access to struct deviceGilad Ben-Yossef1-12/+10
2017-09-17staging: ccree: move over to BIT macro for bit definesGilad Ben-Yossef1-1/+2
2017-09-17staging: ccree: remove unused completionGilad Ben-Yossef1-2/+0
2017-09-17staging: ccree: simplify resource release on errorGilad Ben-Yossef1-46/+56
2017-09-17staging: ccree: Use platform_get_irq and devm_request_irqSuniel Mahesh1-21/+9
2017-09-17staging: ccree: Convert to devm_ioremap_resource for map, unmapSuniel Mahesh1-45/+15
2017-09-17staging: ccree: Replace kzalloc with devm_kzallocSuniel Mahesh1-7/+4
2017-08-17staging: ccree: constify dev_pm_ops structures.Arvind Yadav1-1/+1
2017-08-17staging: ccree: Use sizeof(variable) in memory allocsSimon Sandström1-1/+2
2017-07-28staging: ccree: remove func name from log messagesGilad Ben-Yossef1-1/+1
2017-07-18drivers: staging: ccree: use __func__ to get function name in error messages.Dhananjay Balan1-1/+1
2017-07-16staging: ccree: use proper printk format for dma_addr_tGilad Ben-Yossef1-3/+3
2017-07-16staging: ccree remove unnecessary parenthesesGilad Ben-Yossef1-1/+1
2017-07-16staging: ccree: Fix alignment issues in ssi_driver.cSimon Sandström1-20/+20
2017-07-16staging: ccree: move FIPS support to kernel infrastructureGilad Ben-Yossef1-1/+7
2017-07-16staging: ccree: fix placement of curly bracesTyler Olivieri1-4/+1
2017-06-29staging: ccree: remove/add (un)needed blank linesGilad Ben-Yossef1-3/+1
2017-06-29staging: ccree: remove comparisons to NULLGilad Ben-Yossef1-10/+10
2017-06-29staging: ccree: no need for braces for single statementsGilad Ben-Yossef1-4/+5
2017-06-29staging: ccree: remove redundant blank linesGilad Ben-Yossef1-1/+0
2017-06-29staging: ccree: drop comparsion to true/falseGilad Ben-Yossef1-2/+2
2017-06-29staging: ccree: fix missing or redundant spacesGilad Ben-Yossef1-9/+9
2017-06-25staging: ccree: add DT bus coherency detectionGilad Ben-Yossef1-3/+9
2017-06-25staging: ccree: add clock management supportGilad Ben-Yossef1-5/+38
2017-06-23staging: ccree: - style fix, spaces and tabsDerek Robson1-3/+3
2017-06-04staging: ccree: remove cycle count debug supportGilad Ben-Yossef1-8/+0
2017-05-15staging: ccree: stdint to kernel types conversionGilad Ben-Yossef1-8/+8
2017-05-15staging: ccree: Strip trailing whitespaceTimothée Isnard1-12/+12
2017-04-28staging: ccree: fix platform_no_drv_owner.cocci warningskbuild test robot1-1/+0
2017-04-28staging: ccree: add FIPS supportGilad Ben-Yossef1-1/+18
2017-04-28staging: ccree: add AEAD supportGilad Ben-Yossef1-0/+11
2017-04-28staging: ccree: add IV generation supportGilad Ben-Yossef1-0/+9
2017-04-28staging: ccree: add skcipher supportGilad Ben-Yossef1-0/+14
2017-04-28staging: ccree: add ahash supportGilad Ben-Yossef1-2/+9
2017-04-28staging: ccree: introduce CryptoCell HW driverGilad Ben-Yossef1-0/+499