aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/reset
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds5-9/+528
12 daysMerge branches 'clk-pile' and 'clk-microchip' into clk-nextStephen Boyd4-0/+266
2026-08-17Merge tag 'clk-misc-round-two-for-v7.3' of ssh://github.com/masneyb/linux into clk-pileStephen Boyd3-0/+141
2026-08-17Merge tag 'clk-misc-for-v7.3' of ssh://github.com/masneyb/linux into clk-pileStephen Boyd3-0/+125
2026-08-11Merge tag 'clk-eyeq7h-7.3' of ssh://github.com/benoitmonin/linux into clk-mobileyeStephen Boyd1-9/+262
2026-08-10Merge tag 'v7.2-rc7' into driver-core-nextDanilo Krummrich11-10/+10
2026-07-28reset: cix: add sky1 audss auxiliary reset driverJoakim Zhang3-0/+141
2026-07-17reset: eyeq: Add EyeQ7H compatiblesBenoît Monin1-9/+262
2026-07-10reset: rzg2l: use platform_device_set_of_node_from_dev()Bartosz Golaszewski1-1/+1
2026-07-10Merge tag 'reset-fixes-for-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pza/linux into arm/fixesArnd Bergmann3-2/+10
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)Uwe Kleine-König (The Capable Hub)8-8/+0
2026-07-01reset: imx7: Correct polarity of MIPI CSI resets on i.MX8MQRobby Cai1-0/+6
2026-07-01reset: sunxi: fix memory region leak on ioremap failureZhao Dongdong1-1/+3
2026-07-01reset: spacemit: k3: fix USB2 ahb resetYixun Lan1-1/+1
2026-06-29reset: eswin: Add eic7700 HSP reset driverXuyang Dong3-0/+125
2026-04-28reset: eyeq: drop device_set_of_node_from_dev() done by parentThéo Lebrun1-22/+2
2026-04-23Merge tag 'soc-late-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+1
2026-04-21Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds3-0/+185
2026-04-20Merge branch 'arm/fixes' into soc/late2Arnd Bergmann1-0/+1
2026-04-17Merge tag 'mips_7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2-2/+33
2026-04-13reset: eyeq: Add Mobileye EyeQ6Lplus OLBBenoît Monin2-2/+33
2026-04-11Merge tag 'tenstorrent-clk-for-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tenstorrent/linux into clk-tenstorrentStephen Boyd3-0/+185
2026-04-02Merge tag 'reset-fixes-for-v7.0-2' into reset/nextPhilipp Zabel2-25/+40
2026-04-01reset: rzv2h-usb2phy: Add support for VBUS mux controller registrationTommaso Merciai2-0/+36
2026-04-01reset: rzv2h-usb2phy: Convert to regmap APITommaso Merciai2-54/+55
2026-03-31reset: amlogic: t7: Fix null reset opsRonald Claveau1-0/+1
2026-03-27reset: core: Drop unnecessary double quoteClaudiu Beznea1-1/+1
2026-03-27reset: rzv2h-usb2phy: Keep PHY clock enabled for entire device lifetimeTommaso Merciai1-46/+18
2026-03-23reset: spacemit: k3: Decouple composite reset linesYixun Lan1-24/+36
2026-03-23reset: gpio: fix double free in reset_add_gpio_aux_device() error pathGuangshuo Li1-1/+0
2026-03-20reset: rzg2l-usbphy-ctrl: Fix malformed MODULE_AUTHOR stringBiju Das1-1/+1
2026-03-20reset: sti: kzalloc + kcalloc to kzallocRosen Penev1-7/+2
2026-03-11reset: don't overwrite fwnode_reset_n_cellsBartosz Golaszewski1-6/+7
2026-03-10reset: core: Fix indentationPhilipp Zabel1-1/+1
2026-03-09reset: tenstorrent: Add reset controller for AtlantisAnirudh Srinivasan3-0/+185
2026-03-09reset: add Sky1 soc reset supportGary Yang3-0/+375
2026-03-09reset: gpio: make the driver fwnode-agnosticBartosz Golaszewski1-5/+5
2026-03-09reset: convert reset core to using firmware nodesBartosz Golaszewski1-66/+100
2026-03-09reset: convert the core API to using firmware nodesBartosz Golaszewski1-15/+18
2026-03-09reset: convert of_reset_control_get_count() to using firmware nodesBartosz Golaszewski1-9/+27
2026-03-09reset: protect struct reset_control with its own mutexBartosz Golaszewski1-32/+36
2026-03-09reset: protect struct reset_controller_dev with its own mutexBartosz Golaszewski1-17/+27
2026-03-09reset: handle removing supplier before consumersBartosz Golaszewski1-17/+91
2026-03-09reset: use lock guards in reset coreBartosz Golaszewski1-30/+25
2026-03-09reset: fold ida_alloc() into reset_create_gpio_aux_device()Bartosz Golaszewski1-15/+14
2026-03-09reset: warn on reset-gpio releaseBartosz Golaszewski1-1/+1
2026-03-09reset: gpio: remove unneeded auxiliary_set_drvdata()Bartosz Golaszewski1-2/+0
2026-03-09reset: gpio: simplify fallback device matchingBartosz Golaszewski2-14/+6
2026-03-09reset: gpio: add a devlink between reset-gpio and its consumerBartosz Golaszewski1-24/+55
2026-03-09reset: gpio: remove unneeded OF-node putBartosz Golaszewski1-10/+0