aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/reset/core.c
AgeCommit message (Expand)Author
2020-04-12reset: Fix {of,devm}_reset_control_array_get kerneldoc return typesGeert Uytterhoeven
2020-03-20reset: Do not register resource data for missing resetsGeert Uytterhoeven
2020-01-19reset: Fix memory leak in reset_control_array_put()Kishon Vijay Abraham I
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-03-20reset: Add acquire/release support for arraysThierry Reding
2019-03-20reset: Add acquired flag to of_reset_control_array_get()Thierry Reding
2019-03-20reset: add acquired/released state for exclusive reset controlsPhilipp Zabel
2019-01-07reset: fix null pointer dereference on dev by dev_nameColin Ian King
2019-01-07reset: Add reset_control_get_count()Geert Uytterhoeven
2018-10-08reset: Fix potential use-after-free in __of_reset_control_get()Geert Uytterhoeven
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook
2018-03-27reset: modify the way reset lookup works for board filesBartosz Golaszewski
2018-03-27reset: add support for non-DT systemsBartosz Golaszewski
2017-11-27reset: make device_reset_optional() really optionalMasahiro Yamada
2017-07-19reset: make (de)assert report success for self-deasserting reset driversPhilipp Zabel
2017-07-19reset: Add APIs to manage array of resetsVivek Gautam
2017-06-06reset: use kref for reference countingPhilipp Zabel
2017-04-04reset: add exported __reset_control_get, return NULL if optionalPhilipp Zabel
2017-02-23Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-02-17reset: fix shared reset triggered_count decrement on errorJerome Brunet
2017-02-01reset: core: fix reset_control_putHeiner Kallweit
2017-01-20reset: make optional functions really optionalRamiro Oliveira
2017-01-20reset: Change shared flag from int to boolRamiro Oliveira
2016-11-14reset: allow using reset_control_reset with shared resetMartin Blumenstingl
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