1. 4fb26fb reset: bail if try_module_get() fails by Philipp Zabel · 3 years, 7 months ago
  2. 1c5e05c reset: whitespace fixes by Philipp Zabel · 3 years, 11 months ago
  3. 48d7139 reset: Add reset_control_bulk API by Philipp Zabel · 3 years, 10 months ago
  4. ac9b755 reset: core: fix a kernel-doc markup by Mauro Carvalho Chehab · 4 years ago
  5. 557acb3 reset: make shared pulsed reset controls re-triggerable by Amjad Ouled-Ameur · 4 years, 2 months ago
  6. 3315be5 reset: Fix and extend kerneldoc by Krzysztof Kozlowski · 4 years, 6 months ago
  7. a9457ed reset: Align logic and flow in managed helpers by Geert Uytterhoeven · 5 years ago
  8. db23808 reset: Do not register resource data for missing resets by Geert Uytterhoeven · 5 years ago
  9. 723c001 reset: Fix {of,devm}_reset_control_array_get kerneldoc return types by Geert Uytterhoeven · 5 years ago
  10. ec939e4 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 5 years ago
  11. a48108c reset: improve of_xlate documentation by Philipp Zabel · 5 years ago
  12. 77d551b reset: fix of_reset_control_get_count kerneldoc comment by Philipp Zabel · 5 years ago
  13. 47db565 reset: fix of_reset_simple_xlate kerneldoc comment by Philipp Zabel · 5 years ago
  14. 532f9cd reset: Fix memory leak in reset_control_array_put() by Kishon Vijay Abraham I · 5 years ago
  15. b89a8da reset: Remove copy'n'paste redundancy in the comments by Andy Shevchenko · 5 years ago
  16. d9deea2 Merge tag 'reset-fixes-for-v5.2' of git://git.pengutronix.de/git/pza/linux into arm/drivers by Olof Johansson · 6 years ago
  17. a71dcd3 reset: remove redundant null check on pointer dev by Colin Ian King · 6 years ago
  18. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  19. 22815f18 reset: Add acquire/release support for arrays by Thierry Reding · 6 years ago
  20. f31d5c2 reset: Add acquired flag to of_reset_control_array_get() by Thierry Reding · 6 years ago
  21. c84b032 reset: add acquired/released state for exclusive reset controls by Philipp Zabel · 6 years ago
  22. 151f72f reset: fix null pointer dereference on dev by dev_name by Colin Ian King · 6 years ago
  23. eaf91db reset: Add reset_control_get_count() by Geert Uytterhoeven · 6 years ago
  24. b790c8e reset: Fix potential use-after-free in __of_reset_control_get() by Geert Uytterhoeven · 6 years ago
  25. acafe7e treewide: Use struct_size() for kmalloc()-family by Kees Cook · 7 years ago
  26. e2749bb reset: modify the way reset lookup works for board files by Bartosz Golaszewski · 7 years ago
  27. 6691dff reset: add support for non-DT systems by Bartosz Golaszewski · 7 years ago
  28. 1554bbd reset: make device_reset_optional() really optional by Masahiro Yamada · 7 years ago
  29. 21240eb reset: make (de)assert report success for self-deasserting reset drivers by Philipp Zabel · 8 years ago
  30. 17c82e2 reset: Add APIs to manage array of resets by Vivek Gautam · 8 years ago
  31. d25e433 reset: use kref for reference counting by Philipp Zabel · 8 years ago
  32. 62e24c5 reset: add exported __reset_control_get, return NULL if optional by Philipp Zabel · 9 years ago
  33. b2e3c43 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  34. e5a1dad reset: fix shared reset triggered_count decrement on error by Jerome Brunet · 8 years ago
  35. 4891486 reset: core: fix reset_control_put by Heiner Kallweit · 8 years ago
  36. bb47523 reset: make optional functions really optional by Ramiro Oliveira · 8 years ago
  37. ee48c72 reset: Change shared flag from int to bool by Ramiro Oliveira · 8 years ago
  38. 7da33a3 reset: allow using reset_control_reset with shared reset by Martin Blumenstingl · 8 years ago
  39. a3774e1 reset: warn on invalid input to reset_control_reset/assert/deassert/status by Philipp Zabel · 9 years ago
  40. 8d5b5d5 reset: add devm_reset_controller_register API by Masahiro Yamada · 9 years ago
  41. 0b52297 reset: Add support for shared reset controls by Hans de Goede · 9 years ago
  42. c15ddec reset: Share struct reset_control between reset_control_get calls by Hans de Goede · 9 years ago
  43. 6c96f05 reset: Make [of_]reset_control_get[_foo] functions wrappers by Hans de Goede · 9 years ago
  44. e677774 reset: Move DT cell size check to the core by Maxime Ripard · 9 years ago
  45. d056c9b reset: remove unnecessary local variable initialization from of_reset_control_get_by_index by Philipp Zabel · 9 years ago
  46. b354f68 reset: remove unused device pointer from struct reset_control by Philipp Zabel · 9 years ago
  47. 39b4da7 reset: use ENOTSUPP instead of ENOSYS by Philipp Zabel · 9 years ago
  48. 3d81216 reset: Fix of_reset_control_get() for consistent return values by Alban Bedel · 9 years ago
  49. c0a13aa6 reset: add of_reset_control_get_by_index() by Vince Hsu · 10 years ago
  50. 729de41 reset: add reset_control_status helper function by Dinh Nguyen · 10 years ago
  51. fc0a592 reset: Add of_reset_control_get by Maxime Ripard · 11 years ago
  52. 0c5b2b9 reset: Mark function as static and remove unused function in core.c by Rashika Kheria · 11 years ago
  53. 3d10302 reset: allow drivers to request probe deferral by Philipp Zabel · 12 years ago
  54. 6034bb2 reset: NULL deref on allocation failure by Dan Carpenter · 12 years ago
  55. 61fc413 reset: Add reset controller API by Philipp Zabel · 12 years ago