summaryrefslogtreecommitdiff
path: root/drivers/char/hw_random/atmel-rng.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-15hwrng: atmel - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-08-04hwrng: Explicitly include correct DT includesRob Herring1-1/+1
2022-03-03hwrng: atmel - remove extra lineClaudiu Beznea1-1/+0
2022-03-03hwrng: atmel - add runtime pm supportClaudiu Beznea1-12/+32
2022-03-03hwrng: atmel - use __maybe_unused and pm_ptr() for pm opsClaudiu Beznea1-8/+4
2022-03-03hwrng: atmel - move set of TRNG_HALFR in atmel_trng_init()Claudiu Beznea1-24/+25
2022-03-03hwrng: atmel - rename enable/disable functions to init/cleanupClaudiu Beznea1-7/+7
2022-03-03hwrng: atmel - disable trng on failure pathClaudiu Beznea1-0/+1
2022-03-03hwrng: atmel - add wait for ready support on readClaudiu Beznea1-13/+30
2019-11-15hwrng: atmel - add new platform support for sam9x60Codrin Ciubotariu1-2/+37
2019-10-25hwrng: 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-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus 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-04Drivers: char: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-11-22char: 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_driv...Axel Lin1-11/+1
2011-10-10hw_random: add driver for atmel true hardware random number generatorPeter Korsgaard1-0/+158