index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
reset
/
core.c
Age
Commit message (
Expand
)
Author
2020-01-02
reset: Align logic and flow in managed helpers
Geert Uytterhoeven
2019-12-10
reset: Do not register resource data for missing resets
Geert Uytterhoeven
2019-12-10
reset: Fix {of,devm}_reset_control_array_get kerneldoc return types
Geert Uytterhoeven
2019-12-05
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
Linus Torvalds
2019-10-24
reset: improve of_xlate documentation
Philipp Zabel
2019-10-24
reset: fix of_reset_control_get_count kerneldoc comment
Philipp Zabel
2019-10-24
reset: fix of_reset_simple_xlate kerneldoc comment
Philipp Zabel
2019-10-22
reset: Fix memory leak in reset_control_array_put()
Kishon Vijay Abraham I
2019-10-03
reset: Remove copy'n'paste redundancy in the comments
Andy Shevchenko
2019-07-04
Merge tag 'reset-fixes-for-v5.2' of git://git.pengutronix.de/git/pza/linux in...
Olof Johansson
2019-07-04
reset: remove redundant null check on pointer dev
Colin Ian King
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-03-20
reset: Add acquire/release support for arrays
Thierry Reding
2019-03-20
reset: Add acquired flag to of_reset_control_array_get()
Thierry Reding
2019-03-20
reset: add acquired/released state for exclusive reset controls
Philipp Zabel
2019-01-07
reset: fix null pointer dereference on dev by dev_name
Colin Ian King
2019-01-07
reset: Add reset_control_get_count()
Geert Uytterhoeven
2018-10-08
reset: Fix potential use-after-free in __of_reset_control_get()
Geert Uytterhoeven
2018-06-06
treewide: Use struct_size() for kmalloc()-family
Kees Cook
2018-03-27
reset: modify the way reset lookup works for board files
Bartosz Golaszewski
2018-03-27
reset: add support for non-DT systems
Bartosz Golaszewski
2017-11-27
reset: make device_reset_optional() really optional
Masahiro Yamada
2017-07-19
reset: make (de)assert report success for self-deasserting reset drivers
Philipp Zabel
2017-07-19
reset: Add APIs to manage array of resets
Vivek Gautam
2017-06-06
reset: use kref for reference counting
Philipp Zabel
2017-04-04
reset: add exported __reset_control_get, return NULL if optional
Philipp Zabel
2017-02-23
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2017-02-17
reset: fix shared reset triggered_count decrement on error
Jerome Brunet
2017-02-01
reset: core: fix reset_control_put
Heiner Kallweit
2017-01-20
reset: make optional functions really optional
Ramiro Oliveira
2017-01-20
reset: Change shared flag from int to bool
Ramiro Oliveira
2016-11-14
reset: allow using reset_control_reset with shared reset
Martin Blumenstingl
2016-08-24
reset: warn on invalid input to reset_control_reset/assert/deassert/status
Philipp Zabel
2016-05-30
reset: add devm_reset_controller_register API
Masahiro Yamada
2016-03-30
reset: Add support for shared reset controls
Hans de Goede
2016-03-30
reset: Share struct reset_control between reset_control_get calls
Hans de Goede
2016-03-30
reset: Make [of_]reset_control_get[_foo] functions wrappers
Hans de Goede
2016-01-25
reset: Move DT cell size check to the core
Maxime Ripard
2016-01-25
reset: remove unnecessary local variable initialization from of_reset_control...
Philipp Zabel
2015-11-18
reset: remove unused device pointer from struct reset_control
Philipp Zabel
2015-11-16
reset: use ENOTSUPP instead of ENOSYS
Philipp Zabel
2015-11-16
reset: Fix of_reset_control_get() for consistent return values
Alban Bedel
2015-11-16
reset: add of_reset_control_get_by_index()
Vince Hsu
2014-10-20
reset: add reset_control_status helper function
Dinh Nguyen
2014-02-03
reset: Add of_reset_control_get
Maxime Ripard
2014-02-03
reset: Mark function as static and remove unused function in core.c
Rashika Kheria
2014-02-03
reset: allow drivers to request probe deferral
Philipp Zabel
2013-04-12
reset: NULL deref on allocation failure
Dan Carpenter
2013-04-12
reset: Add reset controller API
Philipp Zabel