summaryrefslogtreecommitdiffstats
path: root/drivers/reset/core.c
AgeCommit message (Expand)AuthorLines
2024-10-01reset: Add devres helpers to request pre-deasserted reset controlsPhilipp Zabel-2/+46
2024-10-01reset: replace boolean parameters with flags parameterPhilipp Zabel-31/+40
2024-09-02reset: core: add get_device()/put_device on rcdevClément Léger-0/+2
2024-09-02reset: simplify locking with guard()Krzysztof Kozlowski-11/+4
2024-02-21reset: Instantiate reset GPIO controller for shared reset-gpiosKrzysztof Kozlowski-13/+211
2023-11-30reset: Fix crash when freeing non-existent optional resetsGeert Uytterhoeven-4/+4
2023-10-24reset: Annotate struct reset_control_array with __counted_byKees Cook-2/+2
2022-05-03reset: ACPI reset supportKrishna Yarlagadda-1/+14
2021-06-07reset: bail if try_module_get() failsPhilipp Zabel-1/+4
2021-05-10reset: whitespace fixesPhilipp Zabel-10/+10
2021-03-18reset: Add reset_control_bulk APIPhilipp Zabel-0/+215
2021-01-14reset: core: fix a kernel-doc markupMauro Carvalho Chehab-2/+2
2020-11-16reset: make shared pulsed reset controls re-triggerableAmjad Ouled-Ameur-0/+73
2020-09-23reset: Fix and extend kerneldocKrzysztof Kozlowski-1/+2
2020-01-02reset: Align logic and flow in managed helpersGeert Uytterhoeven-16/+17
2019-12-10reset: Do not register resource data for missing resetsGeert Uytterhoeven-2/+2
2019-12-10reset: Fix {of,devm}_reset_control_array_get kerneldoc return typesGeert Uytterhoeven-4/+2
2019-12-05Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds-4/+4
2019-10-24reset: improve of_xlate documentationPhilipp Zabel-2/+4
2019-10-24reset: fix of_reset_control_get_count kerneldoc commentPhilipp Zabel-1/+2
2019-10-24reset: fix of_reset_simple_xlate kerneldoc commentPhilipp Zabel-1/+0
2019-10-22reset: Fix memory leak in reset_control_array_put()Kishon Vijay Abraham I-0/+1
2019-10-03reset: Remove copy'n'paste redundancy in the commentsAndy Shevchenko-2/+0
2019-07-04Merge tag 'reset-fixes-for-v5.2' of git://git.pengutronix.de/git/pza/linux in...Olof Johansson-3/+0
2019-07-04reset: remove redundant null check on pointer devColin Ian King-3/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2019-03-20reset: Add acquire/release support for arraysThierry Reding-1/+35
2019-03-20reset: Add acquired flag to of_reset_control_array_get()Thierry Reding-3/+6
2019-03-20reset: add acquired/released state for exclusive reset controlsPhilipp Zabel-12/+127
2019-01-07reset: fix null pointer dereference on dev by dev_nameColin Ian King-1/+2
2019-01-07reset: Add reset_control_get_count()Geert Uytterhoeven-0/+41
2018-10-08reset: Fix potential use-after-free in __of_reset_control_get()Geert Uytterhoeven-7/+8
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook-2/+1
2018-03-27reset: modify the way reset lookup works for board filesBartosz Golaszewski-7/+31
2018-03-27reset: add support for non-DT systemsBartosz Golaszewski-1/+71
2017-11-27reset: make device_reset_optional() really optionalMasahiro Yamada-4/+5
2017-07-19reset: make (de)assert report success for self-deasserting reset driversPhilipp Zabel-6/+25
2017-07-19reset: Add APIs to manage array of resetsVivek Gautam-1/+210
2017-06-06reset: use kref for reference countingPhilipp Zabel-8/+15
2017-04-04reset: add exported __reset_control_get, return NULL if optionalPhilipp Zabel-6/+16
2017-02-23Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-13/+42
2017-02-17reset: fix shared reset triggered_count decrement on errorJerome Brunet-1/+1
2017-02-01reset: core: fix reset_control_putHeiner Kallweit-1/+1
2017-01-20reset: make optional functions really optionalRamiro Oliveira-10/+39
2017-01-20reset: Change shared flag from int to boolRamiro Oliveira-4/+4
2016-11-14reset: allow using reset_control_reset with shared resetMartin Blumenstingl-6/+37
2016-08-24reset: warn on invalid input to reset_control_reset/assert/deassert/statusPhilipp Zabel-1/+11
2016-05-30reset: add devm_reset_controller_register APIMasahiro Yamada-0/+37
2016-03-30reset: Add support for shared reset controlsHans de Goede-11/+48
2016-03-30reset: Share struct reset_control between reset_control_get callsHans de Goede-21/+63