summaryrefslogtreecommitdiffstats
path: root/drivers/reset
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-02-239-16/+289
|\
| * reset: make zx2967 explicitly non-modularPaul Gortmaker2017-02-021-7/+0
| * reset: core: fix reset_control_putHeiner Kallweit2017-02-011-1/+1
| * reset: make optional functions really optionalRamiro Oliveira2017-01-201-10/+39
| * reset: Change shared flag from int to boolRamiro Oliveira2017-01-201-4/+4
| * reset: uniphier: add compatible string for LD11 SD-reset blockMasahiro Yamada2017-01-201-0/+4
| * reset: zx2967: add reset controller driver for ZTE's zx2967 familyBaoyou Xie2017-01-203-0/+113
| * reset: constify reset_control_ops structuresBhumika Goyal2017-01-121-1/+1
| * reset: hisilicon: add reset-hi3660Zhangfei Gao2017-01-093-0/+134
| * reset: ti_syscon: fix a ti_syscon_reset_status issueJiancheng Xue2017-01-091-2/+2
* | reset: fix shared reset triggered_count decrement on errorJerome Brunet2017-02-171-1/+1
|/
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-12-1516-325/+133
|\
| * Merge tag 'tegra-for-4.10-reset' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson2016-11-185-0/+76
| |\
| | * reset: Add Tegra BPMP reset driverThierry Reding2016-11-185-0/+76
| * | reset: allow using reset_control_reset with shared resetMartin Blumenstingl2016-11-141-6/+37
| * | reset: lpc18xx: make it explicitly non-modularPaul Gortmaker2016-10-241-27/+5
| * | reset: zynq: make it explicitly non-modularPaul Gortmaker2016-10-241-6/+4
| * | reset: sunxi: make it explicitly non-modularPaul Gortmaker2016-10-241-7/+2
| * | reset: socfpga: make it explicitly non-modularPaul Gortmaker2016-10-241-6/+4
| * | reset: berlin: make it explicitly non-modularPaul Gortmaker2016-10-241-8/+4
| * | reset: oxnas: Add OX820 supportNeil Armstrong2016-10-201-0/+1
| * | reset: sti: Remove STiH415/6 reset supportPeter Griffin2016-10-204-265/+0
| |/
* / reset: uniphier: rename MIO reset to SD reset for Pro5, PXs2, LD20 SoCsMasahiro Yamada2016-10-221-8/+8
|/
* reset: hi6220: allow to compile test driver on other architecturesPhilipp Zabel2016-08-302-2/+3
* reset: zynq: add driver Kconfig optionPhilipp Zabel2016-08-302-1/+7
* reset: sunxi: add driver Kconfig optionPhilipp Zabel2016-08-302-1/+7
* reset: stm32: add driver Kconfig optionPhilipp Zabel2016-08-302-1/+7
* reset: socfpga: add driver Kconfig optionPhilipp Zabel2016-08-302-1/+7
* reset: pistachio: add driver Kconfig optionPhilipp Zabel2016-08-302-1/+7
* reset: meson: add driver Kconfig optionPhilipp Zabel2016-08-252-1/+7
* reset: lpc18xx: add driver Kconfig optionPhilipp Zabel2016-08-252-1/+7
* reset: berlin: add driver Kconfig optionPhilipp Zabel2016-08-252-1/+7
* reset: ath79: add driver Kconfig optionPhilipp Zabel2016-08-252-1/+8
* reset: ath79: add missing includePhilipp Zabel2016-08-251-0/+1
* reset: warn on invalid input to reset_control_reset/assert/deassert/statusPhilipp Zabel2016-08-241-1/+11
* reset: uniphier: add reset controller driver for UniPhier SoCsMasahiro Yamada2016-08-243-0/+451
* drivers: reset: Add STM32 reset driverMaxime Coquelin2016-08-242-0/+109
* reset: socfpga: no need to store modrst_offsetPhilipp Zabel2016-08-081-10/+9
* reset: add TI SYSCON based reset driverAndrew F. Davis2016-06-293-0/+248
* reset: hisilicon: Add hi6220 media subsystem reset supportXinliang Liu2016-06-291-2/+47
* reset: hisilicon: Change to syscon register accessChen Feng2016-06-291-40/+45
* reset: Add support for the Amlogic Meson SoC Reset ControllerNeil Armstrong2016-06-012-0/+137
* reset: oxnas: Use devm register API and get rid of platform removeNeil Armstrong2016-05-301-11/+1
* reset: fix Kconfig menu to include reset drivers in sub-menuMasahiro Yamada2016-05-302-1/+4
* reset: zynq: use devm_reset_controller_register()Masahiro Yamada2016-05-301-11/+1
* reset: socfpga: use devm_reset_controller_register()Masahiro Yamada2016-05-301-11/+1
* reset: sunxi: use devm_reset_controller_register()Masahiro Yamada2016-05-301-11/+1
* reset: pistachio: use devm_reset_controller_register()Masahiro Yamada2016-05-301-11/+1
* reset: ath79: use devm_reset_controller_register()Masahiro Yamada2016-05-301-2/+1
* reset: add devm_reset_controller_register APIMasahiro Yamada2016-05-301-0/+37