summaryrefslogtreecommitdiff
path: root/include/linux/reset.h
AgeCommit message (Expand)Author
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-05-03reset: add missing empty function reset_control_rearm()Jim Quinlan
2021-03-18reset: Add reset_control_bulk APIPhilipp Zabel
2021-01-25reset: Add devm_reset_control_get_optional_exclusive_released()Dmitry Osipenko
2020-11-16reset: make shared pulsed reset controls re-triggerableAmjad Ouled-Ameur
2019-12-05Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2019-10-24reset: document (devm_)reset_control_get_optional variantsPhilipp Zabel
2019-10-24reset: fix reset_control_get_exclusive kerneldoc commentPhilipp Zabel
2019-04-02reset: fix linux/reset.h errorsRandy Dunlap
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: Add reset_control_get_count()Geert Uytterhoeven
2019-01-07reset: Improve reset controller kernel docsGeert Uytterhoeven
2018-10-04reset: Grammar s/more then once/more than once/Geert Uytterhoeven
2017-11-27reset: remove reset_control_get(_optional)Masahiro Yamada
2017-11-27reset: minimize the number of headers included from <linux/reset.h>Masahiro Yamada
2017-11-27reset: remove remaining WARN_ON() in <linux/reset.h>Masahiro Yamada
2017-11-27reset: make device_reset_optional() really optionalMasahiro Yamada
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-19reset: Add APIs to manage array of resetsVivek Gautam
2017-04-04reset: add exported __reset_control_get, return NULL if optionalPhilipp Zabel
2017-03-21reset: fix optional reset_control_get stubs to return NULLPhilipp Zabel
2017-01-20reset: make optional functions really optionalRamiro Oliveira
2017-01-20reset: Change shared flag from int to boolRamiro Oliveira
2016-06-29Merge branch 'reset/explicit-api' into reset/nextPhilipp Zabel
2016-06-29reset: TRIVIAL: Add line break at same place for similar APIsLee Jones
2016-06-29reset: Supply *_shared variant calls when using *_optional APIsLee Jones
2016-06-29reset: Supply *_shared variant calls when using of_* APILee Jones
2016-06-29reset: Ensure drivers are explicit when requesting reset linesLee Jones
2016-06-29reset: Reorder inline reset_control_get*() wrappersLee Jones
2016-06-01reset: Return -ENOTSUPP when not configuredJohn Youn
2016-04-04reset: Add missing function stub for device_resetDaniel Lezcano
2016-03-30reset: Add support for shared reset controlsHans de Goede
2016-03-30reset: Make [of_]reset_control_get[_foo] functions wrappersHans de Goede
2015-11-16reset: use ENOTSUPP instead of ENOSYSPhilipp Zabel
2015-11-16reset: add of_reset_control_get_by_index()Vince Hsu
2015-09-01reset: Add (devm_)reset_control_get stub functionsAxel Lin
2014-10-20reset: add reset_control_status helper functionDinh Nguyen
2014-04-14reset: Add of_reset_control_get to reset.hHans de Goede
2014-03-09reset: Add optional resets and stubsPhilipp Zabel
2014-02-03reset: Add of_reset_control_getMaxime Ripard
2013-04-12reset: Add reset controller APIPhilipp Zabel