1. f673ed4d reset: sti: Make reset_control_ops const by Philipp Zabel · 8 years ago
  2. 356d108 reset: zynq: Make reset_control_ops const by Philipp Zabel · 8 years ago
  3. 387eb3f reset: socfpga: Make reset_control_ops const by Philipp Zabel · 8 years ago
  4. 0e18e60 reset: hi6220: Make reset_control_ops const by Philipp Zabel · 8 years ago
  5. d2f79f2 reset: ath79: Make reset_control_ops const by Philipp Zabel · 8 years ago
  6. 1a55cad reset: lpc18xx: Make reset_control_ops const by Philipp Zabel · 8 years ago
  7. 01501d5 reset: sunxi: Make reset_control_ops const by Philipp Zabel · 8 years ago
  8. c0cc260 reset: img: Make reset_control_ops const by Philipp Zabel · 8 years ago
  9. b7a9007 reset: berlin: Make reset_control_ops const by Philipp Zabel · 8 years ago
  10. 27ca5aa reset: berlin: drop DT cell size check by Philipp Zabel · 8 years ago
  11. 8a56736 reset: img: Add Pistachio reset controller driver by Damien Horsley · 8 years ago
  12. c41ef91 reset: hisilicon: check return value of reset_controller_register() by Masahiro Yamada · 8 years ago
  13. e677774 reset: Move DT cell size check to the core by Maxime Ripard · 8 years ago
  14. d056c9b reset: remove unnecessary local variable initialization from of_reset_control_get_by_index by Philipp Zabel · 9 years ago
  15. 70b3590 reset: hi6220: fix modular build by Arnd Bergmann · 9 years ago
  16. ba64e27 reset: ath79: Add system restart support by Alban Bedel · 9 years ago
  17. f59d23c reset: hi6220: Reset driver for hisilicon hi6220 SoC by Chen Feng · 9 years ago
  18. b354f68 reset: remove unused device pointer from struct reset_control by Philipp Zabel · 9 years ago
  19. d1f15aa reset: check return value of reset_controller_register() by Masahiro Yamada · 9 years ago
  20. 5b321a6 reset: remove redundant $(CONFIG_RESET_CONTROLLER) from Makefile by Masahiro Yamada · 9 years ago
  21. 39b4da7 reset: use ENOTSUPP instead of ENOSYS by Philipp Zabel · 9 years ago
  22. fddad17 reset: sunxi: mark the of_device_id array as __initconst by Philipp Zabel · 9 years ago
  23. 0437838 reset: sti: add a missing blank line after declaration by Philipp Zabel · 9 years ago
  24. 9a4cc89 reset: sti: Provide ops .status() call-back by Lee Jones · 9 years ago
  25. 1a53938 reset: sti: Add support for resetting co-processors by Lee Jones · 9 years ago
  26. 3d81216 reset: Fix of_reset_control_get() for consistent return values by Alban Bedel · 9 years ago
  27. c0a13aa reset: add of_reset_control_get_by_index() by Vince Hsu · 9 years ago
  28. f319cb8 reset: ath79: Fix missing spin_lock_init by Axel Lin · 9 years ago
  29. 5d44595 Merge branch 'reset/ath79' into reset/next by Philipp Zabel · 9 years ago
  30. fedf42b reset: reset-zynq: Adding support for Xilinx Zynq reset controller. by Moritz Fischer · 9 years ago
  31. ff591a9 reset: Add a driver for the reset controller on the AR71XX/AR9XXX by Alban Bedel · 9 years ago
  32. 27e4464 reset: socfpga: Update reset-socfpga to read the altr,modrst-offset property by Dinh Nguyen · 9 years ago
  33. c392b65 reset: add driver for lpc18xx rgu by Joachim Eastwood · 9 years ago
  34. a518db4 reset: sti: constify of_device_id array by Fabian Frederick · 9 years ago
  35. efdf5aa ARM: STi: DT: Move reset controller constants into common location by Philipp Zabel · 9 years ago
  36. bfff629 reset: berlin: drop arch_initcall initialization by Antoine Tenart · 9 years ago
  37. aed6f3c reset: berlin: convert to a platform driver by Antoine Tenart · 9 years ago
  38. 41544f9 reset: sunxi: fix spinlock initialization by Tyler Baker · 9 years ago
  39. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  40. a8afa26 Merge tag 'reset-for-3.19-2' of git://git.pengutronix.de/git/pza/linux into next/drivers by Arnd Bergmann · 10 years ago
  41. f200890 reset: add socfpga_reset_status by Dinh Nguyen · 10 years ago
  42. 1a5f77d Merge tag 'sti-reset-for-v3.19-1' of git://git.stlinux.com/devel/kernel/linux-sti into reset/for_v3.19 by Philipp Zabel · 10 years ago
  43. 3ba9204 reset: stih407: Add softreset, powerdown and picophy controllers by Peter Griffin · 10 years ago
  44. bd13251 reset: add the Berlin reset controller driver by Antoine Ténart · 10 years ago
  45. d373860 reset: sti: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  46. 569d5e9 reset: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  47. 729de41 reset: add reset_control_status helper function by Dinh Nguyen · 10 years ago
  48. a727eaf Merge tag 'drivers-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into next by Linus Torvalds · 10 years ago
  49. ed99885 Merge branch 'sunxi/drivers-for-3.16' of https://github.com/mripard/linux into next/drivers by Olof Johansson · 10 years ago
  50. d6c057f driver: reset: sti: add keyscan for stih416 by Gabriel FERNANDEZ · 10 years ago
  51. ce73d9b driver: reset: sti: add keyscan for stih415 by Gabriel FERNANDEZ · 10 years ago
  52. cd90f0c reset: sunxi: allow MFD subdevices probe by Boris BREZILLON · 10 years ago
  53. a39a493 reset: add driver for socfpga by Steffen Trumtrar · 10 years ago
  54. 463e847 Merge branch 'reset/for_v3.15' of git://git.pengutronix.de/git/pza/linux into next/drivers by Arnd Bergmann · 10 years ago
  55. e9de663 drivers: reset: stih416: add softreset controller by Srinivas Kandagatla · 11 years ago
  56. a596ebd drivers: reset: stih415: add softreset controller by Srinivas Kandagatla · 11 years ago
  57. d0ace0f drivers: reset: Reset controller driver for STiH416 by Stephen Gallimore · 11 years ago
  58. 1f42c29 drivers: reset: Reset controller driver for STiH415 by Stephen Gallimore · 11 years ago
  59. e5d7607 drivers: reset: STi SoC system configuration reset controller support by Stephen Gallimore · 11 years ago
  60. fc0a592 reset: Add of_reset_control_get by Maxime Ripard · 11 years ago
  61. 0c5b2b9 reset: Mark function as static and remove unused function in core.c by Rashika Kheria · 11 years ago
  62. 3d10302 reset: allow drivers to request probe deferral by Philipp Zabel · 11 years ago
  63. 8f1ae77 reset: Add Allwinner SoCs Reset Controller Driver by Maxime Ripard · 11 years ago
  64. 6034bb2 reset: NULL deref on allocation failure by Dan Carpenter · 11 years ago
  65. 61fc413 reset: Add reset controller API by Philipp Zabel · 12 years ago