aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random/n2-drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2018-05-19hwrng: n2 - fix spelling mistake: "restesting" -> "retesting"Colin Ian King1-1/+1
2017-04-21hwrng: n2 - Use devm_kcalloc() in n2rng_probe()Markus Elfring1-3/+1
2017-01-13hwrng: n2 - update version infoShannon Nelson1-4/+4
2017-01-13hwrng: n2 - support new hardware register layoutShannon Nelson1-37/+107
2017-01-13hwrng: n2 - add device data descriptionsShannon Nelson1-8/+39
2017-01-13hwrng: n2 - limit error spewage when self-test failsShannon Nelson1-1/+4
2016-01-26hwrng: n2 - Attach on T5/M5, T7/M7 SPARC CPUsAnatoly Pugachev1-0/+10
2014-10-20char: hw_random: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-05-13hwrng: n2-drv - Introduce the use of the managed version of kzallocHimangi Saraogi1-17/+7
2014-02-07drivers/char: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-06-05hwrng: use platform_{get,set}_drvdata()Jingoo Han1-4/+2
2013-01-03Drivers: char: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-11-21char: remove use of __devexitBill Pemberton1-1/+1
2012-11-21char: remove use of __devinitdataBill Pemberton1-1/+1
2011-11-30char: hw_random: convert drivers/char/hw_random/* to use module_platform_driver()Axel Lin1-12/+1
2011-07-28n2rng: Attach on Niagara-T3.David S. Miller1-12/+17
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely1-2/+5
2011-02-28dt/sparc: Eliminate users of of_platform_{,un}register_driverGrant Likely1-7/+9
2010-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2010-08-09Revert "hwrng: n2-drv - remove casts from void*"Herbert Xu1-1/+1
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-2/+2
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-2/+2
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely1-2/+2
2010-07-05hwrng: n2-drv - remove casts from void*Kulikov Vasiliy1-1/+1
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-2/+5
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-1/+1
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2009-01-06sparc64: Fix unsigned long long warnings in drivers.Sam Ravnborg1-1/+1
2008-08-31sparc: Annotate of_device_id arrays with const or __initdata.David S. Miller1-1/+1
2008-07-18sparc64: Add Niagara2 RNG driver.David S. Miller1-0/+771