summaryrefslogtreecommitdiffstats
path: root/drivers/reset
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-121-1/+2
|\
| * treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-1/+2
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-111-1/+12
|\ \ | |/ |/|
| * reset: uniphier: add LD11/LD20 stream demux system reset controlKatsuhiro Suzuki2018-04-271-0/+2
| * reset: uniphier: add SATA reset control support and change SATA-PHY IDKunihiko Hayashi2018-04-271-1/+7
| * reset: uniphier: add PCIe reset control supportKunihiko Hayashi2018-04-271-0/+3
* | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-061-2/+1
|\ \ | |/ |/|
| * treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-2/+1
* | reset: uniphier: fix USB clock line for LD20Masahiro Yamada2018-04-271-3/+3
|/
* Merge branch 'reset/lookup' into reset/nextPhilipp Zabel2018-03-271-1/+95
|\
| * reset: modify the way reset lookup works for board filesBartosz Golaszewski2018-03-271-7/+31
| * reset: add support for non-DT systemsBartosz Golaszewski2018-03-271-1/+71
* | reset: uniphier: add ethernet reset control support for PXs3Kunihiko Hayashi2018-03-271-0/+2
* | reset: stm32mp1: Enable stm32mp1 reset driverGabriel Fernandez2018-03-273-0/+122
* | reset: uniphier: add Pro4/Pro5/PXs2 audio systems reset controlKatsuhiro Suzuki2018-03-271-0/+3
* | reset: imx7: add 'depends on HAS_IOMEM' to fix unmet dependencyMasahiro Yamada2018-03-271-0/+1
* | reset: simple: Enable for ASPEED systemsJoel Stanley2018-02-202-3/+9
* | reset: meson: enable level reset support on Meson8bMartin Blumenstingl2018-02-161-17/+5
|/
* reset: meson-axg: add compatible string for Meson-AXG SoCYixun Lan2017-11-271-0/+2
* reset: make device_reset_optional() really optionalMasahiro Yamada2017-11-271-4/+5
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-1611-487/+425
|\
| * Merge branch 'reset/arc' into reset/nextPhilipp Zabel2017-10-183-0/+90
| |\
| | * ARC: reset: introduce AXS10x reset driverEugeniy Paltsev2017-09-183-0/+90
| * | reset: zx2967: use the reset-simple driverPhilipp Zabel2017-10-184-108/+4
| * | reset: stm32: use the reset-simple driverPhilipp Zabel2017-10-184-117/+4
| * | reset: socfpga: use the reset-simple driverPhilipp Zabel2017-10-185-167/+56
| * | reset: sunxi: use reset-simple driverPhilipp Zabel2017-10-172-98/+7
| * | reset: add reset-simple to unify socfpga, stm32, sunxi, and zx2967Philipp Zabel2017-10-174-0/+186
| * | reset: meson: remove unneeded check in meson_reset_resetNeil Armstrong2017-10-171-3/+0
| * | reset: meson: add level reset support for GX SoC familyNeil Armstrong2017-10-171-4/+58
| * | reset: uniphier: add PXs3 reset dataMasahiro Yamada2017-10-051-0/+26
| * | reset: socfpga: build the reset-socfpga for Stratix10 SOCDinh Nguyen2017-10-041-1/+1
| * | reset: uniphier: add ethernet reset control supportKunihiko Hayashi2017-10-041-0/+4
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/ /
* | reset: socfpga: fix for 64-bit compilationDinh Nguyen2017-10-041-7/+10
* | reset: Restrict RESET_HSDK to ARC_SOC_HSDK or COMPILE_TESTGeert Uytterhoeven2017-09-211-1/+1
* | ARC: reset: remove the misleading v1 suffix all overVineet Gupta2017-09-183-26/+26
* | ARC: reset: Only build on archs that have IOMEMThomas Meyer2017-09-181-0/+1
|/
* Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...Linus Torvalds2017-09-153-0/+219
|\
| * reset: Add a reset controller driver for the Lantiq XWAY based SoCsMartin Blumenstingl2017-09-043-0/+219
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-09-108-189/+430
|\ \
| * | reset: uniphier: add analog amplifiers reset controlKatsuhiro Suzuki2017-08-141-0/+15
| * | reset: uniphier: add video input subsystem reset controlKatsuhiro Suzuki2017-08-141-0/+2
| * | reset: uniphier: add audio systems reset controlKatsuhiro Suzuki2017-08-141-0/+4
| * | reset: sunxi: fix number of reset linesPhilipp Zabel2017-08-111-2/+2
| * | reset: uniphier: do not use per-SoC macro for system reset blockMasahiro Yamada2017-08-111-33/+15
| * | reset: uniphier: remove sLD3 SoC supportMasahiro Yamada2017-08-111-32/+16
| * | Revert "reset: Add a Gemini reset controller"Linus Walleij2017-08-073-118/+0
| * | ARC: reset: introduce HSDKv1 reset driverEugeniy Paltsev2017-07-203-0/+144
| * | reset: make (de)assert report success for self-deasserting reset driversPhilipp Zabel2017-07-191-6/+25
OpenPOWER on IntegriCloud