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