index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
visconti
Age
Commit message (
Expand
)
Author
13 days
clk: visconti: Make sure clk_init_data is fully initialized
Geert Uytterhoeven
2026-04-28
clk: visconti: pll: use kzalloc_flex
Rosen Penev
2026-04-11
clk: visconti: pll: initialize clk_init_data to zero
Brian Masney
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-11-20
clk: visconti: Add VIIF clocks
Yuji Ishikawa
2025-11-20
clk: visconti: Do not define number of clocks in bindings
Yuji Ishikawa
2025-09-08
clk: visconti: pll: convert from round_rate() to determine_rate()
Brian Masney
2025-07-26
clk: Fix typos
Bjorn Helgaas
2024-08-14
clk: visconti: Switch to use kmemdup_array()
Andy Shevchenko
2023-10-23
clk: visconti: Add bounds-checking coverage for struct visconti_pll_provider
Gustavo A. R. Silva
2023-10-23
clk: visconti: Fix undefined behavior bug in struct visconti_pll_provider
Gustavo A. R. Silva
2023-03-06
clk: visconti: remove unused visconti_pll_provider::regmap
Dario Binacchi
2022-11-29
clk: visconti: Fix memory leak in visconti_register_pll()
Xiu Jianfeng
2022-03-17
clk: visconti: prevent array overflow in visconti_clk_register_gates()
Dan Carpenter
2022-01-13
clk: visconti: Fix uninitialized variable in printk
Dan Carpenter
2022-01-07
clk: visconti: Remove pointless NULL check in visconti_pll_add_lookup()
Nathan Chancellor
2022-01-05
clk: visconti: Add support common clock driver and reset driver
Nobuhiro Iwamatsu