aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/reset (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-29Merge tag 'rproc-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linuxLinus Torvalds1-22/+56
2025-03-27Merge tag 'soc-drivers-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds3-0/+109
2025-03-14reset: imx: fix incorrect module device tableArnd Bergmann1-1/+1
2025-03-13reset: imx8mp-audiomix: Add support for DSP run/stallDaniel Baluta1-0/+8
2025-03-13reset: imx8mp-audiomix: Introduce active_low configuration optionDaniel Baluta1-19/+22
2025-03-13reset: imx8mp-audiomix: Prepare the code for more reset bitsDaniel Baluta1-10/+33
2025-03-13reset: imx8mp-audiomix: Add prefix for internal macroDaniel Baluta1-7/+7
2025-03-13reset: mchp: sparx5: Fix for lan966xHoratiu Vultur1-5/+14
2025-03-13reset: imx: Add SCU reset driver for i.MX8QXP and i.MX8QMFrank Li3-0/+109
2025-01-24Merge tag 'soc-drivers-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-76/+21
2025-01-15Merge tag 'reset-for-v6.14-2' of git://git.pengutronix.de/pza/linux into soc/driversArnd Bergmann1-76/+21
2025-01-15reset: amlogic: aux: drop aux registration helperJerome Brunet1-61/+0
2025-01-15reset: amlogic: aux: get regmap through parent deviceJerome Brunet1-24/+12
2025-01-15reset: amlogic: add support for A1 SoC in auxiliary reset driverJan Dakinevich1-0/+18
2025-01-15Merge tag 'reset-fixes-for-v6.13' of git://git.pengutronix.de/pza/linux into arm/fixesArnd Bergmann1-0/+1
2024-12-06reset: rzg2l-usbphy-ctrl: Assign proper of node to the allocated deviceClaudiu Beznea1-0/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra4-8/+8
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds3-3/+3
2024-11-22Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds2-2/+77
2024-11-18Merge branches 'clk-samsung', 'clk-microchip', 'clk-imx', 'clk-amlogic' and 'clk-allwinner' into clk-nextStephen Boyd10-175/+444
2024-11-12Merge tag 'reset-for-v6.13' of git://git.pengutronix.de/pza/linux into soc/driversArnd Bergmann13-230/+574
2024-10-24reset: mchp: sparx5: set the dev member of the reset controllerClément Léger1-0/+1
2024-10-24reset: mchp: sparx5: Allow building as a moduleClément Léger2-1/+3
2024-10-24reset: mchp: sparx5: Add MCHP_LAN966X_PCI dependencyHerve Codina1-1/+1
2024-10-24reset: mchp: sparx5: Map cpu-syscon locally in case of LAN966xHerve Codina1-1/+34
2024-10-17reset: npcm: register npcm8xx clock auxiliary bus deviceTomer Maimon2-2/+77
2024-10-01reset: uniphier-glue: Use devm_reset_control_bulk_get_shared_deasserted()Philipp Zabel1-19/+5
2024-10-01reset: Add devres helpers to request pre-deasserted reset controlsPhilipp Zabel1-2/+46
2024-10-01reset: replace boolean parameters with flags parameterPhilipp Zabel1-31/+40
2024-10-01reset: amlogic: Fix small whitespace issuePhilipp Zabel1-1/+1
2024-10-01reset: amlogic: add auxiliary reset driver supportJerome Brunet6-2/+175
2024-10-01reset: amlogic: split the device core and platform probeJerome Brunet5-108/+167
2024-10-01reset: amlogic: move drivers to a dedicated directoryJerome Brunet6-17/+18
2024-10-01reset: amlogic: add reset status supportJerome Brunet1-0/+17
2024-10-01reset: amlogic: use reset number instead of register countJerome Brunet1-7/+6
2024-10-01reset: amlogic: add driver parametersJerome Brunet1-1/+13
2024-10-01reset: amlogic: make parameters unsignedJerome Brunet1-2/+2
2024-10-01reset: amlogic: use generic data matching functionJerome Brunet1-1/+1
2024-10-01reset: amlogic: convert driver to regmapJerome Brunet2-36/+44
2024-09-30reset: starfive: jh71x0: Fix accessing the empty member on JH7110 SoCChanghuang Liang1-0/+3
2024-09-30reset: npcm: convert comma to semicolonYan Zhen1-2/+2
2024-09-02reset: eyeq: add platform driverThéo Lebrun3-0/+584
2024-09-02reset: reset-meson: Add support for Amlogic T7 SoC reset controllerZelong Dong1-0/+6
2024-09-02reset: core: add get_device()/put_device on rcdevClément Léger1-0/+2
2024-09-02reset: lpc18xx: simplify with devm_clk_get_enabled()Krzysztof Kozlowski1-25/+4
2024-09-02reset: lpc18xx: simplify with dev_err_probe()Krzysztof Kozlowski1-8/+6
2024-09-02reset: simplify locking with guard()Krzysztof Kozlowski1-11/+4
2024-09-02reset: k210: fix OF node leak in probe() error pathKrzysztof Kozlowski1-1/+2
2024-09-02reset: berlin: fix OF node leak in probe() error pathKrzysztof Kozlowski1-1/+2
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-12/+6