aboutsummaryrefslogtreecommitdiff
path: root/include/linux/reset.h
AgeCommit message (Expand)AuthorFilesLines
2021-11-19reset: Add of_reset_control_get_optional_exclusive()Gravatar Biju Das 1-0/+20
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+5
2021-05-03reset: add missing empty function reset_control_rearm()Gravatar Jim Quinlan 1-0/+5
2021-03-18reset: Add reset_control_bulk APIGravatar Philipp Zabel 1-0/+315
2021-01-25reset: Add devm_reset_control_get_optional_exclusive_released()Gravatar Dmitry Osipenko 1-0/+19
2020-11-16reset: make shared pulsed reset controls re-triggerableGravatar Amjad Ouled-Ameur 1-0/+1
2019-12-05Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Gravatar Linus Torvalds 1-0/+46
2019-10-24reset: document (devm_)reset_control_get_optional variantsGravatar Philipp Zabel 1-0/+46
2019-10-24reset: fix reset_control_get_exclusive kerneldoc commentGravatar Philipp Zabel 1-1/+1
2019-04-02reset: fix linux/reset.h errorsGravatar Randy Dunlap 1-0/+2
2019-03-20reset: Add acquire/release support for arraysGravatar Thierry Reding 1-0/+6
2019-03-20reset: Add acquired flag to of_reset_control_array_get()Gravatar Thierry Reding 1-6/+8
2019-03-20reset: add acquired/released state for exclusive reset controlsGravatar Philipp Zabel 1-20/+73
2019-01-07reset: Add reset_control_get_count()Gravatar Geert Uytterhoeven 1-0/+7
2019-01-07reset: Improve reset controller kernel docsGravatar Geert Uytterhoeven 1-4/+4
2018-10-04reset: Grammar s/more then once/more than once/Gravatar Geert Uytterhoeven 1-1/+1
2017-11-27reset: remove reset_control_get(_optional)Gravatar Masahiro Yamada 1-12/+0
2017-11-27reset: minimize the number of headers included from <linux/reset.h>Gravatar Masahiro Yamada 1-1/+3
2017-11-27reset: remove remaining WARN_ON() in <linux/reset.h>Gravatar Masahiro Yamada 1-6/+0
2017-11-27reset: make device_reset_optional() really optionalGravatar Masahiro Yamada 1-15/+13
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-19reset: Add APIs to manage array of resetsGravatar Vivek Gautam 1-0/+68
2017-04-04reset: add exported __reset_control_get, return NULL if optionalGravatar Philipp Zabel 1-8/+14
2017-03-21reset: fix optional reset_control_get stubs to return NULLGravatar Philipp Zabel 1-7/+2
2017-01-20reset: make optional functions really optionalGravatar Ramiro Oliveira 1-19/+26
2017-01-20reset: Change shared flag from int to boolGravatar Ramiro Oliveira 1-16/+16
2016-06-29Merge branch 'reset/explicit-api' into reset/nextGravatar Philipp Zabel 1-44/+167
2016-06-29reset: TRIVIAL: Add line break at same place for similar APIsGravatar Lee Jones 1-2/+2
2016-06-29reset: Supply *_shared variant calls when using *_optional APIsGravatar Lee Jones 1-0/+12
2016-06-29reset: Supply *_shared variant calls when using of_* APIGravatar Lee Jones 1-0/+53
2016-06-29reset: Ensure drivers are explicit when requesting reset linesGravatar Lee Jones 1-24/+82
2016-06-29reset: Reorder inline reset_control_get*() wrappersGravatar Lee Jones 1-21/+21
2016-06-01reset: Return -ENOTSUPP when not configuredGravatar John Youn 1-2/+2
2016-04-04reset: Add missing function stub for device_resetGravatar Daniel Lezcano 1-0/+6
2016-03-30reset: Add support for shared reset controlsGravatar Hans de Goede 1-15/+81
2016-03-30reset: Make [of_]reset_control_get[_foo] functions wrappersGravatar Hans de Goede 1-36/+90
2015-11-16reset: use ENOTSUPP instead of ENOSYSGravatar Philipp Zabel 1-4/+4
2015-11-16reset: add of_reset_control_get_by_index()Gravatar Vince Hsu 1-0/+9
2015-09-01reset: Add (devm_)reset_control_get stub functionsGravatar Axel Lin 1-0/+14
2014-10-20reset: add reset_control_status helper functionGravatar Dinh Nguyen 1-0/+7
2014-04-14reset: Add of_reset_control_get to reset.hGravatar Hans de Goede 1-0/+10
2014-03-09reset: Add optional resets and stubsGravatar Philipp Zabel 1-5/+64
2014-02-03reset: Add of_reset_control_getGravatar Maxime Ripard 1-0/+4
2013-04-12reset: Add reset controller APIGravatar Philipp Zabel 1-0/+17