summaryrefslogtreecommitdiff
path: root/drivers/reset/core.c
AgeCommit message (Expand)Author
2019-11-25reset: Fix potential use-after-free in __of_reset_control_get()Geert Uytterhoeven
2018-12-08reset: make device_reset_optional() really optionalMasahiro Yamada
2018-12-08reset: add exported __reset_control_get, return NULL if optionalPhilipp Zabel
2018-12-08reset: core: fix reset_control_putHeiner Kallweit
2018-12-08reset: make optional functions really optionalRamiro Oliveira
2016-08-24reset: warn on invalid input to reset_control_reset/assert/deassert/statusPhilipp Zabel
2016-05-30reset: add devm_reset_controller_register APIMasahiro Yamada
2016-03-30reset: Add support for shared reset controlsHans de Goede
2016-03-30reset: Share struct reset_control between reset_control_get callsHans de Goede
2016-03-30reset: Make [of_]reset_control_get[_foo] functions wrappersHans de Goede
2016-01-25reset: Move DT cell size check to the coreMaxime Ripard
2016-01-25reset: remove unnecessary local variable initialization from of_reset_control...Philipp Zabel
2015-11-18reset: remove unused device pointer from struct reset_controlPhilipp Zabel
2015-11-16reset: use ENOTSUPP instead of ENOSYSPhilipp Zabel
2015-11-16reset: Fix of_reset_control_get() for consistent return valuesAlban Bedel
2015-11-16reset: add of_reset_control_get_by_index()Vince Hsu
2014-10-20reset: add reset_control_status helper functionDinh Nguyen
2014-02-03reset: Add of_reset_control_getMaxime Ripard
2014-02-03reset: Mark function as static and remove unused function in core.cRashika Kheria
2014-02-03reset: allow drivers to request probe deferralPhilipp Zabel
2013-04-12reset: NULL deref on allocation failureDan Carpenter
2013-04-12reset: Add reset controller APIPhilipp Zabel