index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
reset
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-06
treewide: Use struct_size() for kmalloc()-family
Kees Cook
1
-2
/
+1
2018-03-27
reset: modify the way reset lookup works for board files
Bartosz Golaszewski
1
-7
/
+31
2018-03-27
reset: add support for non-DT systems
Bartosz Golaszewski
1
-1
/
+71
2017-11-27
reset: make device_reset_optional() really optional
Masahiro Yamada
1
-4
/
+5
2017-07-19
reset: make (de)assert report success for self-deasserting reset drivers
Philipp Zabel
1
-6
/
+25
2017-07-19
reset: Add APIs to manage array of resets
Vivek Gautam
1
-1
/
+210
2017-06-06
reset: use kref for reference counting
Philipp Zabel
1
-8
/
+15
2017-04-04
reset: add exported __reset_control_get, return NULL if optional
Philipp Zabel
1
-6
/
+16
2017-02-23
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-13
/
+42
2017-02-17
reset: fix shared reset triggered_count decrement on error
Jerome Brunet
1
-1
/
+1
2017-02-01
reset: core: fix reset_control_put
Heiner Kallweit
1
-1
/
+1
2017-01-20
reset: make optional functions really optional
Ramiro Oliveira
1
-10
/
+39
2017-01-20
reset: Change shared flag from int to bool
Ramiro Oliveira
1
-4
/
+4
2016-11-14
reset: allow using reset_control_reset with shared reset
Martin Blumenstingl
1
-6
/
+37
2016-08-24
reset: warn on invalid input to reset_control_reset/assert/deassert/status
Philipp Zabel
1
-1
/
+11
2016-05-30
reset: add devm_reset_controller_register API
Masahiro Yamada
1
-0
/
+37
2016-03-30
reset: Add support for shared reset controls
Hans de Goede
1
-11
/
+48
2016-03-30
reset: Share struct reset_control between reset_control_get calls
Hans de Goede
1
-21
/
+63
2016-03-30
reset: Make [of_]reset_control_get[_foo] functions wrappers
Hans de Goede
1
-67
/
+17
2016-01-25
reset: Move DT cell size check to the core
Maxime Ripard
1
-3
/
+5
2016-01-25
reset: remove unnecessary local variable initialization from of_reset_control...
Philipp Zabel
1
-1
/
+1
2015-11-18
reset: remove unused device pointer from struct reset_control
Philipp Zabel
1
-8
/
+1
2015-11-16
reset: use ENOTSUPP instead of ENOSYS
Philipp Zabel
1
-4
/
+4
2015-11-16
reset: Fix of_reset_control_get() for consistent return values
Alban Bedel
1
-1
/
+4
2015-11-16
reset: add of_reset_control_get_by_index()
Vince Hsu
1
-11
/
+29
2014-10-20
reset: add reset_control_status helper function
Dinh Nguyen
1
-0
/
+15
2014-02-03
reset: Add of_reset_control_get
Maxime Ripard
1
-9
/
+30
2014-02-03
reset: Mark function as static and remove unused function in core.c
Rashika Kheria
1
-29
/
+1
2014-02-03
reset: allow drivers to request probe deferral
Philipp Zabel
1
-1
/
+1
2013-04-12
reset: NULL deref on allocation failure
Dan Carpenter
1
-1
/
+1
2013-04-12
reset: Add reset controller API
Philipp Zabel
1
-0
/
+297