aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random/pasemi-rng.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner1-13/+1
2016-09-13hwrng: pasemi - Use linux/io.h instead of asm/io.hPrasannaKumar Muralidharan1-1/+1
2016-09-07hwrng: pasemi - Migrate to managed APIPrasannaKumar Muralidharan1-30/+7
2015-09-21hwrng: Fix module autoload for OF platform driversLuis de Bethencourt1-0/+1
2015-03-16char: constify of_device_id arrayFabian Frederick1-1/+1
2014-10-20char: hw_random: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-02hwrng: printk replacementSudip Mukherjee1-1/+1
2013-10-09drivers: clean-up prom.h implicit includesRob Herring1-0/+1
2013-01-03Drivers: char: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-11-21char: remove use of __devexitBill Pemberton1-1/+1
2011-11-30char: hw_random: convert drivers/char/hw_random/* to use module_platform_driver()Axel Lin1-11/+1
2011-02-28dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely1-5/+4
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-2/+2
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
2008-06-30pasemi-rng: Use linux/of_platform.h instead of asmStephen Rothwell1-1/+1
2008-01-31Merge branch 'linux-2.6'Paul Mackerras1-4/+12
2008-01-11[HWRNG] pasemi: Add missing wait argument to data_presentKamalesh Babulal1-1/+1
2008-01-11[HWRNG]: move status polling loop to data_present callbacksPatrick McHardy1-3/+11
2007-11-29[POWERPC] pasemi: Broaden specific references to 1682MOlof Johansson1-4/+3
2007-05-09pasemi: hardware rng driverOlof Johansson1-0/+156