aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/reset (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-17reset: fix shared reset triggered_count decrement on errorJerome Brunet1-1/+1
2016-12-15Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds16-325/+133
2016-11-18Merge tag 'tegra-for-4.10-reset' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/driversOlof Johansson5-0/+76
2016-11-18reset: Add Tegra BPMP reset driverThierry Reding5-0/+76
2016-11-14reset: allow using reset_control_reset with shared resetMartin Blumenstingl1-6/+37
2016-10-24reset: lpc18xx: make it explicitly non-modularPaul Gortmaker1-27/+5
2016-10-24reset: zynq: make it explicitly non-modularPaul Gortmaker1-6/+4
2016-10-24reset: sunxi: make it explicitly non-modularPaul Gortmaker1-7/+2
2016-10-24reset: socfpga: make it explicitly non-modularPaul Gortmaker1-6/+4
2016-10-24reset: berlin: make it explicitly non-modularPaul Gortmaker1-8/+4
2016-10-22reset: uniphier: rename MIO reset to SD reset for Pro5, PXs2, LD20 SoCsMasahiro Yamada1-8/+8
2016-10-20reset: oxnas: Add OX820 supportNeil Armstrong1-0/+1
2016-10-20reset: sti: Remove STiH415/6 reset supportPeter Griffin4-265/+0
2016-08-30reset: hi6220: allow to compile test driver on other architecturesPhilipp Zabel2-2/+3
2016-08-30reset: zynq: add driver Kconfig optionPhilipp Zabel2-1/+7
2016-08-30reset: sunxi: add driver Kconfig optionPhilipp Zabel2-1/+7
2016-08-30reset: stm32: add driver Kconfig optionPhilipp Zabel2-1/+7
2016-08-30reset: socfpga: add driver Kconfig optionPhilipp Zabel2-1/+7
2016-08-30reset: pistachio: add driver Kconfig optionPhilipp Zabel2-1/+7
2016-08-25reset: meson: add driver Kconfig optionPhilipp Zabel2-1/+7
2016-08-25reset: lpc18xx: add driver Kconfig optionPhilipp Zabel2-1/+7
2016-08-25reset: berlin: add driver Kconfig optionPhilipp Zabel2-1/+7
2016-08-25reset: ath79: add driver Kconfig optionPhilipp Zabel2-1/+8
2016-08-25reset: ath79: add missing includePhilipp Zabel1-0/+1
2016-08-24reset: warn on invalid input to reset_control_reset/assert/deassert/statusPhilipp Zabel1-1/+11
2016-08-24reset: uniphier: add reset controller driver for UniPhier SoCsMasahiro Yamada3-0/+451
2016-08-24drivers: reset: Add STM32 reset driverMaxime Coquelin2-0/+109
2016-08-08reset: socfpga: no need to store modrst_offsetPhilipp Zabel1-10/+9
2016-06-29reset: add TI SYSCON based reset driverAndrew F. Davis3-0/+248
2016-06-29reset: hisilicon: Add hi6220 media subsystem reset supportXinliang Liu1-2/+47
2016-06-29reset: hisilicon: Change to syscon register accessChen Feng1-40/+45
2016-06-01reset: Add support for the Amlogic Meson SoC Reset ControllerNeil Armstrong2-0/+137
2016-05-30reset: oxnas: Use devm register API and get rid of platform removeNeil Armstrong1-11/+1
2016-05-30reset: fix Kconfig menu to include reset drivers in sub-menuMasahiro Yamada2-1/+4
2016-05-30reset: zynq: use devm_reset_controller_register()Masahiro Yamada1-11/+1
2016-05-30reset: socfpga: use devm_reset_controller_register()Masahiro Yamada1-11/+1
2016-05-30reset: sunxi: use devm_reset_controller_register()Masahiro Yamada1-11/+1
2016-05-30reset: pistachio: use devm_reset_controller_register()Masahiro Yamada1-11/+1
2016-05-30reset: ath79: use devm_reset_controller_register()Masahiro Yamada1-2/+1
2016-05-30reset: add devm_reset_controller_register APIMasahiro Yamada1-0/+37
2016-04-01reset: Add Oxford Semiconductor Reset Controller driverNeil Armstrong3-0/+140
2016-03-30reset: lpc18xx: get rid of global variables for restart notifierJoachim Eastwood1-12/+10
2016-03-30reset: Add support for shared reset controlsHans de Goede1-11/+48
2016-03-30reset: Share struct reset_control between reset_control_get callsHans de Goede1-21/+63
2016-03-30reset: Make [of_]reset_control_get[_foo] functions wrappersHans de Goede1-67/+17
2016-02-10reset: sti: Make reset_control_ops constPhilipp Zabel1-1/+1
2016-02-10reset: zynq: Make reset_control_ops constPhilipp Zabel1-1/+1
2016-02-10reset: socfpga: Make reset_control_ops constPhilipp Zabel1-1/+1
2016-02-10reset: hi6220: Make reset_control_ops constPhilipp Zabel1-1/+1
2016-02-10reset: ath79: Make reset_control_ops constPhilipp Zabel1-1/+1