aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/reset.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-02reset: fix linux/reset.h errorsRandy Dunlap1-0/+2
2019-03-20reset: Add acquire/release support for arraysThierry Reding1-0/+6
2019-03-20reset: Add acquired flag to of_reset_control_array_get()Thierry Reding1-6/+8
2019-03-20reset: add acquired/released state for exclusive reset controlsPhilipp Zabel1-20/+73
2019-01-07reset: Add reset_control_get_count()Geert Uytterhoeven1-0/+7
2019-01-07reset: Improve reset controller kernel docsGeert Uytterhoeven1-4/+4
2018-10-04reset: Grammar s/more then once/more than once/Geert Uytterhoeven1-1/+1
2017-11-27reset: remove reset_control_get(_optional)Masahiro Yamada1-12/+0
2017-11-27reset: minimize the number of headers included from <linux/reset.h>Masahiro Yamada1-1/+3
2017-11-27reset: remove remaining WARN_ON() in <linux/reset.h>Masahiro Yamada1-6/+0
2017-11-27reset: make device_reset_optional() really optionalMasahiro Yamada1-15/+13
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-19reset: Add APIs to manage array of resetsVivek Gautam1-0/+68
2017-04-04reset: add exported __reset_control_get, return NULL if optionalPhilipp Zabel1-8/+14
2017-03-21reset: fix optional reset_control_get stubs to return NULLPhilipp Zabel1-7/+2
2017-01-20reset: make optional functions really optionalRamiro Oliveira1-19/+26
2017-01-20reset: Change shared flag from int to boolRamiro Oliveira1-16/+16
2016-06-29Merge branch 'reset/explicit-api' into reset/nextPhilipp Zabel1-44/+167
2016-06-29reset: TRIVIAL: Add line break at same place for similar APIsLee Jones1-2/+2
2016-06-29reset: Supply *_shared variant calls when using *_optional APIsLee Jones1-0/+12
2016-06-29reset: Supply *_shared variant calls when using of_* APILee Jones1-0/+53
2016-06-29reset: Ensure drivers are explicit when requesting reset linesLee Jones1-24/+82
2016-06-29reset: Reorder inline reset_control_get*() wrappersLee Jones1-21/+21
2016-06-01reset: Return -ENOTSUPP when not configuredJohn Youn1-2/+2
2016-04-04reset: Add missing function stub for device_resetDaniel Lezcano1-0/+6
2016-03-30reset: Add support for shared reset controlsHans de Goede1-15/+81
2016-03-30reset: Make [of_]reset_control_get[_foo] functions wrappersHans de Goede1-36/+90
2015-11-16reset: use ENOTSUPP instead of ENOSYSPhilipp Zabel1-4/+4
2015-11-16reset: add of_reset_control_get_by_index()Vince Hsu1-0/+9
2015-09-01reset: Add (devm_)reset_control_get stub functionsAxel Lin1-0/+14
2014-10-20reset: add reset_control_status helper functionDinh Nguyen1-0/+7
2014-04-14reset: Add of_reset_control_get to reset.hHans de Goede1-0/+10
2014-03-09reset: Add optional resets and stubsPhilipp Zabel1-5/+64
2014-02-03reset: Add of_reset_control_getMaxime Ripard1-0/+4
2013-04-12reset: Add reset controller APIPhilipp Zabel1-0/+17