index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-13
Merge branches 'clk-renesas', 'clk-cleanup', 'clk-hisilicon', 'clk-mediatek' ...
Stephen Boyd
15
-28
/
+89
2024-03-08
clk: zynq: Prevent null pointer dereference caused by kmalloc failure
Duoming Zhou
1
-5
/
+3
2024-03-08
clk: fractional-divider: Use bit operations consistently
Andy Shevchenko
1
-4
/
+4
2024-03-08
clk: fractional-divider: Move mask calculations out of lock
Andy Shevchenko
1
-3
/
+3
2024-02-28
clk: mediatek: clk-mt8173-apmixedsys: Use common error handling code in clk_m...
Markus Elfring
1
-2
/
+3
2024-02-28
clk: ti: dpll3xxx: use correct function names in kernel-doc
Randy Dunlap
1
-2
/
+2
2024-02-28
clk: clocking-wizard: Remove redundant initialization of pointer div_addr
Colin Ian King
1
-1
/
+1
2024-02-21
clk: keystone: sci-clk: match func name comment to actual
Randy Dunlap
1
-1
/
+1
2024-02-21
clk: cdce925: Remove redundant assignment to variable 'rate'
Colin Ian King
1
-1
/
+0
2024-02-21
clk: Provide managed helper to get and enable bulk clocks
Shradha Todi
1
-0
/
+40
2024-02-21
clk: mediatek: add infracfg reset controller for mt7988
Frank Wunderlich
1
-0
/
+23
2024-02-21
clk: mediatek: mt7981-topckgen: flag SGM_REG_SEL as critical
Daniel Golle
1
-2
/
+3
2024-02-21
clk: mediatek: mt8183: Correct parent of CLK_INFRA_SSPM_32K_SELF
Chen-Yu Tsai
1
-1
/
+1
2024-02-21
clk: mediatek: mt7622-apmixedsys: Fix an error handling path in clk_mt8135_ap...
Christophe JAILLET
1
-1
/
+0
2024-02-21
clk: mediatek: mt8135: Fix an error handling path in clk_mt8135_apmixed_probe()
Christophe JAILLET
1
-1
/
+3
2024-02-21
clk: hisilicon: Use devm_kcalloc() instead of devm_kzalloc()
Erick Archer
1
-2
/
+1
2024-02-21
clk: hisilicon: hi3559a: Fix an erroneous devm_kfree()
Christophe JAILLET
1
-1
/
+0
2024-02-21
clk: hisilicon: hi3519: Release the correct number of gates in hi3519_clk_unr...
Christophe JAILLET
1
-1
/
+1
2024-02-20
clk: renesas: r8a779h0: Add RPC-IF clock
Cong Dang
1
-0
/
+1
2024-02-20
clk: renesas: r8a779h0: Add SYS-DMAC clocks
Cong Dang
1
-0
/
+2
2024-02-20
clk: renesas: r8a779h0: Add SDHI clock
Cong Dang
1
-0
/
+1
2024-02-20
clk: renesas: r8a779h0: Add EtherAVB clocks
Cong Dang
1
-0
/
+3
2024-02-13
clk: renesas: r9a07g04[34]: Fix typo for sel_shdi variable
Claudiu Beznea
2
-6
/
+6
2024-02-13
clk: renesas: r9a07g04[34]: Use SEL_SDHI1_STS status configuration for SD1 mux
Claudiu Beznea
2
-2
/
+2
2024-02-13
clk: renesas: r8a779f0: Correct PFC/GPIO parent clock
Geert Uytterhoeven
1
-1
/
+1
2024-02-13
clk: renesas: r8a779g0: Correct PFC/GPIO parent clocks
Geert Uytterhoeven
1
-5
/
+6
2024-02-06
clk: renesas: r8a779h0: Add I2C clocks
Cong Dang
1
-0
/
+4
2024-02-06
clk: renesas: r8a779h0: Add watchdog clock
Cong Dang
1
-0
/
+1
2024-02-06
clk: renesas: r8a779h0: Add PFC/GPIO clocks
Cong Dang
1
-0
/
+3
2024-01-31
clk: renesas: r8a779g0: Fix PCIe clock name
Geert Uytterhoeven
1
-1
/
+1
2024-01-31
clk: renesas: cpg-mssr: Add support for R-Car V4M
Cong Dang
5
-0
/
+254
2024-01-31
clk: renesas: rcar-gen4: Add support for FRQCRC1
Geert Uytterhoeven
1
-2
/
+8
2024-01-31
clk: renesas: r9a07g043: Add clock and reset entries for CRU
Biju Das
1
-0
/
+31
2024-01-31
clk: renesas: r9a08g045: Add clock and reset support for watchdog
Claudiu Beznea
1
-0
/
+3
2024-01-23
clk: renesas: mstp: Remove obsolete clkdev registration
Geert Uytterhoeven
1
-13
/
+3
2024-01-23
clk: renesas: cpg-mssr: Ignore all clocks assigned to non-Linux system
Kuninori Morimoto
1
-7
/
+104
2024-01-23
of: Add for_each_reserved_child_of_node()
Kuninori Morimoto
1
-0
/
+29
2024-01-23
of: Add of_get_next_status_child() and makes more generic of_get_next
Kuninori Morimoto
1
-11
/
+18
2024-01-23
of: Add __of_device_is_status() and makes more generic status check
Kuninori Morimoto
1
-21
/
+36
2024-01-21
Merge tag 'timers-core-2024-01-21' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
4
-11
/
+27
2024-01-20
Merge tag 'dmaengine-fix-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
34
-261
/
+1712
2024-01-20
media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c)
Aurelien Jarno
1
-5
/
+5
2024-01-20
Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-12
/
+56
2024-01-20
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
10
-39
/
+103
2024-01-20
Merge tag 'fbdev-for-6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-13
/
+1
2024-01-19
Revert "firmware/sysfb: Clear screen_info state after consuming it"
Helge Deller
1
-13
/
+1
2024-01-19
Merge tag 'devicetree-for-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
6
-33
/
+15
2024-01-19
Merge tag 'spi-fix-v6.8-merge-window' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+0
2024-01-19
Merge tag 'drm-next-2024-01-19' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
85
-463
/
+692
2024-01-19
Merge tag 'for-v6.8-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...
Linus Torvalds
23
-325
/
+596
[next]