aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random/exynos-rng.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-21crypto: exynos - Add new Exynos RNG driverKrzysztof Kozlowski1-231/+0
2016-06-13hwrng: exynos - fixup IO accesorsBen Dooks1-2/+2
2016-04-05hwrng: exynos - Fix misspelled Samsung addressKrzysztof Kozlowski1-1/+1
2016-04-05hwrng: exynos - Disable runtime PM on driver unbindKrzysztof Kozlowski1-0/+9
2016-04-05hwrng: exynos - Disable runtime PM on probe failureKrzysztof Kozlowski1-1/+8
2016-04-05hwrng: exynos - Fix unbalanced PM runtime put on timeout error pathKrzysztof Kozlowski1-3/+7
2016-04-05hwrng: exynos - Runtime suspend device after initKrzysztof Kozlowski1-1/+2
2016-03-11hwrng: exynos - use __maybe_unused to hide pm functionsArnd Bergmann1-6/+4
2015-10-20hwrng: exynos - Add Device Tree supportKrzysztof Kozlowski1-0/+9
2015-10-20hwrng: exynos - Fix missing configuration after suspend to RAMKrzysztof Kozlowski1-7/+35
2015-10-20hwrng: exynos - Add timeout for waiting on init doneKrzysztof Kozlowski1-1/+4
2015-10-20hwrng: exynos - Fix unbalanced PM runtime get/putsDaniel Thompson1-1/+1
2015-03-16hwrng: exynos - make use of devm_hwrng_registerDmitry Torokhov1-11/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-04hwrandom / exynos / PM: Use CONFIG_PM in #ifdefRafael J. Wysocki1-1/+1
2014-10-20char: hw_random: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-02-07drivers/char: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-03-22hwrng: exynos - add CONFIG_PM_SLEEP/CONFIG_PM_RUNTIME to suspend/resumeJingoo Han1-1/+2
2013-02-21Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+1
2013-01-22char: Convert to devm_ioremap_resource()Thierry Reding1-4/+5
2013-01-20Drivers: char: exynos_rng_pm_ops can be staticFengguang Wu1-1/+1
2013-01-03Drivers: char: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2012-11-21char: remove use of __devexitBill Pemberton1-1/+1
2012-07-11hwrng: exynos - Add support for Exynos random number generatorJonghwa Lee1-0/+182