summaryrefslogtreecommitdiff
path: root/drivers/reset/core.c
AgeCommit message (Expand)Author
2024-02-21reset: Instantiate reset GPIO controller for shared reset-gpiosKrzysztof Kozlowski
2023-11-30reset: Fix crash when freeing non-existent optional resetsGeert Uytterhoeven
2023-10-24reset: Annotate struct reset_control_array with __counted_byKees Cook
2022-05-03reset: ACPI reset supportKrishna Yarlagadda
2021-06-07reset: bail if try_module_get() failsPhilipp Zabel
2021-05-10reset: whitespace fixesPhilipp Zabel
2021-03-18reset: Add reset_control_bulk APIPhilipp Zabel
2021-01-14reset: core: fix a kernel-doc markupMauro Carvalho Chehab
2020-11-16reset: make shared pulsed reset controls re-triggerableAmjad Ouled-Ameur
2020-09-23reset: Fix and extend kerneldocKrzysztof Kozlowski
2020-01-02reset: Align logic and flow in managed helpersGeert Uytterhoeven
2019-12-10reset: Do not register resource data for missing resetsGeert Uytterhoeven
2019-12-10reset: Fix {of,devm}_reset_control_array_get kerneldoc return typesGeert Uytterhoeven
2019-12-05Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2019-10-24reset: improve of_xlate documentationPhilipp Zabel
2019-10-24reset: fix of_reset_control_get_count kerneldoc commentPhilipp Zabel
2019-10-24reset: fix of_reset_simple_xlate kerneldoc commentPhilipp Zabel
2019-10-22reset: Fix memory leak in reset_control_array_put()Kishon Vijay Abraham I
2019-10-03reset: Remove copy'n'paste redundancy in the commentsAndy Shevchenko
2019-07-04Merge tag 'reset-fixes-for-v5.2' of git://git.pengutronix.de/git/pza/linux in...Olof Johansson
2019-07-04reset: remove redundant null check on pointer devColin Ian King
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