summaryrefslogtreecommitdiffstats
path: root/include/linux/reset.h
Commit message (Expand)AuthorAgeFilesLines
* reset: Fix devm bulk optional exclusive control getterSerge Semin2022-06-291-1/+1
* reset: Add of_reset_control_get_optional_exclusive()Biju Das2021-11-191-0/+20
* Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-051-0/+5
|\
| * reset: add missing empty function reset_control_rearm()Jim Quinlan2021-05-031-0/+5
* | reset: Add reset_control_bulk APIPhilipp Zabel2021-03-181-0/+315
|/
* reset: Add devm_reset_control_get_optional_exclusive_released()Dmitry Osipenko2021-01-251-0/+19
* reset: make shared pulsed reset controls re-triggerableAmjad Ouled-Ameur2020-11-161-0/+1
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-12-051-0/+46
|\
| * reset: document (devm_)reset_control_get_optional variantsPhilipp Zabel2019-10-241-0/+46
* | reset: fix reset_control_get_exclusive kerneldoc commentPhilipp Zabel2019-10-241-1/+1
|/
* reset: fix linux/reset.h errorsRandy Dunlap2019-04-021-0/+2
* reset: Add acquire/release support for arraysThierry Reding2019-03-201-0/+6
* reset: Add acquired flag to of_reset_control_array_get()Thierry Reding2019-03-201-6/+8
* reset: add acquired/released state for exclusive reset controlsPhilipp Zabel2019-03-201-20/+73
* reset: Add reset_control_get_count()Geert Uytterhoeven2019-01-071-0/+7
* reset: Improve reset controller kernel docsGeert Uytterhoeven2019-01-071-4/+4
* reset: Grammar s/more then once/more than once/Geert Uytterhoeven2018-10-041-1/+1
* reset: remove reset_control_get(_optional)Masahiro Yamada2017-11-271-12/+0
* reset: minimize the number of headers included from <linux/reset.h>Masahiro Yamada2017-11-271-1/+3
* reset: remove remaining WARN_ON() in <linux/reset.h>Masahiro Yamada2017-11-271-6/+0
* reset: make device_reset_optional() really optionalMasahiro Yamada2017-11-271-15/+13
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* reset: Add APIs to manage array of resetsVivek Gautam2017-07-191-0/+68
* reset: add exported __reset_control_get, return NULL if optionalPhilipp Zabel2017-04-041-8/+14
* reset: fix optional reset_control_get stubs to return NULLPhilipp Zabel2017-03-211-7/+2
* reset: make optional functions really optionalRamiro Oliveira2017-01-201-19/+26
* reset: Change shared flag from int to boolRamiro Oliveira2017-01-201-16/+16
* Merge branch 'reset/explicit-api' into reset/nextPhilipp Zabel2016-06-291-44/+167
|\
| * reset: TRIVIAL: Add line break at same place for similar APIsLee Jones2016-06-291-2/+2
| * reset: Supply *_shared variant calls when using *_optional APIsLee Jones2016-06-291-0/+12
| * reset: Supply *_shared variant calls when using of_* APILee Jones2016-06-291-0/+53
| * reset: Ensure drivers are explicit when requesting reset linesLee Jones2016-06-291-24/+82
| * reset: Reorder inline reset_control_get*() wrappersLee Jones2016-06-291-21/+21
* | reset: Return -ENOTSUPP when not configuredJohn Youn2016-06-011-2/+2
|/
* reset: Add missing function stub for device_resetDaniel Lezcano2016-04-041-0/+6
* reset: Add support for shared reset controlsHans de Goede2016-03-301-15/+81
* reset: Make [of_]reset_control_get[_foo] functions wrappersHans de Goede2016-03-301-36/+90
* reset: use ENOTSUPP instead of ENOSYSPhilipp Zabel2015-11-161-4/+4
* reset: add of_reset_control_get_by_index()Vince Hsu2015-11-161-0/+9
* reset: Add (devm_)reset_control_get stub functionsAxel Lin2015-09-011-0/+14
* reset: add reset_control_status helper functionDinh Nguyen2014-10-201-0/+7
* reset: Add of_reset_control_get to reset.hHans de Goede2014-04-141-0/+10
* reset: Add optional resets and stubsPhilipp Zabel2014-03-091-5/+64
* reset: Add of_reset_control_getMaxime Ripard2014-02-031-0/+4
* reset: Add reset controller APIPhilipp Zabel2013-04-121-0/+17