aboutsummaryrefslogtreecommitdiff
path: root/drivers/reset
AgeCommit message (Expand)AuthorFilesLines
2018-03-27Merge branch 'reset/lookup' into reset/nextGravatar Philipp Zabel 1-1/+95
2018-03-27reset: uniphier: add ethernet reset control support for PXs3Gravatar Kunihiko Hayashi 1-0/+2
2018-03-27reset: stm32mp1: Enable stm32mp1 reset driverGravatar Gabriel Fernandez 3-0/+122
2018-03-27reset: uniphier: add Pro4/Pro5/PXs2 audio systems reset controlGravatar Katsuhiro Suzuki 1-0/+3
2018-03-27reset: imx7: add 'depends on HAS_IOMEM' to fix unmet dependencyGravatar Masahiro Yamada 1-0/+1
2018-03-27reset: modify the way reset lookup works for board filesGravatar Bartosz Golaszewski 1-7/+31
2018-03-27reset: add support for non-DT systemsGravatar Bartosz Golaszewski 1-1/+71
2018-02-20reset: simple: Enable for ASPEED systemsGravatar Joel Stanley 2-3/+9
2018-02-16reset: meson: enable level reset support on Meson8bGravatar Martin Blumenstingl 1-17/+5
2017-11-27reset: meson-axg: add compatible string for Meson-AXG SoCGravatar Yixun Lan 1-0/+2
2017-11-27reset: make device_reset_optional() really optionalGravatar Masahiro Yamada 1-4/+5
2017-11-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 11-487/+425
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-18Merge branch 'reset/arc' into reset/nextGravatar Philipp Zabel 3-0/+90
2017-10-18reset: zx2967: use the reset-simple driverGravatar Philipp Zabel 4-108/+4
2017-10-18reset: stm32: use the reset-simple driverGravatar Philipp Zabel 4-117/+4
2017-10-18reset: socfpga: use the reset-simple driverGravatar Philipp Zabel 5-167/+56
2017-10-17reset: sunxi: use reset-simple driverGravatar Philipp Zabel 2-98/+7
2017-10-17reset: add reset-simple to unify socfpga, stm32, sunxi, and zx2967Gravatar Philipp Zabel 4-0/+186
2017-10-17reset: meson: remove unneeded check in meson_reset_resetGravatar Neil Armstrong 1-3/+0
2017-10-17reset: meson: add level reset support for GX SoC familyGravatar Neil Armstrong 1-4/+58
2017-10-05reset: uniphier: add PXs3 reset dataGravatar Masahiro Yamada 1-0/+26
2017-10-04reset: socfpga: build the reset-socfpga for Stratix10 SOCGravatar Dinh Nguyen 1-1/+1
2017-10-04reset: uniphier: add ethernet reset control supportGravatar Kunihiko Hayashi 1-0/+4
2017-10-04reset: socfpga: fix for 64-bit compilationGravatar Dinh Nguyen 1-7/+10
2017-09-21reset: Restrict RESET_HSDK to ARC_SOC_HSDK or COMPILE_TESTGravatar Geert Uytterhoeven 1-1/+1
2017-09-18ARC: reset: introduce AXS10x reset driverGravatar Eugeniy Paltsev 3-0/+90
2017-09-18ARC: reset: remove the misleading v1 suffix all overGravatar Vineet Gupta 3-26/+26
2017-09-18ARC: reset: Only build on archs that have IOMEMGravatar Thomas Meyer 1-0/+1
2017-09-15Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...Gravatar Linus Torvalds 3-0/+219
2017-09-10Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 8-189/+430
2017-09-04reset: Add a reset controller driver for the Lantiq XWAY based SoCsGravatar Martin Blumenstingl 3-0/+219
2017-08-14reset: uniphier: add analog amplifiers reset controlGravatar Katsuhiro Suzuki 1-0/+15
2017-08-14reset: uniphier: add video input subsystem reset controlGravatar Katsuhiro Suzuki 1-0/+2
2017-08-14reset: uniphier: add audio systems reset controlGravatar Katsuhiro Suzuki 1-0/+4
2017-08-11reset: sunxi: fix number of reset linesGravatar Philipp Zabel 1-2/+2
2017-08-11reset: uniphier: do not use per-SoC macro for system reset blockGravatar Masahiro Yamada 1-33/+15
2017-08-11reset: uniphier: remove sLD3 SoC supportGravatar Masahiro Yamada 1-32/+16
2017-08-07Revert "reset: Add a Gemini reset controller"Gravatar Linus Walleij 3-118/+0
2017-07-20ARC: reset: introduce HSDKv1 reset driverGravatar Eugeniy Paltsev 3-0/+144
2017-07-19regulator: Convert to using %pOF instead of full_nameGravatar Rob Herring 1-2/+2
2017-07-19reset: make (de)assert report success for self-deasserting reset driversGravatar Philipp Zabel 1-6/+25
2017-07-19reset: Add APIs to manage array of resetsGravatar Vivek Gautam 1-1/+210
2017-07-19reset: zx2967: constify zx2967_reset_ops.Gravatar Arvind Yadav 1-1/+1
2017-07-04Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 6-14/+415
2017-06-06reset: Add the TI SCI reset driverGravatar Andrew F. Davis 3-0/+278
2017-06-06reset: use kref for reference countingGravatar Philipp Zabel 1-8/+15
2017-05-24reset: hi6220: Set module license so that it can be loadedGravatar Jeremy Linton 1-0/+2
2017-05-24reset: Add a Gemini reset controllerGravatar Linus Walleij 3-0/+118
2017-05-24reset: ti_syscon: Rename TI_SYSCON_RESET to RESET_TI_SYSCONGravatar Suman Anna 2-2/+2