| Commit message (Expand) | Author | Age | Files | Lines |
* | reset: add exported __reset_control_get, return NULL if optional | Philipp Zabel | 2017-04-04 | 1 | -6/+16 |
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2017-02-23 | 9 | -16/+289 |
|\ |
|
| * | reset: make zx2967 explicitly non-modular | Paul Gortmaker | 2017-02-02 | 1 | -7/+0 |
| * | reset: core: fix reset_control_put | Heiner Kallweit | 2017-02-01 | 1 | -1/+1 |
| * | reset: make optional functions really optional | Ramiro Oliveira | 2017-01-20 | 1 | -10/+39 |
| * | reset: Change shared flag from int to bool | Ramiro Oliveira | 2017-01-20 | 1 | -4/+4 |
| * | reset: uniphier: add compatible string for LD11 SD-reset block | Masahiro Yamada | 2017-01-20 | 1 | -0/+4 |
| * | reset: zx2967: add reset controller driver for ZTE's zx2967 family | Baoyou Xie | 2017-01-20 | 3 | -0/+113 |
| * | reset: constify reset_control_ops structures | Bhumika Goyal | 2017-01-12 | 1 | -1/+1 |
| * | reset: hisilicon: add reset-hi3660 | Zhangfei Gao | 2017-01-09 | 3 | -0/+134 |
| * | reset: ti_syscon: fix a ti_syscon_reset_status issue | Jiancheng Xue | 2017-01-09 | 1 | -2/+2 |
* | | reset: fix shared reset triggered_count decrement on error | Jerome Brunet | 2017-02-17 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2016-12-15 | 16 | -325/+133 |
|\ |
|
| * | Merge tag 'tegra-for-4.10-reset' of git://git.kernel.org/pub/scm/linux/kernel... | Olof Johansson | 2016-11-18 | 5 | -0/+76 |
| |\ |
|
| | * | reset: Add Tegra BPMP reset driver | Thierry Reding | 2016-11-18 | 5 | -0/+76 |
| * | | reset: allow using reset_control_reset with shared reset | Martin Blumenstingl | 2016-11-14 | 1 | -6/+37 |
| * | | reset: lpc18xx: make it explicitly non-modular | Paul Gortmaker | 2016-10-24 | 1 | -27/+5 |
| * | | reset: zynq: make it explicitly non-modular | Paul Gortmaker | 2016-10-24 | 1 | -6/+4 |
| * | | reset: sunxi: make it explicitly non-modular | Paul Gortmaker | 2016-10-24 | 1 | -7/+2 |
| * | | reset: socfpga: make it explicitly non-modular | Paul Gortmaker | 2016-10-24 | 1 | -6/+4 |
| * | | reset: berlin: make it explicitly non-modular | Paul Gortmaker | 2016-10-24 | 1 | -8/+4 |
| * | | reset: oxnas: Add OX820 support | Neil Armstrong | 2016-10-20 | 1 | -0/+1 |
| * | | reset: sti: Remove STiH415/6 reset support | Peter Griffin | 2016-10-20 | 4 | -265/+0 |
| |/ |
|
* | | reset: uniphier: rename MIO reset to SD reset for Pro5, PXs2, LD20 SoCs | Masahiro Yamada | 2016-10-22 | 1 | -8/+8 |
|/ |
|
* | reset: hi6220: allow to compile test driver on other architectures | Philipp Zabel | 2016-08-30 | 2 | -2/+3 |
* | reset: zynq: add driver Kconfig option | Philipp Zabel | 2016-08-30 | 2 | -1/+7 |
* | reset: sunxi: add driver Kconfig option | Philipp Zabel | 2016-08-30 | 2 | -1/+7 |
* | reset: stm32: add driver Kconfig option | Philipp Zabel | 2016-08-30 | 2 | -1/+7 |
* | reset: socfpga: add driver Kconfig option | Philipp Zabel | 2016-08-30 | 2 | -1/+7 |
* | reset: pistachio: add driver Kconfig option | Philipp Zabel | 2016-08-30 | 2 | -1/+7 |
* | reset: meson: add driver Kconfig option | Philipp Zabel | 2016-08-25 | 2 | -1/+7 |
* | reset: lpc18xx: add driver Kconfig option | Philipp Zabel | 2016-08-25 | 2 | -1/+7 |
* | reset: berlin: add driver Kconfig option | Philipp Zabel | 2016-08-25 | 2 | -1/+7 |
* | reset: ath79: add driver Kconfig option | Philipp Zabel | 2016-08-25 | 2 | -1/+8 |
* | reset: ath79: add missing include | Philipp Zabel | 2016-08-25 | 1 | -0/+1 |
* | reset: warn on invalid input to reset_control_reset/assert/deassert/status | Philipp Zabel | 2016-08-24 | 1 | -1/+11 |
* | reset: uniphier: add reset controller driver for UniPhier SoCs | Masahiro Yamada | 2016-08-24 | 3 | -0/+451 |
* | drivers: reset: Add STM32 reset driver | Maxime Coquelin | 2016-08-24 | 2 | -0/+109 |
* | reset: socfpga: no need to store modrst_offset | Philipp Zabel | 2016-08-08 | 1 | -10/+9 |
* | reset: add TI SYSCON based reset driver | Andrew F. Davis | 2016-06-29 | 3 | -0/+248 |
* | reset: hisilicon: Add hi6220 media subsystem reset support | Xinliang Liu | 2016-06-29 | 1 | -2/+47 |
* | reset: hisilicon: Change to syscon register access | Chen Feng | 2016-06-29 | 1 | -40/+45 |
* | reset: Add support for the Amlogic Meson SoC Reset Controller | Neil Armstrong | 2016-06-01 | 2 | -0/+137 |
* | reset: oxnas: Use devm register API and get rid of platform remove | Neil Armstrong | 2016-05-30 | 1 | -11/+1 |
* | reset: fix Kconfig menu to include reset drivers in sub-menu | Masahiro Yamada | 2016-05-30 | 2 | -1/+4 |
* | reset: zynq: use devm_reset_controller_register() | Masahiro Yamada | 2016-05-30 | 1 | -11/+1 |
* | reset: socfpga: use devm_reset_controller_register() | Masahiro Yamada | 2016-05-30 | 1 | -11/+1 |
* | reset: sunxi: use devm_reset_controller_register() | Masahiro Yamada | 2016-05-30 | 1 | -11/+1 |
* | reset: pistachio: use devm_reset_controller_register() | Masahiro Yamada | 2016-05-30 | 1 | -11/+1 |
* | reset: ath79: use devm_reset_controller_register() | Masahiro Yamada | 2016-05-30 | 1 | -2/+1 |