aboutsummaryrefslogtreecommitdiff
path: root/drivers/reset/core.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-14reset: allow using reset_control_reset with shared resetGravatar Martin Blumenstingl 1-6/+37
2016-08-24reset: warn on invalid input to reset_control_reset/assert/deassert/statusGravatar Philipp Zabel 1-1/+11
2016-05-30reset: add devm_reset_controller_register APIGravatar Masahiro Yamada 1-0/+37
2016-03-30reset: Add support for shared reset controlsGravatar Hans de Goede 1-11/+48
2016-03-30reset: Share struct reset_control between reset_control_get callsGravatar Hans de Goede 1-21/+63
2016-03-30reset: Make [of_]reset_control_get[_foo] functions wrappersGravatar Hans de Goede 1-67/+17
2016-01-25reset: Move DT cell size check to the coreGravatar Maxime Ripard 1-3/+5
2016-01-25reset: remove unnecessary local variable initialization from of_reset_control...Gravatar Philipp Zabel 1-1/+1
2015-11-18reset: remove unused device pointer from struct reset_controlGravatar Philipp Zabel 1-8/+1
2015-11-16reset: use ENOTSUPP instead of ENOSYSGravatar Philipp Zabel 1-4/+4
2015-11-16reset: Fix of_reset_control_get() for consistent return valuesGravatar Alban Bedel 1-1/+4
2015-11-16reset: add of_reset_control_get_by_index()Gravatar Vince Hsu 1-11/+29
2014-10-20reset: add reset_control_status helper functionGravatar Dinh Nguyen 1-0/+15
2014-02-03reset: Add of_reset_control_getGravatar Maxime Ripard 1-9/+30
2014-02-03reset: Mark function as static and remove unused function in core.cGravatar Rashika Kheria 1-29/+1
2014-02-03reset: allow drivers to request probe deferralGravatar Philipp Zabel 1-1/+1
2013-04-12reset: NULL deref on allocation failureGravatar Dan Carpenter 1-1/+1
2013-04-12reset: Add reset controller APIGravatar Philipp Zabel 1-0/+297