aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/reset
AgeCommit message (Expand)AuthorFilesLines
2024-02-21reset: Instantiate reset GPIO controller for shared reset-gpiosKrzysztof Kozlowski1-13/+211
2024-02-21reset: gpio: Add GPIO-based reset controllerKrzysztof Kozlowski3-0/+129
2024-02-21reset: simple: add support for Sophgo SG2042Chen Wang2-1/+4
2024-01-11Merge tag 'soc-drivers-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds10-25/+16
2023-11-30reset: Fix crash when freeing non-existent optional resetsGeert Uytterhoeven1-4/+4
2023-11-28reset: Use device_get_match_data()Rob Herring2-8/+8
2023-11-28reset: reset-meson: add support for Amlogic C3 SoC Reset ControllerZelong Dong1-0/+1
2023-11-28reset: uniphier-glue: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-11-28reset: sunplus: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-11-28reset: simple: Convert to devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-11-28reset: qcom: Convert to devm_platform_ioremap_resource()Yangtao Li1-3/+1
2023-11-28reset: qcom-aoss: Convert to devm_platform_ioremap_resource()Yangtao Li1-3/+1
2023-11-28reset: meson-audio-arb: Convert to devm_platform_ioremap_resource()Yangtao Li1-3/+1
2023-11-28reset: brcmstb: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-11-24reset: hisilicon: hi6220: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski1-1/+1
2023-10-24reset: Annotate struct reset_control_array with __counted_byKees Cook1-2/+2
2023-08-30Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-0/+30
2023-08-08reset: ti: syscon: remove unneeded call to platform_set_drvdata()Andrei Coardos1-2/+0
2023-08-08reset: zynqmp: removed unneeded call to platform_set_drvdata()Andrei Coardos1-2/+0
2023-08-08reset: zynq: remove unneeded call to platfrom_set_drvdata()Andrei Coardos1-1/+0
2023-08-08reset: uniphier-glue: remove unneeded call to platform_set_drvdata()Andrei Coardos1-2/+0
2023-08-08reset: npcm: remove unneeded call to platform_set_drvdata()Andrei Coardos1-2/+0
2023-08-08reset: meson: remove unneeded call to platform_set_drvdata()Andrei Coardos1-2/+0
2023-08-08reset: lpc18xx: remove unneeded call to platform_set_drvdata()Andrei Coardos1-2/+0
2023-08-08reset: lantiq: remove unneeded call to platform_set_drvdata()Andrei Coardos1-1/+0
2023-08-08reset: bcm6345: remove unneeded call to platform_set_drvdata()Andrei Coardos1-2/+0
2023-08-08reset: ath79: remove unneeded call to platform_set_drvdata()Andrei Coardos1-2/+0
2023-07-28reset: hisilicon: Use dev_err_probe instead of dev_errWang Ming1-2/+2
2023-07-28reset: reset-zynqmp: add support for Versal NET platformPiyush Mehta1-0/+7
2023-07-28reset: Explicitly include correct DT includesRob Herring15-14/+11
2023-07-26reset: starfive: jh7110: Add StarFive STG/ISP/VOUT resets supportXingyu Wu1-0/+30
2023-06-29Merge tag 'soc-drivers-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds14-166/+18
2023-06-06reset: RESET_NUVOTON_MA35D1 should depend on ARCH_MA35Geert Uytterhoeven1-2/+3
2023-06-05reset: Add Nuvoton ma35d1 reset driver supportJacky Huang3-0/+242
2023-05-08reset: mpfs: select AUXILIARY_BUSPhilipp Zabel1-1/+2
2023-05-08reset: starfive: select AUXILIARY_BUSPhilipp Zabel1-1/+2
2023-05-08reset: oxnas: remove obsolete reset driverNeil Armstrong3-118/+0
2023-05-08reset: sti: simplify driver's config and buildLukas Bulwahn2-7/+1
2023-05-08reset: meson-audio-arb: Use dev_err_probe()Ye Xingchen1-5/+2
2023-05-08reset: sti: rely on regmap_field_read_poll_timeout for ack waitAlain Volmat1-14/+4
2023-05-08reset: brcmstb-rescal: Use devm_platform_ioremap_resource()Ye Xingchen1-3/+1
2023-05-08reset: meson: Use devm_platform_ioremap_resource()Ye Xingchen1-3/+1
2023-05-08reset: reset-hsdk: Use devm_platform_ioremap_resource()Ye Xingchen1-5/+2
2023-05-08reset: lpc18xx: Use devm_platform_ioremap_resource()Ye Xingchen1-3/+1
2023-05-08reset: axs10x: Use devm_platform_ioremap_resource()Ye Xingchen1-3/+1
2023-05-08reset: ath79: Use devm_platform_ioremap_resource()Ye Xingchen1-3/+1
2023-04-29Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds9-181/+319
2023-04-13clk: starfive: Avoid casting iomem pointersStephen Boyd1-3/+6
2023-04-13reset: mpfs: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-13reset: lantiq: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-13reset: mchp: sparx5: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-05reset: starfive: Add StarFive JH7110 reset driverHal Feng3-0/+79
2023-04-05reset: starfive: jh71x0: Use 32bit I/O on 32bit registersEmil Renner Berthing3-24/+23
2023-04-05reset: starfive: Rename "jh7100" to "jh71x0" for the common codeEmil Renner Berthing3-27/+27
2023-04-05reset: starfive: Extract the common JH71X0 reset codeEmil Renner Berthing3-54/+76
2023-04-05reset: starfive: Factor out common JH71X0 reset codeEmil Renner Berthing5-149/+180
2023-04-05reset: Create subdirectory for StarFive driversEmil Renner Berthing5-8/+12
2023-04-05reset: starfive: Replace SOC_STARFIVE with ARCH_STARFIVEHal Feng1-2/+2
2023-01-03reset: uniphier-glue: Fix possible null-ptr-derefHui Tang1-3/+1
2023-01-03reset: ti-sci: honor TI_SCI_PROTOCOL setting when not COMPILE_TESTRandy Dunlap1-1/+1
2022-10-08Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds3-1/+165
2022-10-06Merge tag 'arm-drivers-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2022-09-22reset: npcm: fix iprst2 and iprst4 settingTomer Maimon1-1/+1
2022-09-14reset: add polarfire soc reset supportConor Dooley3-1/+165
2022-08-30reset: microchip-sparx5: issue a reset on startupMichael Walle1-5/+17
2022-08-30reset: imx7: Fix the iMX8MP PCIe PHY PERST supportRichard Zhu1-0/+1
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...Linus Torvalds3-2/+138
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-18/+2
2022-07-28reset: tps380x: Fix spelling mistake "Voltags" -> "Voltage"Colin Ian King1-1/+1
2022-07-27reset: tps380x: Add TPS380x device driver supprtMarco Felsch3-0/+135
2022-07-20reset: reset-simple should depends on HAS_IOMEMBen Dooks1-0/+1
2022-07-19Merge branch 'nuvoton/newsoc' into arm/newsocArnd Bergmann1-34/+173
2022-07-19reset: npcm: Add NPCM8XX supportTomer Maimon1-38/+173
2022-07-19reset: npcm: using syscon instead of device dataTomer Maimon1-5/+9
2022-07-13Revert "reset: microchip-sparx5: allow building as a module"Philipp Zabel2-3/+7
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 Jian3-0/+222
2022-06-29reset: microchip-sparx5: allow building as a moduleClément Léger2-7/+3
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULEThomas Gleixner2-18/+2
2022-05-09Merge tag 'ti-driver-soc-for-v5.19' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann1-1/+1
2022-05-05Merge tag 'reset-for-v5.19' of git://git.pengutronix.de/pza/linux into arm/dr...Arnd Bergmann5-43/+56
2022-05-03reset: Kconfig: Make RESET_RZG2L_USBPHY_CTRL depend on ARCH_RZG2LLad Prabhakar1-1/+1
2022-05-03reset: ACPI reset supportKrishna Yarlagadda1-1/+14
2022-05-03reset: simple: Add AST2600 compatibleJoel Stanley1-0/+1
2022-05-03reset: reset-meson: add support for the Meson-S4 SoC Reset ControllerZelong Dong1-0/+6
2022-05-03reset: uniphier-glue: Use devm_add_action_or_reset()Philipp Zabel1-26/+24
2022-05-03reset: uniphier-glue: Use reset_control_bulk APIPhilipp Zabel1-19/+14
2022-04-15reset: ti-sci: Allow building under COMPILE_TESTPhilipp Zabel1-1/+1
2022-04-04reset: tegra-bpmp: Restore Handle errors in BPMP responseSameer Pujar1-1/+8
2022-04-04reset: renesas: Check return value of reset_control_deassert()Heiner Kallweit1-1/+3
2022-02-25reset: Add Delta TN48M CPLD reset controllerRobert Marko3-0/+142
2022-01-10Merge tag 'newsoc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds3-0/+181
2021-12-20reset: starfive-jh7100: Fix 32bit compilationEmil Renner Berthing1-0/+1
2021-12-16reset: starfive-jh7100: Add StarFive JH7100 reset driverEmil Renner Berthing3-0/+180
2021-12-15reset: renesas: Fix Runtime PM usageHeiner Kallweit1-1/+6
2021-11-17reset: tegra-bpmp: Revert Handle errors in BPMP responseJon Hunter1-8/+1
2021-11-03Merge tag 'drivers-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds4-10/+65
2021-10-18reset: mchp: sparx5: Extend support for lan966xHoratiu Vultur2-9/+33
2021-10-05reset: socfpga: add empty driver allowing consumers to probePaweł Anikiel1-0/+26
2021-10-05reset: uniphier: Add NX1 reset supportKunihiko Hayashi2-0/+29
2021-10-05reset: uniphier: Add audio system and video input reset control for PXs3Kunihiko Hayashi1-0/+2
2021-10-05reset: Allow building Broadcom STB RESCAL as moduleFlorian Fainelli1-1/+1
2021-10-05reset: tegra-bpmp: Handle errors in BPMP responseMikko Perttunen1-1/+8
2021-10-05reset: pistachio: Re-enable driver selectionGeert Uytterhoeven1-2/+2
2021-10-05reset: brcmstb-rescal: fix incorrect polarity of status bitJim Quinlan1-1/+1
2021-09-01Merge tag 'drivers-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds4-12/+234
2021-08-23reset: reset-zynqmp: Fixed the argument data typeSai Krishna Potthuri1-1/+2
2021-08-23reset: simple: remove ZTE details in Kconfig helpPeter Robinson1-1/+0
2021-07-27reset: renesas: Add RZ/G2L usbphy control driverBiju Das3-0/+183
2021-07-21reset: RESET_MCHP_SPARX5 should depend on ARCH_SPARX5Geert Uytterhoeven1-1/+1
2021-07-21reset: qcom: Add PDC Global reset signals for WPSSSibi Sankar1-11/+51
2021-07-10Merge tag 'arm-drivers-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds15-27/+196
2021-06-28reset: stm32mp1: remove stm32mp1 resetGabriel Fernandez3-122/+0
2021-06-07reset: berlin: support module buildJisheng Zhang2-4/+11
2021-06-07reset: bail if try_module_get() failsPhilipp Zabel1-1/+4
2021-06-07reset: mchp: sparx5: fix return value check in mchp_sparx5_map_io()Wei Yongjun1-2/+2
2021-06-07reset: lantiq: use devm_reset_controller_register()Yang Yingliang1-1/+1
2021-06-07reset: hi6220: Use the correct HiSilicon copyrightHao Fang1-1/+1
2021-05-12reset: brcmstb: Add missing MODULE_DEVICE_TABLEZou Wei1-0/+1
2021-05-10reset: a10sr: add missing of_match_table referenceKrzysztof Kozlowski1-0/+1
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: uniphier: enclose UNIPHIER_RESET_ID_END value in parenthesesPhilipp Zabel1-1/+1
2021-05-10reset: sti/syscfg: replace comma with semicolonPhilipp Zabel1-1/+1
2021-05-10reset: ti-syscon: fix to_ti_syscon_reset_data macroPhilipp Zabel1-2/+2
2021-05-10reset: berlin: replace unsigned with unsigned intPhilipp Zabel1-1/+1
2021-05-10reset: whitespace fixesPhilipp Zabel1-10/+10
2021-05-10reset: mchp: sparx5: add switch reset driverSteen Hegelund3-0/+155
2021-05-10reset: oxnas: replace file name with short descriptionPhilipp Zabel1-1/+1
2021-05-10reset: zynqmp: replace spaces with tabsPhilipp Zabel1-2/+2
2021-05-10reset: bcm6345: Make reset_control_ops constPhilipp Zabel1-1/+1
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2021-05-04clk: sifive: Use reset-simple in prci driver for PCIe driverGreentime Hu1-0/+1
2021-04-30Merge tag 'sound-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+215
2021-04-08Merge tag 'scmi-updates-5.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann1-13/+20
2021-04-01Merge tag 'socfpga_update_for_v5.13' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann1-3/+3
2021-03-30reset: reset-scmi: Port driver to the new scmi_reset_proto_ops interfaceCristian Marussi1-13/+20
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-03-22reset: raspberrypi: Release firmware handle on unbindNicolas Saenz Julienne1-1/+1
2021-03-18reset: Add reset_control_bulk APIPhilipp Zabel1-0/+215
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-0/+142
2021-02-20Merge tag 'arm-drivers-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-5/+12
2021-01-20ARM: remove zte zx platformArnd Bergmann1-1/+1
2021-01-14riscv: Add Canaan Kendryte K210 reset controllerDamien Le Moal3-0/+142
2021-01-14reset: core: fix a kernel-doc markupMauro Carvalho Chehab1-2/+2
2021-01-08reset: hisilicon: correct vendor prefixZhen Lei1-2/+7
2021-01-08reset: simple: add BCM4908 MISC PCIe reset controller supportRafał Miłecki2-1/+3
2020-12-16Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-6/+93
2020-12-03reset-controller: ti: force the write operation when assert or deassertCrystal Guo1-2/+2
2020-12-01reset: socfpga: add error handling and release mem-regionDinh Nguyen1-2/+9
2020-11-17reset: add BCM6345 reset controller driverÁlvaro Fernández Rojas3-0/+143
2020-11-16reset: meson: make it possible to build as a moduleNeil Armstrong2-2/+9
2020-11-16reset: make shared pulsed reset controls re-triggerableAmjad Ouled-Ameur1-0/+73
2020-10-24Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds5-14/+64
2020-09-23reset: sti: reset-syscfg: fix struct description warningsAlain Volmat1-3/+4
2020-09-23reset: imx7: add the cm4 reset for i.MX8MQPeng Fan1-0/+4
2020-09-23reset: Fix and extend kerneldocKrzysztof Kozlowski1-1/+2
2020-09-23reset: reset-zynqmp: Added support for Versal platformSai Krishna Potthuri1-6/+44
2020-09-23reset: imx7: Support module buildAnson Huang2-4/+10
2020-08-31Merge 5.9-rc3 into usb-nextGreg Kroah-Hartman1-7/+7
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-7/+7
2020-08-18reset: Add Raspberry Pi 4 firmware reset controllerNicolas Saenz Julienne3-0/+134
2020-07-27Merge tag 'drivers_soc_for_5.9' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann1-1/+1
2020-07-24firmware: ti_sci: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-20reset: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-20reset: intel: fix a compile warning about REG_OFFSET redefinedDejin Zheng1-12/+12
2020-06-16reset: simple: Add reset callbackMaxime Ripard1-0/+20
2020-06-16reset: Move reset-simple header out of drivers/resetMaxime Ripard5-49/+4
2020-06-07Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-19/+7
2020-05-06reset: hi6220: Add support for AO reset controllerPeter Griffin1-1/+68
2020-05-06reset: imx7: Add support for i.MX8MP SoCAnson Huang1-0/+101
2020-04-28firmware: xilinx: Remove eemi ops for reset_get_statusRajan Vaja1-7/+1
2020-04-28firmware: xilinx: Remove eemi ops for reset_assertRajan Vaja1-12/+6
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-10Merge tag 'reset-for-5.6' of git://git.pengutronix.de/pza/linux into arm/driversOlof Johansson8-23/+714
2020-01-08Merge tag 'cpuidle_psci-v5.5-rc4' of git://git.linaro.org/people/ulf.hansson/...Olof Johansson2-12/+4
2020-01-08reset: qcom-aoss: Allow CONFIG_RESET_QCOM_AOSS to be a tristateJohn Stultz2-2/+3
2020-01-06reset: Add Broadcom STB RESCAL reset controllerJim Quinlan3-0/+115
2020-01-03reset: intel: Add system reset controller driverDilip Kota3-0/+272
2020-01-02reset: uniphier: Add SCSSI reset control for each channelKunihiko Hayashi1-5/+8
2020-01-02reset: Align logic and flow in managed helpersGeert Uytterhoeven1-16/+17
2020-01-02reset: npcm: add NPCM reset controller driverTomer Maimon3-0/+299
2019-12-24reset: reset-scmi: Match scmi device by both name and protocol idSudeep Holla1-1/+1
2019-12-10reset: Do not register resource data for missing resetsGeert Uytterhoeven1-2/+2
2019-12-10reset: Fix {of,devm}_reset_control_array_get kerneldoc return typesGeert Uytterhoeven1-4/+2
2019-12-10reset: brcmstb: Remove resource checksFlorian Fainelli1-6/+0
2019-12-05Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds7-18/+81
2019-10-24reset: improve of_xlate documentationPhilipp Zabel1-2/+4
2019-10-24reset: fix of_reset_control_get_count kerneldoc commentPhilipp Zabel1-1/+2
2019-10-24reset: fix of_reset_simple_xlate kerneldoc commentPhilipp Zabel1-1/+0
2019-10-24reset: simple: Add Realtek RTD1195/RTD1295Andreas Färber1-1/+2
2019-10-24reset: simple: Keep alphabetical orderAndreas Färber1-2/+2
2019-10-22reset: zynqmp: Make reset_control_ops constPhilipp Zabel1-1/+1
2019-10-22reset: hisilicon: hi3660: Make reset_control_ops constPhilipp Zabel1-1/+1
2019-10-22reset: build simple reset controller driver for AgilexDinh Nguyen1-1/+1
2019-10-22reset: Fix memory leak in reset_control_array_put()Kishon Vijay Abraham I1-0/+1