aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/reset/Kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-08Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-0/+7
2022-09-14reset: add polarfire soc reset supportConor Dooley1-0/+7
2022-08-15arm64: bcmbca: Make BCM4908 drivers depend on ARCH_BCMBCAWilliam Zhang1-1/+1
2022-08-05Merge tag 'arm-late-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-2/+11
2022-07-27reset: tps380x: Add TPS380x device driver supprtMarco Felsch1-0/+8
2022-07-20reset: reset-simple should depends on HAS_IOMEMBen Dooks1-0/+1
2022-07-13Revert "reset: microchip-sparx5: allow building as a module"Philipp Zabel1-1/+1
2022-07-11reset: a10sr: allow building under COMPILE_TESTPhilipp Zabel1-1/+1
2022-07-11reset: allow building of reset simple driver if expert config selectedBen Dooks1-1/+1
2022-07-08reset: Add Sunplus SP7021 reset driverQin Jian1-0/+9
2022-06-29reset: microchip-sparx5: allow building as a moduleClément Léger1-1/+1
2022-05-09Merge tag 'ti-driver-soc-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux into arm/driversArnd Bergmann1-1/+1
2022-05-03reset: Kconfig: Make RESET_RZG2L_USBPHY_CTRL depend on ARCH_RZG2LLad Prabhakar1-1/+1
2022-04-15reset: ti-sci: Allow building under COMPILE_TESTPhilipp Zabel1-1/+1
2022-02-25reset: Add Delta TN48M CPLD reset controllerRobert Marko1-0/+13
2021-12-16reset: starfive-jh7100: Add StarFive JH7100 reset driverEmil Renner Berthing1-0/+7
2021-11-03Merge tag 'drivers-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-2/+2
2021-10-18reset: mchp: sparx5: Extend support for lan966xHoratiu Vultur1-1/+1
2021-10-05reset: Allow building Broadcom STB RESCAL as moduleFlorian Fainelli1-1/+1
2021-10-05reset: pistachio: Re-enable driver selectionGeert Uytterhoeven1-2/+2
2021-09-01Merge tag 'drivers-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+7
2021-08-23reset: simple: remove ZTE details in Kconfig helpPeter Robinson1-1/+0
2021-07-27reset: renesas: Add RZ/G2L usbphy control driverBiju Das1-0/+7
2021-07-21reset: RESET_MCHP_SPARX5 should depend on ARCH_SPARX5Geert Uytterhoeven1-1/+1
2021-07-10Merge tag 'arm-drivers-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-3/+14
2021-06-28reset: stm32mp1: remove stm32mp1 resetGabriel Fernandez1-6/+0
2021-06-07reset: berlin: support module buildJisheng Zhang1-2/+3
2021-05-10reset: RESET_INTEL_GW should depend on X86Geert Uytterhoeven1-0/+1
2021-05-10reset: RESET_BRCMSTB_RESCAL should depend on ARCH_BRCMSTBGeert Uytterhoeven1-1/+2
2021-05-10reset: mchp: sparx5: add switch reset driverSteen Hegelund1-0/+8
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+1
2021-05-04clk: sifive: Use reset-simple in prci driver for PCIe driverGreentime Hu1-0/+1
2021-03-23reset: socfpga: use ARCH_INTEL_SOCFPGA also for 32-bit ARM SoCsKrzysztof Kozlowski1-2/+2
2021-03-23arm64: socfpga: merge Agilex and N5X into ARCH_INTEL_SOCFPGAKrzysztof Kozlowski1-1/+1
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-0/+10
2021-02-20Merge tag 'arm-drivers-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+1
2021-01-20ARM: remove zte zx platformArnd Bergmann1-1/+1
2021-01-14riscv: Add Canaan Kendryte K210 reset controllerDamien Le Moal1-0/+10
2021-01-08reset: simple: add BCM4908 MISC PCIe reset controller supportRafał Miłecki1-1/+1
2020-12-16Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+2
2020-11-17reset: add BCM6345 reset controller driverÁlvaro Fernández Rojas1-0/+7
2020-11-16reset: meson: make it possible to build as a moduleNeil Armstrong1-1/+2
2020-10-24Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-2/+3
2020-09-23reset: imx7: Support module buildAnson Huang1-2/+3
2020-08-18reset: Add Raspberry Pi 4 firmware reset controllerNicolas Saenz Julienne1-0/+11
2020-02-10reset: intel: add unspecified HAS_IOMEM dependencyBrendan Higgins1-1/+1
2020-02-10reset: brcmstb-rescal: add unspecified HAS_IOMEM dependencyBrendan Higgins1-0/+1
2020-01-08reset: qcom-aoss: Allow CONFIG_RESET_QCOM_AOSS to be a tristateJohn Stultz1-1/+1
2020-01-06reset: Add Broadcom STB RESCAL reset controllerJim Quinlan1-0/+7
2020-01-03reset: intel: Add system reset controller driverDilip Kota1-0/+9