summaryrefslogtreecommitdiff
path: root/drivers/clk/clk-eyeq.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-11Merge tag 'clk-eyeq7h-7.3' of ssh://github.com/benoitmonin/linux into clk-mob...Stephen Boyd1-410/+856
2026-07-17clk: eyeq: Add EyeQ7H compatiblesBenoît Monin1-3/+516
2026-07-17clk: eyeq: Drop PLL, dividers, and fixed factors structsBenoît Monin1-189/+3
2026-07-17clk: eyeq: Convert clocks declaration to eqc_clockBenoît Monin1-218/+134
2026-07-17clk: eyeq: Introduce a generic clock typeBenoît Monin1-3/+212
2026-07-17clk: eyeq: Prefix the PLL registers with the PLL typeBenoît Monin1-41/+35
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)1-1/+0
2026-04-28clk: eyeq: add EyeQ5 children auxiliary device for generic PHYsThéo Lebrun1-0/+3
2026-04-28clk: eyeq: use the auxiliary device creation helperJerome Brunet1-45/+12
2026-04-13clk: eyeq: Add Mobileye EyeQ6Lplus OLBBenoît Monin1-0/+70
2026-04-13clk: eyeq: Adjust PLL accuracy computationBenoît Monin1-9/+9
2026-04-13clk: eyeq: Skip post-divisor when computing PLL frequencyBenoît Monin1-2/+0
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-3/+3
2025-07-26clk: Fix typosBjorn Helgaas1-1/+1
2024-11-14clk: eyeq: add EyeQ6H west fixed factor clocksThéo Lebrun1-1/+9
2024-11-14clk: eyeq: add EyeQ6H central fixed factor clocksThéo Lebrun1-1/+8
2024-11-14clk: eyeq: add EyeQ5 fixed factor clocksThéo Lebrun1-2/+94
2024-11-14clk: eyeq: add fixed factor clocks infrastructureThéo Lebrun1-8/+73
2024-11-14clk: eyeq: require clock index with phandle in all casesThéo Lebrun1-10/+2
2024-10-28clk: eyeq: add driverThéo Lebrun1-0/+695