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