aboutsummaryrefslogtreecommitdiff
path: root/drivers/reset
AgeCommit message (Expand)AuthorFilesLines
2017-02-23Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 9-16/+289
2017-02-17reset: fix shared reset triggered_count decrement on errorGravatar Jerome Brunet 1-1/+1
2017-02-02reset: make zx2967 explicitly non-modularGravatar Paul Gortmaker 1-7/+0
2017-02-01reset: core: fix reset_control_putGravatar Heiner Kallweit 1-1/+1
2017-01-20reset: make optional functions really optionalGravatar Ramiro Oliveira 1-10/+39
2017-01-20reset: Change shared flag from int to boolGravatar Ramiro Oliveira 1-4/+4
2017-01-20reset: uniphier: add compatible string for LD11 SD-reset blockGravatar Masahiro Yamada 1-0/+4
2017-01-20reset: zx2967: add reset controller driver for ZTE's zx2967 familyGravatar Baoyou Xie 3-0/+113
2017-01-12reset: constify reset_control_ops structuresGravatar Bhumika Goyal 1-1/+1
2017-01-09reset: hisilicon: add reset-hi3660Gravatar Zhangfei Gao 3-0/+134
2017-01-09reset: ti_syscon: fix a ti_syscon_reset_status issueGravatar Jiancheng Xue 1-2/+2
2016-12-15Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 16-325/+133
2016-11-18Merge tag 'tegra-for-4.10-reset' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Olof Johansson 5-0/+76
2016-11-18reset: Add Tegra BPMP reset driverGravatar Thierry Reding 5-0/+76
2016-11-14reset: allow using reset_control_reset with shared resetGravatar Martin Blumenstingl 1-6/+37
2016-10-24reset: lpc18xx: make it explicitly non-modularGravatar Paul Gortmaker 1-27/+5
2016-10-24reset: zynq: make it explicitly non-modularGravatar Paul Gortmaker 1-6/+4
2016-10-24reset: sunxi: make it explicitly non-modularGravatar Paul Gortmaker 1-7/+2
2016-10-24reset: socfpga: make it explicitly non-modularGravatar Paul Gortmaker 1-6/+4
2016-10-24reset: berlin: make it explicitly non-modularGravatar Paul Gortmaker 1-8/+4
2016-10-22reset: uniphier: rename MIO reset to SD reset for Pro5, PXs2, LD20 SoCsGravatar Masahiro Yamada 1-8/+8
2016-10-20reset: oxnas: Add OX820 supportGravatar Neil Armstrong 1-0/+1
2016-10-20reset: sti: Remove STiH415/6 reset supportGravatar Peter Griffin 4-265/+0
2016-08-30reset: hi6220: allow to compile test driver on other architecturesGravatar Philipp Zabel 2-2/+3
2016-08-30reset: zynq: add driver Kconfig optionGravatar Philipp Zabel 2-1/+7
2016-08-30reset: sunxi: add driver Kconfig optionGravatar Philipp Zabel 2-1/+7
2016-08-30reset: stm32: add driver Kconfig optionGravatar Philipp Zabel 2-1/+7
2016-08-30reset: socfpga: add driver Kconfig optionGravatar Philipp Zabel 2-1/+7
2016-08-30reset: pistachio: add driver Kconfig optionGravatar Philipp Zabel 2-1/+7
2016-08-25reset: meson: add driver Kconfig optionGravatar Philipp Zabel 2-1/+7
2016-08-25reset: lpc18xx: add driver Kconfig optionGravatar Philipp Zabel 2-1/+7
2016-08-25reset: berlin: add driver Kconfig optionGravatar Philipp Zabel 2-1/+7
2016-08-25reset: ath79: add driver Kconfig optionGravatar Philipp Zabel 2-1/+8
2016-08-25reset: ath79: add missing includeGravatar Philipp Zabel 1-0/+1
2016-08-24reset: warn on invalid input to reset_control_reset/assert/deassert/statusGravatar Philipp Zabel 1-1/+11
2016-08-24reset: uniphier: add reset controller driver for UniPhier SoCsGravatar Masahiro Yamada 3-0/+451
2016-08-24drivers: reset: Add STM32 reset driverGravatar Maxime Coquelin 2-0/+109
2016-08-08reset: socfpga: no need to store modrst_offsetGravatar Philipp Zabel 1-10/+9
2016-06-29reset: add TI SYSCON based reset driverGravatar Andrew F. Davis 3-0/+248
2016-06-29reset: hisilicon: Add hi6220 media subsystem reset supportGravatar Xinliang Liu 1-2/+47
2016-06-29reset: hisilicon: Change to syscon register accessGravatar Chen Feng 1-40/+45
2016-06-01reset: Add support for the Amlogic Meson SoC Reset ControllerGravatar Neil Armstrong 2-0/+137
2016-05-30reset: oxnas: Use devm register API and get rid of platform removeGravatar Neil Armstrong 1-11/+1
2016-05-30reset: fix Kconfig menu to include reset drivers in sub-menuGravatar Masahiro Yamada 2-1/+4
2016-05-30reset: zynq: use devm_reset_controller_register()Gravatar Masahiro Yamada 1-11/+1
2016-05-30reset: socfpga: use devm_reset_controller_register()Gravatar Masahiro Yamada 1-11/+1
2016-05-30reset: sunxi: use devm_reset_controller_register()Gravatar Masahiro Yamada 1-11/+1
2016-05-30reset: pistachio: use devm_reset_controller_register()Gravatar Masahiro Yamada 1-11/+1
2016-05-30reset: ath79: use devm_reset_controller_register()Gravatar Masahiro Yamada 1-2/+1
2016-05-30reset: add devm_reset_controller_register APIGravatar Masahiro Yamada 1-0/+37