summaryrefslogtreecommitdiffstats
path: root/include/linux/reset.h
Commit message (Expand)AuthorAgeFilesLines
* 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