aboutsummaryrefslogtreecommitdiff
path: root/drivers/reset
AgeCommit message (Expand)AuthorFilesLines
2018-10-29Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 4-7/+142
2018-10-08reset: Fix potential use-after-free in __of_reset_control_get()Gravatar Geert Uytterhoeven 1-7/+8
2018-10-05reset: imx7: Add PCIE_CTRL_APPS_TURNOFFGravatar Leonard Crestez 1-0/+1
2018-10-05reset: qcom: PDC Global (Power Domain Controller) reset controllerGravatar Sibi Sankar 3-0/+134
2018-08-25Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Gravatar Linus Torvalds 4-1/+177
2018-08-24Merge tag 'reset-fixes-for-4.18' of git://git.pengutronix.de/git/pza/linux in...Gravatar Olof Johansson 1-1/+1
2018-08-23Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 6-0/+335
2018-07-23reset: imx7: Fix always writing bits as 0Gravatar Leonard Crestez 1-1/+1
2018-07-20reset: meson: add meson audio arb driverGravatar Jerome Brunet 3-0/+176
2018-07-19reset: uniphier: add reset control support for SPIGravatar Kunihiko Hayashi 1-0/+9
2018-07-16reset: uniphier: add USB3 core reset controlGravatar Kunihiko Hayashi 3-0/+182
2018-07-16reset: simple: export reset_simple_ops to be referred from modulesGravatar Kunihiko Hayashi 1-0/+1
2018-07-16reset: qcom: AOSS (always on subsystem) reset controllerGravatar Sibi Sankar 3-0/+143
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hGravatar Randy Dunlap 3-0/+3
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+2
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 1-1/+2
2018-06-11Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-1/+12
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+1
2018-06-06treewide: Use struct_size() for kmalloc()-familyGravatar Kees Cook 1-2/+1
2018-04-27reset: uniphier: add LD11/LD20 stream demux system reset controlGravatar Katsuhiro Suzuki 1-0/+2
2018-04-27reset: uniphier: add SATA reset control support and change SATA-PHY IDGravatar Kunihiko Hayashi 1-1/+7
2018-04-27reset: uniphier: add PCIe reset control supportGravatar Kunihiko Hayashi 1-0/+3
2018-04-27reset: uniphier: fix USB clock line for LD20Gravatar Masahiro Yamada 1-3/+3
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