index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
reset
Age
Commit message (
Expand
)
Author
Lines
2026-04-17
Merge tag 'mips_7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
-2
/
+33
2026-04-13
reset: eyeq: Add Mobileye EyeQ6Lplus OLB
BenoƮt Monin
-2
/
+33
2026-04-02
Merge tag 'reset-fixes-for-v7.0-2' into reset/next
Philipp Zabel
-25
/
+40
2026-04-01
reset: rzv2h-usb2phy: Add support for VBUS mux controller registration
Tommaso Merciai
-0
/
+36
2026-04-01
reset: rzv2h-usb2phy: Convert to regmap API
Tommaso Merciai
-54
/
+55
2026-03-27
reset: core: Drop unnecessary double quote
Claudiu Beznea
-1
/
+1
2026-03-27
reset: rzv2h-usb2phy: Keep PHY clock enabled for entire device lifetime
Tommaso Merciai
-46
/
+18
2026-03-23
reset: spacemit: k3: Decouple composite reset lines
Yixun Lan
-24
/
+36
2026-03-23
reset: gpio: fix double free in reset_add_gpio_aux_device() error path
Guangshuo Li
-1
/
+0
2026-03-20
reset: rzg2l-usbphy-ctrl: Fix malformed MODULE_AUTHOR string
Biju Das
-1
/
+1
2026-03-20
reset: sti: kzalloc + kcalloc to kzalloc
Rosen Penev
-7
/
+2
2026-03-11
reset: don't overwrite fwnode_reset_n_cells
Bartosz Golaszewski
-6
/
+7
2026-03-10
reset: core: Fix indentation
Philipp Zabel
-1
/
+1
2026-03-09
reset: add Sky1 soc reset support
Gary Yang
-0
/
+375
2026-03-09
reset: gpio: make the driver fwnode-agnostic
Bartosz Golaszewski
-5
/
+5
2026-03-09
reset: convert reset core to using firmware nodes
Bartosz Golaszewski
-66
/
+100
2026-03-09
reset: convert the core API to using firmware nodes
Bartosz Golaszewski
-15
/
+18
2026-03-09
reset: convert of_reset_control_get_count() to using firmware nodes
Bartosz Golaszewski
-9
/
+27
2026-03-09
reset: protect struct reset_control with its own mutex
Bartosz Golaszewski
-32
/
+36
2026-03-09
reset: protect struct reset_controller_dev with its own mutex
Bartosz Golaszewski
-17
/
+27
2026-03-09
reset: handle removing supplier before consumers
Bartosz Golaszewski
-17
/
+91
2026-03-09
reset: use lock guards in reset core
Bartosz Golaszewski
-30
/
+25
2026-03-09
reset: fold ida_alloc() into reset_create_gpio_aux_device()
Bartosz Golaszewski
-15
/
+14
2026-03-09
reset: warn on reset-gpio release
Bartosz Golaszewski
-1
/
+1
2026-03-09
reset: gpio: remove unneeded auxiliary_set_drvdata()
Bartosz Golaszewski
-2
/
+0
2026-03-09
reset: gpio: simplify fallback device matching
Bartosz Golaszewski
-14
/
+6
2026-03-09
reset: gpio: add a devlink between reset-gpio and its consumer
Bartosz Golaszewski
-24
/
+55
2026-03-09
reset: gpio: remove unneeded OF-node put
Bartosz Golaszewski
-10
/
+0
2026-03-06
reset: sunplus: Use devm_register_sys_off_handler()
Andrew Davis
-8
/
+4
2026-03-06
reset: npcm: Use devm_register_sys_off_handler()
Andrew Davis
-8
/
+4
2026-03-06
reset: ma35d1: Use devm_register_sys_off_handler()
Andrew Davis
-7
/
+4
2026-03-06
reset: lpc18xx: Use devm_register_sys_off_handler()
Andrew Davis
-8
/
+4
2026-03-06
reset: intel: Use devm_register_restart_handler()
Andrew Davis
-8
/
+3
2026-03-06
reset: ath79: Use devm_register_restart_handler()
Andrew Davis
-9
/
+3
2026-02-23
reset: rzg2l-usbphy-ctrl: Check pwrrdy is valid before using it
Claudiu Beznea
-0
/
+3
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-6
/
+6
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-7
/
+7
2026-01-24
reset: spacemit: Add SpacemiT K3 reset driver
Guodong Xu
-0
/
+245
2026-01-24
reset: spacemit: Extract common K1 reset code
Guodong Xu
-101
/
+144
2026-01-24
reset: Create subdirectory for SpacemiT drivers
Guodong Xu
-11
/
+19
2026-01-24
Merge tag 'spacemit-clkrst-v6.20-3' into reset/next
Philipp Zabel
-1
/
+1
2026-01-24
reset: canaan: k230: drop OF dependency and enable by default
Junhui Liu
-1
/
+1
2026-01-24
reset: rzg2l-usbphy-ctrl: Add suspend/resume support
Claudiu Beznea
-15
/
+84
2026-01-24
reset: rzg2l-usbphy-ctrl: Propagate the return value of regmap_field_update_b...
Claudiu Beznea
-4
/
+7
2026-01-24
reset: gpio: check the return value of gpiod_set_value_cansleep()
Bartosz Golaszewski
-6
/
+2
2026-01-24
reset: imx8mp-audiomix: Support i.MX8ULP SIM LPAV
Laurentiu Mihalcea
-0
/
+45
2026-01-24
reset: imx8mp-audiomix: Extend the driver usage
Laurentiu Mihalcea
-2
/
+19
2026-01-24
reset: imx8mp-audiomix: Switch to using regmap API
Laurentiu Mihalcea
-35
/
+57
2026-01-24
reset: imx8mp-audiomix: Drop unneeded macros
Laurentiu Mihalcea
-7
/
+4
[next]