aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random/atmel-rng.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-15hwrng: atmel - add new platform support for sam9x60Codrin Ciubotariu1-2/+37
2019-10-26hwrng: atmel - use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-02hwrng: drivers - Use device-managed registration APIChuhong Yuan1-2/+1
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap1-0/+1
2016-11-17hwrng: atmel - use clk_disable_unprepare instead of clk_disableWei Yongjun1-1/+1
2016-11-01hwrng: atmel - disable TRNG during suspendWenyou Yang1-3/+21
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-20hwrng: atmel - add DT supportBoris Brezillon1-0/+7
2014-11-20hwrng: atmel - use clk_prepapre_enable/_disable_unprepareBoris Brezillon1-4/+4
2014-10-20char: hw_random: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-03-10hwrng: atmel - Use devm_clk_get()Jingoo Han1-6/+2
2014-02-27hwrng: atmel - Use devm_ioremap_resource()Jingoo Han1-11/+4
2013-05-24hwrng: atmel - remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-01-03Drivers: char: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-11-21char: remove use of __devexitBill Pemberton1-1/+1
2012-06-12hwrng: atmel-rng - fix data valid checkPeter Korsgaard1-1/+1
2012-05-31hwrng: atmel-rng - fix race condition leading to repeated bitsPeter Korsgaard1-0/+7
2011-11-30char: hw_random: convert drivers/char/hw_random/* to use module_platform_driver()Axel Lin1-11/+1
2011-10-10hw_random: add driver for atmel true hardware random number generatorPeter Korsgaard1-0/+158