index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
reset
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-22
reset: uniphier: rename MIO reset to SD reset for Pro5, PXs2, LD20 SoCs
Masahiro Yamada
1
-8
/
+8
2016-08-30
reset: hi6220: allow to compile test driver on other architectures
Philipp Zabel
2
-2
/
+3
2016-08-30
reset: zynq: add driver Kconfig option
Philipp Zabel
2
-1
/
+7
2016-08-30
reset: sunxi: add driver Kconfig option
Philipp Zabel
2
-1
/
+7
2016-08-30
reset: stm32: add driver Kconfig option
Philipp Zabel
2
-1
/
+7
2016-08-30
reset: socfpga: add driver Kconfig option
Philipp Zabel
2
-1
/
+7
2016-08-30
reset: pistachio: add driver Kconfig option
Philipp Zabel
2
-1
/
+7
2016-08-25
reset: meson: add driver Kconfig option
Philipp Zabel
2
-1
/
+7
2016-08-25
reset: lpc18xx: add driver Kconfig option
Philipp Zabel
2
-1
/
+7
2016-08-25
reset: berlin: add driver Kconfig option
Philipp Zabel
2
-1
/
+7
2016-08-25
reset: ath79: add driver Kconfig option
Philipp Zabel
2
-1
/
+8
2016-08-25
reset: ath79: add missing include
Philipp Zabel
1
-0
/
+1
2016-08-24
reset: warn on invalid input to reset_control_reset/assert/deassert/status
Philipp Zabel
1
-1
/
+11
2016-08-24
reset: uniphier: add reset controller driver for UniPhier SoCs
Masahiro Yamada
3
-0
/
+451
2016-08-24
drivers: reset: Add STM32 reset driver
Maxime Coquelin
2
-0
/
+109
2016-08-08
reset: socfpga: no need to store modrst_offset
Philipp Zabel
1
-10
/
+9
2016-06-30
reset: add TI SYSCON based reset driver
Andrew F. Davis
3
-0
/
+248
2016-06-30
reset: hisilicon: Add hi6220 media subsystem reset support
Xinliang Liu
1
-2
/
+47
2016-06-30
reset: hisilicon: Change to syscon register access
Chen Feng
1
-40
/
+45
2016-06-01
reset: Add support for the Amlogic Meson SoC Reset Controller
Neil Armstrong
2
-0
/
+137
2016-05-30
reset: oxnas: Use devm register API and get rid of platform remove
Neil Armstrong
1
-11
/
+1
2016-05-30
reset: fix Kconfig menu to include reset drivers in sub-menu
Masahiro Yamada
2
-1
/
+4
2016-05-30
reset: zynq: use devm_reset_controller_register()
Masahiro Yamada
1
-11
/
+1
2016-05-30
reset: socfpga: use devm_reset_controller_register()
Masahiro Yamada
1
-11
/
+1
2016-05-30
reset: sunxi: use devm_reset_controller_register()
Masahiro Yamada
1
-11
/
+1
2016-05-30
reset: pistachio: use devm_reset_controller_register()
Masahiro Yamada
1
-11
/
+1
2016-05-30
reset: ath79: use devm_reset_controller_register()
Masahiro Yamada
1
-2
/
+1
2016-05-30
reset: add devm_reset_controller_register API
Masahiro Yamada
1
-0
/
+37
2016-04-01
reset: Add Oxford Semiconductor Reset Controller driver
Neil Armstrong
3
-0
/
+140
2016-03-30
reset: lpc18xx: get rid of global variables for restart notifier
Joachim Eastwood
1
-12
/
+10
2016-03-30
reset: Add support for shared reset controls
Hans de Goede
1
-11
/
+48
2016-03-30
reset: Share struct reset_control between reset_control_get calls
Hans de Goede
1
-21
/
+63
2016-03-30
reset: Make [of_]reset_control_get[_foo] functions wrappers
Hans de Goede
1
-67
/
+17
2016-02-10
reset: sti: Make reset_control_ops const
Philipp Zabel
1
-1
/
+1
2016-02-10
reset: zynq: Make reset_control_ops const
Philipp Zabel
1
-1
/
+1
2016-02-10
reset: socfpga: Make reset_control_ops const
Philipp Zabel
1
-1
/
+1
2016-02-10
reset: hi6220: Make reset_control_ops const
Philipp Zabel
1
-1
/
+1
2016-02-10
reset: ath79: Make reset_control_ops const
Philipp Zabel
1
-1
/
+1
2016-02-08
reset: lpc18xx: Make reset_control_ops const
Philipp Zabel
1
-1
/
+1
2016-02-08
reset: sunxi: Make reset_control_ops const
Philipp Zabel
1
-1
/
+1
2016-02-08
reset: img: Make reset_control_ops const
Philipp Zabel
1
-1
/
+1
2016-02-08
reset: berlin: Make reset_control_ops const
Philipp Zabel
1
-1
/
+1
2016-02-05
reset: berlin: drop DT cell size check
Philipp Zabel
1
-3
/
+0
2016-02-05
reset: img: Add Pistachio reset controller driver
Damien Horsley
2
-0
/
+155
2016-01-25
reset: hisilicon: check return value of reset_controller_register()
Masahiro Yamada
1
-3
/
+1
2016-01-25
reset: Move DT cell size check to the core
Maxime Ripard
1
-3
/
+5
2016-01-25
reset: remove unnecessary local variable initialization from of_reset_control...
Philipp Zabel
1
-1
/
+1
2015-12-12
reset: hi6220: fix modular build
Arnd Bergmann
1
-0
/
+1
2015-11-25
reset: ath79: Add system restart support
Alban Bedel
1
-1
/
+29
2015-11-20
reset: hi6220: Reset driver for hisilicon hi6220 SoC
Chen Feng
5
-0
/
+116
[next]