index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
reset
Age
Commit message (
Expand
)
Author
Files
Lines
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
[next]