summaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random/pasemi-rng.c
Commit message (Expand)AuthorAgeFilesLines
* hwrng: pasemi - Use linux/io.h instead of asm/io.hPrasannaKumar Muralidharan2016-09-131-1/+1
* hwrng: pasemi - Migrate to managed APIPrasannaKumar Muralidharan2016-09-071-30/+7
* hwrng: Fix module autoload for OF platform driversLuis de Bethencourt2015-09-211-0/+1
* char: constify of_device_id arrayFabian Frederick2015-03-161-1/+1
* char: hw_random: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* hwrng: printk replacementSudip Mukherjee2014-10-021-1/+1
* drivers: clean-up prom.h implicit includesRob Herring2013-10-091-0/+1
* Drivers: char: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
* char: remove use of __devexitBill Pemberton2012-11-211-1/+1
* char: hw_random: convert drivers/char/hw_random/* to use module_platform_driv...Axel Lin2011-11-301-11/+1
* dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-281-5/+4
* of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-2/+2
* of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-2/+5
* of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-181-1/+1
* pasemi-rng: Use linux/of_platform.h instead of asmStephen Rothwell2008-06-301-1/+1
* Merge branch 'linux-2.6'Paul Mackerras2008-01-311-4/+12
|\
| * [HWRNG] pasemi: Add missing wait argument to data_presentKamalesh Babulal2008-01-111-1/+1
| * [HWRNG]: move status polling loop to data_present callbacksPatrick McHardy2008-01-111-3/+11
* | [POWERPC] pasemi: Broaden specific references to 1682MOlof Johansson2007-11-291-4/+3
|/
* pasemi: hardware rng driverOlof Johansson2007-05-091-0/+156