summaryrefslogtreecommitdiffstats
path: root/drivers/clk/at91
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-33/+33
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-36/+35
2025-12-06Merge tag 'bitmap-for-6.19' of github.com:/norov/linuxLinus Torvalds-3/+1
2025-11-24clk: at91: Convert to common field_{get,prep}() helpersGeert Uytterhoeven-5/+1
2025-11-24clk: at91: pmc: #undef field_{get,prep}() before definitionGeert Uytterhoeven-0/+2
2025-11-14syscore: Pass context data to callbacksThierry Reding-4/+8
2025-10-06Merge branch 'clk-determine-rate' into clk-nextStephen Boyd-85/+133
2025-09-17ARM: at91: remove default values for PMC_PLL_ACRCristian Birsan-5/+2
2025-09-17clk: at91: add ACR in all PLL settingsCristian Birsan-0/+14
2025-09-17clk: at91: sam9x7: Add peripheral clock id for pmeccBalamanikandan Gunasundar-0/+1
2025-09-17clk: at91: clk-master: Add check for divide by 3Ryan Wanner-0/+3
2025-09-17clk: at91: clk-sam9x60-pll: force write to PLL_UPDT registerNicolas Ferre-36/+39
2025-09-08clk: at91: usb: convert from round_rate() to determine_rate()Brian Masney-9/+11
2025-09-08clk: at91: sam9x60-pll: convert from round_rate() to determine_rate()Brian Masney-11/+18
2025-09-08clk: at91: plldiv: convert from round_rate() to determine_rate()Brian Masney-11/+23
2025-09-08clk: at91: pll: convert from round_rate() to determine_rate()Brian Masney-5/+7
2025-09-08clk: at91: h32mx: convert from round_rate() to determine_rate()Brian Masney-11/+22
2025-09-08clk: at91: audio-pll: convert from round_rate() to determine_rate()Brian Masney-19/+23
2025-09-08clk: at91: peripheral: convert from round_rate() to determine_rate()Brian Masney-17/+24
2025-09-08clk: at91: peripheral: fix return valueBrian Masney-2/+5
2025-07-18clk: at91: sam9x7: update pll clk rangesVarshini Rajendran-10/+10
2024-12-29clk: at91: sama7d65: add sama7d65 pmc driverRyan Wanner-2/+1379
2024-12-08clk: at91: sckc: Use SCKC_{TD, MD}_SLCK IDs for clk32k clocksClaudiu Beznea-11/+13
2024-09-21Merge branches 'clk-amlogic', 'clk-microchip' and 'clk-imx' into clk-nextStephen Boyd-35/+1026
2024-08-24clk: at91: sama7g5: Allocate only the needed amount of memory for PLLsClaudiu Beznea-2/+3
2024-08-07clk: at91: sam9x7: add sam9x7 pmc driverVarshini Rajendran-0/+947
2024-08-07clk: at91: sama7g5: move mux table macros to header fileVarshini Rajendran-25/+26
2024-08-07clk: at91: sam9x7: add support for HW PLL freq dividersVarshini Rajendran-2/+29
2024-08-07clk: at91: clk-sam9x60-pll: re-factor to support individual core freq outputsVarshini Rajendran-6/+21
2024-08-02clk: at91: Use of_property_count_u32_elems() to get property lengthRob Herring (Arm)-2/+3
2023-10-18clk: at91: remove unnecessary conditionsDan Carpenter-7/+5
2023-06-26Merge branches 'clk-qcom' and 'clk-microchip' into clk-nextStephen Boyd-523/+730
2023-06-21clk: at91: sama7g5: s/ep_chg_chg_id/ep_chg_idClaudiu Beznea-1/+1
2023-06-21clk: at91: sama7g5: switch to parent_hw and parent_dataClaudiu Beznea-342/+454
2023-06-21clk: at91: sckc: switch to parent_data/parent_hwClaudiu Beznea-27/+48
2023-06-21clk: at91: clk-sam9x60-pll: add support for parent_hwClaudiu Beznea-9/+17
2023-06-21clk: at91: clk-utmi: add support for parent_hwClaudiu Beznea-17/+28
2023-06-21clk: at91: clk-system: add support for parent_hwClaudiu Beznea-19/+24
2023-06-21clk: at91: clk-programmable: add support for parent_hwClaudiu Beznea-17/+21
2023-06-21clk: at91: clk-peripheral: add support for parent_hwClaudiu Beznea-23/+34
2023-06-21clk: at91: clk-master: add support for parent_hwClaudiu Beznea-35/+47
2023-06-21clk: at91: clk-generated: add support for parent_hwClaudiu Beznea-7/+15
2023-06-21clk: at91: clk-main: add support for parent_data/parent_hwClaudiu Beznea-37/+52
2023-06-08clk: at91: smd: Switch to determine_rateMaxime Ripard-12/+17
2023-06-08clk: at91: sckc: Add a determine_rate hookMaxime Ripard-0/+1
2023-06-08clk: at91: main: Add a determine_rate hookMaxime Ripard-0/+1
2023-03-06clk: at91: clk-sam9x60-pll: fix return value checkClaudiu Beznea-1/+1
2023-01-09clk: at91: do not compile dt-compat.c for sama7g5 and sam9x60Claudiu Beznea-8/+8
2023-01-09clk: at91: mark ddr clocks as criticalClaudiu Beznea-43/+131