aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/reset/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-04reset: add exported __reset_control_get, return NULL if optionalPhilipp Zabel1-6/+16
2017-02-23Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-13/+42
2017-02-17reset: fix shared reset triggered_count decrement on errorJerome Brunet1-1/+1
2017-02-01reset: core: fix reset_control_putHeiner Kallweit1-1/+1
2017-01-20reset: make optional functions really optionalRamiro Oliveira1-10/+39
2017-01-20reset: Change shared flag from int to boolRamiro Oliveira1-4/+4
2016-11-14reset: allow using reset_control_reset with shared resetMartin Blumenstingl1-6/+37
2016-08-24reset: warn on invalid input to reset_control_reset/assert/deassert/statusPhilipp Zabel1-1/+11
2016-05-30reset: add devm_reset_controller_register APIMasahiro Yamada1-0/+37
2016-03-30reset: Add support for shared reset controlsHans de Goede1-11/+48
2016-03-30reset: Share struct reset_control between reset_control_get callsHans de Goede1-21/+63
2016-03-30reset: Make [of_]reset_control_get[_foo] functions wrappersHans de Goede1-67/+17
2016-01-25reset: Move DT cell size check to the coreMaxime Ripard1-3/+5
2016-01-25reset: remove unnecessary local variable initialization from of_reset_control_get_by_indexPhilipp Zabel1-1/+1
2015-11-18reset: remove unused device pointer from struct reset_controlPhilipp Zabel1-8/+1
2015-11-16reset: use ENOTSUPP instead of ENOSYSPhilipp Zabel1-4/+4
2015-11-16reset: Fix of_reset_control_get() for consistent return valuesAlban Bedel1-1/+4
2015-11-16reset: add of_reset_control_get_by_index()Vince Hsu1-11/+29
2014-10-20reset: add reset_control_status helper functionDinh Nguyen1-0/+15
2014-02-03reset: Add of_reset_control_getMaxime Ripard1-9/+30
2014-02-03reset: Mark function as static and remove unused function in core.cRashika Kheria1-29/+1
2014-02-03reset: allow drivers to request probe deferralPhilipp Zabel1-1/+1
2013-04-12reset: NULL deref on allocation failureDan Carpenter1-1/+1
2013-04-12reset: Add reset controller APIPhilipp Zabel1-0/+297