| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-28 | reset: eyeq: drop device_set_of_node_from_dev() done by parent | Théo Lebrun | 1 | -22/+2 |
| 2026-04-23 | Merge tag 'soc-late-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc... | Linus Torvalds | 1 | -0/+1 |
| 2026-04-21 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 3 | -0/+185 |
| 2026-04-20 | Merge branch 'arm/fixes' into soc/late2 | Arnd Bergmann | 1 | -0/+1 |
| 2026-04-17 | Merge tag 'mips_7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux | Linus Torvalds | 2 | -2/+33 |
| 2026-04-13 | reset: eyeq: Add Mobileye EyeQ6Lplus OLB | Benoît Monin | 2 | -2/+33 |
| 2026-04-11 | Merge tag 'tenstorrent-clk-for-v7.1' of git://git.kernel.org/pub/scm/linux/ke... | Stephen Boyd | 3 | -0/+185 |
| 2026-04-02 | Merge tag 'reset-fixes-for-v7.0-2' into reset/next | Philipp Zabel | 2 | -25/+40 |
| 2026-04-01 | reset: rzv2h-usb2phy: Add support for VBUS mux controller registration | Tommaso Merciai | 2 | -0/+36 |
| 2026-04-01 | reset: rzv2h-usb2phy: Convert to regmap API | Tommaso Merciai | 2 | -54/+55 |
| 2026-03-31 | reset: amlogic: t7: Fix null reset ops | Ronald Claveau | 1 | -0/+1 |
| 2026-03-27 | reset: core: Drop unnecessary double quote | Claudiu Beznea | 1 | -1/+1 |
| 2026-03-27 | reset: rzv2h-usb2phy: Keep PHY clock enabled for entire device lifetime | Tommaso Merciai | 1 | -46/+18 |
| 2026-03-23 | reset: spacemit: k3: Decouple composite reset lines | Yixun Lan | 1 | -24/+36 |
| 2026-03-23 | reset: gpio: fix double free in reset_add_gpio_aux_device() error path | Guangshuo Li | 1 | -1/+0 |
| 2026-03-20 | reset: rzg2l-usbphy-ctrl: Fix malformed MODULE_AUTHOR string | Biju Das | 1 | -1/+1 |
| 2026-03-20 | reset: sti: kzalloc + kcalloc to kzalloc | Rosen Penev | 1 | -7/+2 |
| 2026-03-11 | reset: don't overwrite fwnode_reset_n_cells | Bartosz Golaszewski | 1 | -6/+7 |
| 2026-03-10 | reset: core: Fix indentation | Philipp Zabel | 1 | -1/+1 |
| 2026-03-09 | reset: tenstorrent: Add reset controller for Atlantis | Anirudh Srinivasan | 3 | -0/+185 |
| 2026-03-09 | reset: add Sky1 soc reset support | Gary Yang | 3 | -0/+375 |
| 2026-03-09 | reset: gpio: make the driver fwnode-agnostic | Bartosz Golaszewski | 1 | -5/+5 |
| 2026-03-09 | reset: convert reset core to using firmware nodes | Bartosz Golaszewski | 1 | -66/+100 |
| 2026-03-09 | reset: convert the core API to using firmware nodes | Bartosz Golaszewski | 1 | -15/+18 |
| 2026-03-09 | reset: convert of_reset_control_get_count() to using firmware nodes | Bartosz Golaszewski | 1 | -9/+27 |
| 2026-03-09 | reset: protect struct reset_control with its own mutex | Bartosz Golaszewski | 1 | -32/+36 |
| 2026-03-09 | reset: protect struct reset_controller_dev with its own mutex | Bartosz Golaszewski | 1 | -17/+27 |
| 2026-03-09 | reset: handle removing supplier before consumers | Bartosz Golaszewski | 1 | -17/+91 |
| 2026-03-09 | reset: use lock guards in reset core | Bartosz Golaszewski | 1 | -30/+25 |
| 2026-03-09 | reset: fold ida_alloc() into reset_create_gpio_aux_device() | Bartosz Golaszewski | 1 | -15/+14 |
| 2026-03-09 | reset: warn on reset-gpio release | Bartosz Golaszewski | 1 | -1/+1 |
| 2026-03-09 | reset: gpio: remove unneeded auxiliary_set_drvdata() | Bartosz Golaszewski | 1 | -2/+0 |
| 2026-03-09 | reset: gpio: simplify fallback device matching | Bartosz Golaszewski | 2 | -14/+6 |
| 2026-03-09 | reset: gpio: add a devlink between reset-gpio and its consumer | Bartosz Golaszewski | 1 | -24/+55 |
| 2026-03-09 | reset: gpio: remove unneeded OF-node put | Bartosz Golaszewski | 1 | -10/+0 |
| 2026-03-06 | reset: sunplus: Use devm_register_sys_off_handler() | Andrew Davis | 1 | -8/+4 |
| 2026-03-06 | reset: npcm: Use devm_register_sys_off_handler() | Andrew Davis | 1 | -8/+4 |
| 2026-03-06 | reset: ma35d1: Use devm_register_sys_off_handler() | Andrew Davis | 1 | -7/+4 |
| 2026-03-06 | reset: lpc18xx: Use devm_register_sys_off_handler() | Andrew Davis | 1 | -8/+4 |
| 2026-03-06 | reset: intel: Use devm_register_restart_handler() | Andrew Davis | 1 | -8/+3 |
| 2026-03-06 | reset: ath79: Use devm_register_restart_handler() | Andrew Davis | 1 | -9/+3 |
| 2026-02-23 | reset: rzg2l-usbphy-ctrl: Check pwrrdy is valid before using it | Claudiu Beznea | 1 | -0/+3 |
| 2026-02-21 | Convert 'alloc_flex' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 4 | -6/+6 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 4 | -7/+7 |
| 2026-01-24 | reset: spacemit: Add SpacemiT K3 reset driver | Guodong Xu | 3 | -0/+245 |
| 2026-01-24 | reset: spacemit: Extract common K1 reset code | Guodong Xu | 5 | -101/+144 |
| 2026-01-24 | reset: Create subdirectory for SpacemiT drivers | Guodong Xu | 5 | -11/+19 |
| 2026-01-24 | Merge tag 'spacemit-clkrst-v6.20-3' into reset/next | Philipp Zabel | 1 | -1/+1 |
| 2026-01-24 | reset: canaan: k230: drop OF dependency and enable by default | Junhui Liu | 1 | -1/+1 |
| 2026-01-24 | reset: rzg2l-usbphy-ctrl: Add suspend/resume support | Claudiu Beznea | 1 | -15/+84 |
| 2026-01-24 | reset: rzg2l-usbphy-ctrl: Propagate the return value of regmap_field_update_b... | Claudiu Beznea | 1 | -4/+7 |
| 2026-01-24 | reset: gpio: check the return value of gpiod_set_value_cansleep() | Bartosz Golaszewski | 1 | -6/+2 |
| 2026-01-24 | reset: imx8mp-audiomix: Support i.MX8ULP SIM LPAV | Laurentiu Mihalcea | 1 | -0/+45 |
| 2026-01-24 | reset: imx8mp-audiomix: Extend the driver usage | Laurentiu Mihalcea | 1 | -2/+19 |
| 2026-01-24 | reset: imx8mp-audiomix: Switch to using regmap API | Laurentiu Mihalcea | 1 | -35/+57 |
| 2026-01-24 | reset: imx8mp-audiomix: Drop unneeded macros | Laurentiu Mihalcea | 1 | -7/+4 |
| 2026-01-19 | reset: gpio: suppress bind attributes in sysfs | Bartosz Golaszewski | 1 | -0/+1 |
| 2026-01-09 | reset: spacemit: fix auxiliary device id | Yixun Lan | 1 | -1/+1 |
| 2026-01-08 | reset: gpio: add the "compatible" property | Bartosz Golaszewski | 1 | -3/+4 |
| 2025-12-08 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 2 | -36/+56 |
| 2025-12-05 | Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 6 | -134/+1328 |
| 2025-12-04 | Merge tag 'gpio-updates-for-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -67/+91 |
| 2025-11-20 | reset: gpio: use software nodes to setup the GPIO lookup | Bartosz Golaszewski | 1 | -49/+70 |
| 2025-11-20 | reset: gpio: convert the driver to using the auxiliary bus | Bartosz Golaszewski | 3 | -17/+17 |
| 2025-11-20 | reset: make the provider of reset-gpios the parent of the reset device | Bartosz Golaszewski | 1 | -8/+10 |
| 2025-11-20 | reset: order includes alphabetically in reset/core.c | Bartosz Golaszewski | 1 | -3/+4 |
| 2025-11-18 | reset: rzg2l-usbphy-ctrl: Fix a NULL vs IS_ERR() bug in probe | Dan Carpenter | 1 | -2/+2 |
| 2025-11-18 | reset: th1520: Support reset controllers in more subsystems | Yao Zi | 1 | -0/+793 |
| 2025-11-18 | reset: th1520: Prepare for supporting multiple controllers | Yao Zi | 1 | -12/+30 |
| 2025-11-18 | reset: remove legacy reset lookup code | Bartosz Golaszewski | 1 | -121/+3 |
| 2025-11-18 | reset: rzg2l-usbphy-ctrl: Add support for RZ/G3S SoC | Claudiu Beznea | 1 | -0/+4 |
| 2025-11-18 | reset: rzg2l-usbphy-ctrl: Add support for USB PWRRDY | Claudiu Beznea | 2 | -0/+57 |
| 2025-11-18 | reset: eswin: Add eic7700 reset driver | Xuyang Dong | 3 | -0/+440 |
| 2025-11-18 | reset: sparx5: add LAN969x support | Robert Marko | 1 | -1/+1 |
| 2025-11-11 | reset: mpfs: add non-auxiliary bus probing | Conor Dooley | 2 | -36/+56 |
| 2025-11-05 | reset: imx8mp-audiomix: Fix bad mask values | Laurentiu Mihalcea | 1 | -2/+2 |
| 2025-10-01 | Merge tag 'soc-drivers-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 7 | -4/+301 |
| 2025-08-27 | reset: eyeq: fix OF node leak | Johan Hovold | 1 | -0/+11 |
| 2025-08-14 | reset: remove unneeded 'fast_io' parameter in regmap_config | Wolfram Sang | 3 | -3/+0 |
| 2025-08-14 | reset: th1520: add resets for display pipeline | Icenowy Zheng | 1 | -1/+39 |
| 2025-08-14 | reset: aspeed: register AST2700 reset auxiliary bus device | Ryan Chen | 3 | -0/+261 |
| 2025-08-14 | reset: bcm6345: add support for bcm63xx ephy control register | Kyle Hendry | 1 | -0/+1 |
| 2025-07-31 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 3 | -0/+314 |
| 2025-07-07 | reset: spacemit: add support for SpacemiT CCU resets | Alex Elder | 3 | -0/+314 |
| 2025-07-01 | reset: brcmstb: Enable reset drivers for ARCH_BCM2835 | Peter Robinson | 1 | -5/+5 |
| 2025-06-27 | reset: simple: add support for Sophgo CV1800B | Inochi Amaoto | 1 | -0/+2 |
| 2025-06-27 | reset: mpfs: use the auxiliary device creation | Jerome Brunet | 1 | -51/+5 |
| 2025-06-27 | reset: thead: Fix TH1520 typo | Drew Fustini | 1 | -1/+1 |
| 2025-06-27 | reset: canaan: add reset driver for Kendryte K230 | Junhui Liu | 3 | -0/+381 |
| 2025-05-05 | reset: Add USB2PHY port reset driver for Renesas RZ/V2H(P) | Lad Prabhakar | 3 | -0/+244 |
| 2025-04-07 | reset: thead: Add TH1520 reset controller driver | Michal Wilczynski | 3 | -0/+146 |
| 2025-03-29 | Merge tag 'rproc-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/remo... | Linus Torvalds | 1 | -22/+56 |
| 2025-03-27 | Merge tag 'soc-drivers-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -0/+109 |
| 2025-03-14 | reset: imx: fix incorrect module device table | Arnd Bergmann | 1 | -1/+1 |
| 2025-03-13 | reset: imx8mp-audiomix: Add support for DSP run/stall | Daniel Baluta | 1 | -0/+8 |
| 2025-03-13 | reset: imx8mp-audiomix: Introduce active_low configuration option | Daniel Baluta | 1 | -19/+22 |
| 2025-03-13 | reset: imx8mp-audiomix: Prepare the code for more reset bits | Daniel Baluta | 1 | -10/+33 |
| 2025-03-13 | reset: imx8mp-audiomix: Add prefix for internal macro | Daniel Baluta | 1 | -7/+7 |
| 2025-03-13 | reset: mchp: sparx5: Fix for lan966x | Horatiu Vultur | 1 | -5/+14 |
| 2025-03-13 | reset: imx: Add SCU reset driver for i.MX8QXP and i.MX8QM | Frank Li | 3 | -0/+109 |
| 2025-01-24 | Merge tag 'soc-drivers-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -76/+21 |
| 2025-01-15 | Merge tag 'reset-for-v6.14-2' of git://git.pengutronix.de/pza/linux into soc/... | Arnd Bergmann | 1 | -76/+21 |
| 2025-01-15 | reset: amlogic: aux: drop aux registration helper | Jerome Brunet | 1 | -61/+0 |
| 2025-01-15 | reset: amlogic: aux: get regmap through parent device | Jerome Brunet | 1 | -24/+12 |
| 2025-01-15 | reset: amlogic: add support for A1 SoC in auxiliary reset driver | Jan Dakinevich | 1 | -0/+18 |
| 2025-01-15 | Merge tag 'reset-fixes-for-v6.13' of git://git.pengutronix.de/pza/linux into ... | Arnd Bergmann | 1 | -0/+1 |
| 2024-12-06 | reset: rzg2l-usbphy-ctrl: Assign proper of node to the allocated device | Claudiu Beznea | 1 | -0/+1 |
| 2024-12-02 | module: Convert symbol namespace to string literal | Peter Zijlstra | 4 | -8/+8 |
| 2024-12-01 | Get rid of 'remove_new' relic from platform driver struct | Linus Torvalds | 3 | -3/+3 |
| 2024-11-22 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 2 | -2/+77 |
| 2024-11-18 | Merge branches 'clk-samsung', 'clk-microchip', 'clk-imx', 'clk-amlogic' and '... | Stephen Boyd | 10 | -175/+444 |
| 2024-11-12 | Merge tag 'reset-for-v6.13' of git://git.pengutronix.de/pza/linux into soc/dr... | Arnd Bergmann | 13 | -230/+574 |
| 2024-10-24 | reset: mchp: sparx5: set the dev member of the reset controller | Clément Léger | 1 | -0/+1 |
| 2024-10-24 | reset: mchp: sparx5: Allow building as a module | Clément Léger | 2 | -1/+3 |
| 2024-10-24 | reset: mchp: sparx5: Add MCHP_LAN966X_PCI dependency | Herve Codina | 1 | -1/+1 |
| 2024-10-24 | reset: mchp: sparx5: Map cpu-syscon locally in case of LAN966x | Herve Codina | 1 | -1/+34 |
| 2024-10-17 | reset: npcm: register npcm8xx clock auxiliary bus device | Tomer Maimon | 2 | -2/+77 |
| 2024-10-01 | reset: uniphier-glue: Use devm_reset_control_bulk_get_shared_deasserted() | Philipp Zabel | 1 | -19/+5 |
| 2024-10-01 | reset: Add devres helpers to request pre-deasserted reset controls | Philipp Zabel | 1 | -2/+46 |
| 2024-10-01 | reset: replace boolean parameters with flags parameter | Philipp Zabel | 1 | -31/+40 |
| 2024-10-01 | reset: amlogic: Fix small whitespace issue | Philipp Zabel | 1 | -1/+1 |
| 2024-10-01 | reset: amlogic: add auxiliary reset driver support | Jerome Brunet | 6 | -2/+175 |
| 2024-10-01 | reset: amlogic: split the device core and platform probe | Jerome Brunet | 5 | -108/+167 |
| 2024-10-01 | reset: amlogic: move drivers to a dedicated directory | Jerome Brunet | 6 | -17/+18 |
| 2024-10-01 | reset: amlogic: add reset status support | Jerome Brunet | 1 | -0/+17 |
| 2024-10-01 | reset: amlogic: use reset number instead of register count | Jerome Brunet | 1 | -7/+6 |
| 2024-10-01 | reset: amlogic: add driver parameters | Jerome Brunet | 1 | -1/+13 |
| 2024-10-01 | reset: amlogic: make parameters unsigned | Jerome Brunet | 1 | -2/+2 |
| 2024-10-01 | reset: amlogic: use generic data matching function | Jerome Brunet | 1 | -1/+1 |
| 2024-10-01 | reset: amlogic: convert driver to regmap | Jerome Brunet | 2 | -36/+44 |
| 2024-09-30 | reset: starfive: jh71x0: Fix accessing the empty member on JH7110 SoC | Changhuang Liang | 1 | -0/+3 |
| 2024-09-30 | reset: npcm: convert comma to semicolon | Yan Zhen | 1 | -2/+2 |
| 2024-09-02 | reset: eyeq: add platform driver | Théo Lebrun | 3 | -0/+584 |
| 2024-09-02 | reset: reset-meson: Add support for Amlogic T7 SoC reset controller | Zelong Dong | 1 | -0/+6 |
| 2024-09-02 | reset: core: add get_device()/put_device on rcdev | Clément Léger | 1 | -0/+2 |
| 2024-09-02 | reset: lpc18xx: simplify with devm_clk_get_enabled() | Krzysztof Kozlowski | 1 | -25/+4 |
| 2024-09-02 | reset: lpc18xx: simplify with dev_err_probe() | Krzysztof Kozlowski | 1 | -8/+6 |
| 2024-09-02 | reset: simplify locking with guard() | Krzysztof Kozlowski | 1 | -11/+4 |
| 2024-09-02 | reset: k210: fix OF node leak in probe() error path | Krzysztof Kozlowski | 1 | -1/+2 |
| 2024-09-02 | reset: berlin: fix OF node leak in probe() error path | Krzysztof Kozlowski | 1 | -1/+2 |
| 2024-07-25 | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -12/+6 |
| 2024-07-16 | Merge tag 'soc-drivers-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 7 | -27/+201 |
| 2024-07-03 | reset: renesas: Add USB VBUS regulator device as child | Biju Das | 1 | -0/+31 |
| 2024-07-01 | reset: tegra-bpmp: allow building under COMPILE_TEST | Philipp Zabel | 2 | -2/+3 |
| 2024-06-25 | reset: RESET_IMX8MP_AUDIOMIX should depend on ARCH_MXC | Geert Uytterhoeven | 1 | -0/+1 |
| 2024-06-24 | reset: zynqmp: allow building under COMPILE_TEST | Philipp Zabel | 2 | -1/+7 |
| 2024-06-24 | reset: imx8mp-audiomix: Add AudioMix Block Control reset driver | Shengjiu Wang | 3 | -0/+136 |
| 2024-06-24 | reset: meson-audio-arb: Use devm_clk_get_enabled() | Philipp Zabel | 1 | -8/+1 |
| 2024-06-24 | reset: sti: allow building under COMPILE_TEST | Philipp Zabel | 2 | -3/+3 |
| 2024-06-21 | reset: rzg2l-usbphy-ctrl: Move reset controller registration | Biju Das | 1 | -13/+19 |
| 2024-06-21 | reset: hisilicon: hi6220: add missing MODULE_DESCRIPTION() macro | Jeff Johnson | 1 | -0/+1 |
| 2024-06-21 | reset: gpio: Fix missing gpiolib dependency for GPIO reset controller | Mark Brown | 1 | -0/+1 |
| 2024-05-27 | Merge branch 'reset/next' of git://git.pengutronix.de/pza/linux | Uwe Kleine-König | 3 | -12/+6 |
| 2024-05-18 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 1 | -9/+86 |
| 2024-05-07 | clock, reset: microchip: move all mpfs reset code to the reset subsystem | Conor Dooley | 1 | -9/+86 |
| 2024-04-05 | reset: k210: Deprecate SOC_CANAAN and use SOC_CANAAN_K210 | Yangyu Chen | 1 | -2/+2 |
| 2024-03-25 | reset: ti-sci: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2024-03-25 | reset: rzg2l-usbphy-ctrl: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2024-03-25 | reset: meson-audio-arb: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2024-02-21 | reset: Instantiate reset GPIO controller for shared reset-gpios | Krzysztof Kozlowski | 1 | -13/+211 |
| 2024-02-21 | reset: gpio: Add GPIO-based reset controller | Krzysztof Kozlowski | 3 | -0/+129 |
| 2024-02-21 | reset: simple: add support for Sophgo SG2042 | Chen Wang | 2 | -1/+4 |
| 2024-01-11 | Merge tag 'soc-drivers-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 10 | -25/+16 |
| 2023-11-30 | reset: Fix crash when freeing non-existent optional resets | Geert Uytterhoeven | 1 | -4/+4 |
| 2023-11-28 | reset: Use device_get_match_data() | Rob Herring | 2 | -8/+8 |
| 2023-11-28 | reset: reset-meson: add support for Amlogic C3 SoC Reset Controller | Zelong Dong | 1 | -0/+1 |
| 2023-11-28 | reset: uniphier-glue: Use devm_platform_get_and_ioremap_resource() | Yangtao Li | 1 | -2/+1 |
| 2023-11-28 | reset: sunplus: Use devm_platform_get_and_ioremap_resource() | Yangtao Li | 1 | -2/+1 |
| 2023-11-28 | reset: simple: Convert to devm_platform_get_and_ioremap_resource() | Yangtao Li | 1 | -2/+1 |
| 2023-11-28 | reset: qcom: Convert to devm_platform_ioremap_resource() | Yangtao Li | 1 | -3/+1 |
| 2023-11-28 | reset: qcom-aoss: Convert to devm_platform_ioremap_resource() | Yangtao Li | 1 | -3/+1 |
| 2023-11-28 | reset: meson-audio-arb: Convert to devm_platform_ioremap_resource() | Yangtao Li | 1 | -3/+1 |
| 2023-11-28 | reset: brcmstb: Use devm_platform_get_and_ioremap_resource() | Yangtao Li | 1 | -2/+1 |
| 2023-11-24 | reset: hisilicon: hi6220: fix Wvoid-pointer-to-enum-cast warning | Krzysztof Kozlowski | 1 | -1/+1 |
| 2023-10-24 | reset: Annotate struct reset_control_array with __counted_by | Kees Cook | 1 | -2/+2 |
| 2023-08-30 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 1 | -0/+30 |
| 2023-08-08 | reset: ti: syscon: remove unneeded call to platform_set_drvdata() | Andrei Coardos | 1 | -2/+0 |
| 2023-08-08 | reset: zynqmp: removed unneeded call to platform_set_drvdata() | Andrei Coardos | 1 | -2/+0 |
| 2023-08-08 | reset: zynq: remove unneeded call to platfrom_set_drvdata() | Andrei Coardos | 1 | -1/+0 |
| 2023-08-08 | reset: uniphier-glue: remove unneeded call to platform_set_drvdata() | Andrei Coardos | 1 | -2/+0 |
| 2023-08-08 | reset: npcm: remove unneeded call to platform_set_drvdata() | Andrei Coardos | 1 | -2/+0 |
| 2023-08-08 | reset: meson: remove unneeded call to platform_set_drvdata() | Andrei Coardos | 1 | -2/+0 |
| 2023-08-08 | reset: lpc18xx: remove unneeded call to platform_set_drvdata() | Andrei Coardos | 1 | -2/+0 |
| 2023-08-08 | reset: lantiq: remove unneeded call to platform_set_drvdata() | Andrei Coardos | 1 | -1/+0 |
| 2023-08-08 | reset: bcm6345: remove unneeded call to platform_set_drvdata() | Andrei Coardos | 1 | -2/+0 |
| 2023-08-08 | reset: ath79: remove unneeded call to platform_set_drvdata() | Andrei Coardos | 1 | -2/+0 |
| 2023-07-28 | reset: hisilicon: Use dev_err_probe instead of dev_err | Wang Ming | 1 | -2/+2 |
| 2023-07-28 | reset: reset-zynqmp: add support for Versal NET platform | Piyush Mehta | 1 | -0/+7 |
| 2023-07-28 | reset: Explicitly include correct DT includes | Rob Herring | 15 | -14/+11 |
| 2023-07-26 | reset: starfive: jh7110: Add StarFive STG/ISP/VOUT resets support | Xingyu Wu | 1 | -0/+30 |
| 2023-06-29 | Merge tag 'soc-drivers-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 14 | -166/+18 |
| 2023-06-06 | reset: RESET_NUVOTON_MA35D1 should depend on ARCH_MA35 | Geert Uytterhoeven | 1 | -2/+3 |
| 2023-06-05 | reset: Add Nuvoton ma35d1 reset driver support | Jacky Huang | 3 | -0/+242 |
| 2023-05-08 | reset: mpfs: select AUXILIARY_BUS | Philipp Zabel | 1 | -1/+2 |
| 2023-05-08 | reset: starfive: select AUXILIARY_BUS | Philipp Zabel | 1 | -1/+2 |
| 2023-05-08 | reset: oxnas: remove obsolete reset driver | Neil Armstrong | 3 | -118/+0 |
| 2023-05-08 | reset: sti: simplify driver's config and build | Lukas Bulwahn | 2 | -7/+1 |
| 2023-05-08 | reset: meson-audio-arb: Use dev_err_probe() | Ye Xingchen | 1 | -5/+2 |
| 2023-05-08 | reset: sti: rely on regmap_field_read_poll_timeout for ack wait | Alain Volmat | 1 | -14/+4 |