| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-03-23 | clk: mvebu: armada-37xx-periph: fix __iomem casts in structure init |  Ben Dooks | 1 | -7/+9 |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments |  Linus Torvalds | 1 | -2/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument |  Linus Torvalds | 5 | -9/+9 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types |  Kees Cook | 5 | -15/+11 |
| 2025-12-05 | Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc |  Linus Torvalds | 1 | -4/+8 |
| 2025-11-14 | syscore: Pass context data to callbacks |  Thierry Reding | 1 | -4/+8 |
| 2025-11-10 | clk: mvebu: cp110 add CLK_IGNORE_UNUSED to pcie_x10, pcie_x11 & pcie_x4 |  Josua Mayer | 1 | -0/+20 |
| 2025-09-08 | clk: mvebu: dove-divider: convert from round_rate() to determine_rate() |  Brian Masney | 1 | -8/+8 |
| 2025-09-08 | clk: mvebu: cpu: convert from round_rate() to determine_rate() |  Brian Masney | 1 | -5/+7 |
| 2025-09-08 | clk: mvebu: corediv: convert from round_rate() to determine_rate() |  Brian Masney | 1 | -8/+10 |
| 2025-09-08 | clk: mvebu: armada-37xx-periph: convert from round_rate() to determine_rate() |  Brian Masney | 1 | -6/+9 |
| 2025-09-08 | clk: mvebu: ap-cpu-clk: convert from round_rate() to determine_rate() |  Brian Masney | 1 | -5/+7 |
| 2025-07-26 | clk: Fix typos |  Bjorn Helgaas | 1 | -3/+2 |
| 2024-09-21 | clk: Switch back to struct platform_driver::remove() |  Uwe Kleine-König | 3 | -3/+3 |
| 2023-08-30 | Merge branches 'clk-imx', 'clk-samsung', 'clk-annotate', 'clk-marvell' and 'clk-lmk' into clk-next |  Stephen Boyd | 1 | -1/+1 |
| 2023-08-22 | clk: mvebu: Convert to devm_platform_ioremap_resource() |  Yangtao Li | 2 | -6/+2 |
| 2023-08-22 | clk: Annotate struct clk_hw_onecell_data with __counted_by |  Kees Cook | 1 | -1/+1 |
| 2023-07-19 | clk: Explicitly include correct DT includes |  Rob Herring | 2 | -2/+0 |
| 2023-06-20 | clk: mvebu: Iterate over possible CPUs instead of DT CPU nodes |  Rob Herring | 1 | -11/+3 |
| 2023-06-20 | clk: mvebu: Use of_get_cpu_hwid() to read CPU ID |  Rob Herring | 1 | -8/+8 |
| 2023-06-14 | clk: mvebu: Use of_address_to_resource() |  Rob Herring | 1 | -5/+3 |
| 2023-03-28 | clk: mvebu: Convert to platform remove callback returning void |  Uwe Kleine-König | 3 | -12/+6 |
| 2022-09-30 | clk: mvebu: armada-37xx-tbg: Remove the unneeded result variable |  ye xingchen | 1 | -4/+2 |
| 2022-08-22 | clk: move from strlcpy with unused retval to strscpy |  Wolfram Sang | 1 | -1/+1 |
| 2022-02-17 | clk: mvebu: use time_is_before_eq_jiffies() instead of open coding it |  Wang Qing | 1 | -1/+2 |
| 2021-09-14 | clk: mvebu: ap-cpu-clk: Fix a memory leak in error handling paths |  Christophe JAILLET | 1 | -3/+11 |
| 2021-08-28 | clk: kirkwood: Fix a clocking boot regression |  Linus Walleij | 1 | -0/+1 |
| 2021-04-09 | clk: mvebu: armada-37xx-periph: Fix workaround for switching from L1 to L0 |  Pali Rohár | 1 | -6/+39 |
| 2021-04-09 | clk: mvebu: armada-37xx-periph: Fix switching CPU freq from 250 Mhz to 1 GHz |  Pali Rohár | 1 | -5/+7 |
| 2021-04-09 | clk: mvebu: armada-37xx-periph: remove .set_parent method for CPU PM clock |  Marek Behún | 1 | -28/+0 |
| 2021-02-11 | clk: mvebu: ap-cpu-clk: Demote non-conformant kernel-doc header |  Lee Jones | 1 | -1/+1 |
| 2020-12-19 | clk: mvebu: a3700: fix the XTAL MODE pin to MPP1_9 |  Terry Zhou | 1 | -2/+2 |
| 2020-10-13 | clk: mvebu: ap80x-cpu: use semicolons rather than commas to separate statements |  Julia Lawall | 1 | -1/+1 |
| 2020-07-11 | clk: mvebu: ARMADA_AP_CPU_CLK needs to select ARMADA_AP_CP_HELPER |  Nathan Chancellor | 1 | -0/+1 |
| 2020-01-04 | clk: Fix Kconfig indentation |  Krzysztof Kozlowski | 1 | -1/+1 |
| 2019-11-27 | Merge branches 'clk-ti', 'clk-allwinner', 'clk-qcom', 'clk-sa' and 'clk-aspeed' into clk-next |  Stephen Boyd | 2 | -4/+4 |
| 2019-11-27 | Merge branches 'clk-rohm', 'clk-hisilicon', 'clk-marvell', 'clk-unused' and 'clk-devm-ioremap-resource' into clk-next |  Stephen Boyd | 2 | -28/+4 |
| 2019-11-13 | clk: armada-xp: remove unused code |  YueHaibing | 1 | -26/+0 |
| 2019-11-08 | drivers/clk: convert VL struct to struct_size |  Stephen Kitt | 2 | -4/+4 |
| 2019-10-03 | clk: mvebu: armada-37xx-periph: change suspend/resume time |  Miquel Raynal | 1 | -2/+2 |
| 2019-10-03 | clk: mvebu: armada-37xx-periph: add PCIe gated clock |  Miquel Raynal | 1 | -0/+2 |
| 2019-09-17 | clk: mvebu: ap80x: add AP807 clock support |  Ben Peled | 1 | -0/+28 |
| 2019-09-17 | clk: mvebu: ap806: Prepare the introduction of AP807 clock support |  Ben Peled | 1 | -63/+77 |
| 2019-09-17 | clk: mvebu: ap806: add AP-DCLK (hclk) to system controller driver |  Omri Itach | 1 | -2/+46 |
| 2019-09-17 | clk: mvebu: ap806: be more explicit on what SaR is |  Miquel Raynal | 1 | -1/+1 |
| 2019-09-17 | clk: mvebu: ap80x-cpu: add AP807 CPU clock support |  Ben Peled | 1 | -2/+57 |
| 2019-09-17 | clk: mvebu: ap806-cpu: prepare mapping of AP807 CPU clock |  Christine Gharzuzi | 1 | -20/+62 |
| 2019-08-08 | clk: mvebu: ap806: Fix clock name for the cluster |  Gregory CLEMENT | 1 | -2/+2 |
| 2019-08-08 | clk: mvebu: add CPU clock driver for Armada 7K/8K |  Gregory CLEMENT | 3 | -0/+263 |
| 2019-08-08 | clk: mvebu: add helper file for Armada AP and CP clocks |  Gregory CLEMENT | 6 | -42/+61 |