summaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random
Commit message (Expand)AuthorAgeFilesLines
* random: pull add_hwgenerator_randomness() declaration into random.hJason A. Donenfeld2022-06-251-0/+1
* hwrng: atmel - disable trng on failure pathClaudiu Beznea2022-04-151-0/+1
* hwrng: mtk - Force runtime pm ops for sleep opsMarkus Schneider-Pargmann2021-11-261-2/+7
* hwrng: timeriomem - Fix cooldown period calculationJan Henrik Weinstock2021-03-041-1/+1
* hwrng: ks-sa - Fix runtime PM imbalance on errorDinghao Liu2020-06-301-0/+1
* hwrng: imx-rngc - fix an error pathMartin Kaiser2020-04-131-1/+3
* hwrng: omap3-rom - Fix missing clock by probing with device treeTony Lindgren2020-01-271-2/+15
* hwrng: bcm2835 - fix probe as platform deviceJonas Gorski2020-01-271-8/+10
* hwrng: omap3-rom - Call clk_disable_unprepare() on exit only if not idledTony Lindgren2019-12-311-1/+2
* hwrng: omap - Fix RNG wait loop timeoutSumit Garg2019-12-171-1/+8
* hwrng: stm32 - fix unbalanced pm_runtime_enableLionel Debieve2019-12-051-0/+8
* hwrng: core - don't wait on add_early_randomness()Laurent Vivier2019-10-051-1/+1
* hwrng: omap - Set default qualityRouven Czerwinski2019-05-311-0/+1
* hwrng: virtio - Avoid repeated init of completionDavid Tolnay2019-04-051-1/+1
* Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-184-0/+4
|\
| * headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-074-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2018-08-031-2/+9
|\|
| * hwrng: core - Always drop the RNG in hwrng_unregister()Michael Büsch2018-06-151-2/+9
* | hwrng: msm - remove msm hw_random driverVinod Koul2018-07-273-197/+0
|/
* hwrng: n2 - fix spelling mistake: "restesting" -> "retesting"Colin Ian King2018-05-191-1/+1
* hwrng: stm32 - fix pm_suspend issuelionel.debieve@st.com2018-05-051-2/+7
* hwrng: stm32 - define default state for rng driverlionel.debieve@st.com2018-05-051-0/+1
* hwrng: via - support new Centaur CPUdavidwang2018-04-211-1/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-04-0410-32/+330
|\
| * hwrng: ks-sa - add hw_random driverVitaly Andrianov2018-03-233-0/+265
| * hwrng: mxc-rnga - add driver support on boards with device treeVladimir Zapolskiy2018-03-161-9/+14
| * hwrng: omap - Fix clock resource by adding a register clockGregory CLEMENT2018-03-091-0/+16
| * hwrng: omap - Remove useless test before clk_disable_unprepareGregory CLEMENT2018-03-091-4/+2
| * hwrng: cavium - make two functions staticColin Ian King2018-03-092-2/+2
| * hwrng: stm32 - rework read timeout calculationlionel.debieve@st.com2018-03-031-15/+10
| * hwrng: stm32 - allow disable clock error detectionlionel.debieve@st.com2018-03-031-1/+9
| * hwrng: stm32 - add reset during probelionel.debieve@st.com2018-03-031-0/+9
| * hwrng: bcm2835 - Handle deferred clock properlyStefan Wahren2018-02-221-0/+2
| * hwrng: imx-rngc - make symbol imx_rngc_pm_ops staticweiyongjun \(A\)2018-02-151-1/+1
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-141-1/+1
|\ \ | |/ |/|
| * x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2018-02-151-1/+1
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-01-318-233/+377
|\ \
| * | hwrng: bcm2835 - Remove redundant dev_err call in bcm2835_rng_probe()weiyongjun \(A\)2018-01-261-3/+1
| * | hwrng: imx-rngc - simplify the power management definitionsMartin Kaiser2018-01-181-10/+3
| * | hwrng: exynos - remove redundant dev_err call in exynos_trng_probe()weiyongjun \(A\)2018-01-181-3/+1
| * | hwrng: exynos - Signedness bug in exynos_trng_do_read()Dan Carpenter2018-01-181-1/+1
| * | hwrng: mediatek - Setup default RNG qualitySean Wang2018-01-181-0/+1
| * | hwrng: exynos - add Samsung Exynos True RNG driverŁukasz Stelmach2018-01-053-0/+250
| * | hwrng: core - Clean up RNG list when last hwrng is unregisteredGary R Hook2017-12-221-0/+4
| * | hwrng: bcm63xx - Remove since bcm2835-rng takes overFlorian Fainelli2017-11-293-168/+0
| * | hwrng: bcm2835 - Enable BCM2835 RNG to work on BCM63xx platformsFlorian Fainelli2017-11-292-4/+14
| * | hwrng: bcm2835 - Add Broadcom MIPS I/O accessorsFlorian Fainelli2017-11-291-2/+11
| * | hwrng: bcm2835 - Abstract I/O accessorsFlorian Fainelli2017-11-291-8/+19
| * | hwrng: bcm2835 - Manage an optional clockFlorian Fainelli2017-11-291-1/+16
| * | hwrng: bcm2835 - Rework interrupt maskingFlorian Fainelli2017-11-291-16/+23