aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random/amd-rng.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-16hwrng: amd - Revert managed API changesPrarit Bhargava1-8/+34
2016-09-22hwrng: amd - Fix return value check in mod_init()Wei Yongjun1-4/+4
2016-09-13hwrng: amd - Migrate to managed APIPrasannaKumar Muralidharan1-37/+11
2016-08-31hwrng: amd - Convert to new hwrng read() APICorentin LABBE1-19/+28
2016-08-31hwrng: amd - Access hardware via ioread32/iowrite32Corentin LABBE1-6/+25
2016-08-31hwrng: amd - Replace global variable with private structCorentin LABBE1-19/+38
2016-08-31hwrng: amd - release_region must be called after hwrng_unregisterCorentin LABBE1-1/+2
2016-08-31hwrng: amd - Remove asm/io.hCorentin LABBE1-4/+3
2016-08-31hwrng: amd - Be consitent with the driver nameCorentin LABBE1-6/+5
2016-08-31hwrng: amd - use the BIT macroCorentin LABBE1-3/+3
2016-08-31hwrng: amd - Fix style problem with blank lineCorentin LABBE1-5/+1
2014-10-02hwrng: printk replacementSudip Mukherjee1-2/+2
2011-05-04hwrng: amd - manage resource allocationDmitry Eremin-Solenikov1-0/+9
2009-06-25hwrng: Use PCI_VDEVICEJoe Perches1-2/+2
2008-10-27Tidy up addresses in random driversAlan Cox1-1/+1
2008-01-11[HWRNG]: move status polling loop to data_present callbacksPatrick McHardy1-2/+10
2007-01-11[PATCH] Fix HWRNG built-in initcalls priorityMichael Buesch1-1/+1
2006-06-26[PATCH] Add AMD HW RNG driverMichael Buesch1-0/+152