aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cesa
Commit message (Expand)AuthorAgeFilesLines
* Follow r261352 by updating all drivers which are children of simplebusIan Lepore2014-02-021-0/+4
* Similar to the (1 << 31) case it is not defined to do (2 << 30).Eitan Adler2013-11-301-2/+2
* Opps, my kirkwood fix for the dreamplug missed this.Randall Stewart2013-10-291-1/+7
* Remove all the instances of '#undef DEBUG' from kernel.Luiz Otavio O Souza2013-10-251-2/+0
* Move initialization of CESA decoding windows from common sectionGrzegorz Bernacki2013-05-062-4/+71
* Add support for Marvell 88F6282.Hiroki Sato2012-07-281-0/+1
* Final pass at having devices use their bus parent for dma tags. TheScott Long2012-03-121-2/+2
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-5/+1
* Initial version of cesa(4) driver for Marvell crypto engine and securityRafal Jaworowski2011-11-192-0/+1964