summaryrefslogtreecommitdiffstats
path: root/drivers/clk/tegra
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-16/+16
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-20/+18
2026-02-14Merge branches 'clk-renesas', 'clk-cleanup', 'clk-spacemit' and 'clk-tegra' i...Stephen Boyd-19/+57
2026-01-22clk: tegra: tegra124-emc: fix device leak on set_rate()Johan Hovold-1/+1
2026-01-17clk: tegra30: Add CSI pad clock gatesSvyatoslav Ryhel-1/+12
2026-01-17clk: tegra: Set CSUS as vi_sensor's gate for Tegra20, Tegra30 and Tegra114Svyatoslav Ryhel-9/+25
2026-01-17clk: tegra20: Reparent dsi clock to pll_d_out0Svyatoslav Ryhel-3/+3
2026-01-17clk: tegra: tegra124-emc: Simplify with scoped for each OF child loopKrzysztof Kozlowski-3/+1
2026-01-17clk: tegra: Adjust callbacks in tegra_clock_pmRafael J. Wysocki-1/+12
2026-01-16clk: tegra: tegra124-emc: Fix potential memory leak in tegra124_clk_register_...Haoxiang Li-1/+3
2025-11-14syscore: Pass context data to callbacksThierry Reding-4/+8
2025-10-06Merge branch 'clk-determine-rate' into clk-nextStephen Boyd-59/+72
2025-10-06Merge branches 'clk-samsung', 'clk-tegra' and 'clk-amlogic' into clk-nextStephen Boyd-34/+159
2025-09-21clk: tegra: do not overallocate memory for bpmp clocksFedor Pchelkin-1/+1
2025-09-14clk: tegra: dfll: Add CVB tables for Tegra114Svyatoslav Ryhel-28/+132
2025-09-11clk: tegra: Add DFLL DVCO reset control for Tegra114Svyatoslav Ryhel-6/+26
2025-09-11dt-bindings: clock: tegra30: Add IDs for CSI pad clocksSvyatoslav Ryhel-0/+1
2025-09-08clk: tegra: tegra210-emc: convert from round_rate() to determine_rate()Brian Masney-8/+16
2025-09-08clk: tegra: super: convert from round_rate() to determine_rate()Brian Masney-8/+1
2025-09-08clk: tegra: pll: convert from round_rate() to determine_rate()Brian Masney-21/+31
2025-09-08clk: tegra: periph: divider: convert from round_rate() to determine_rate()Brian Masney-7/+1
2025-09-08clk: tegra: divider: convert from round_rate() to determine_rate()Brian Masney-10/+18
2025-09-08clk: tegra: audio-sync: convert from round_rate() to determine_rate()Brian Masney-5/+5
2025-08-14clk: tegra: Remove redundant semicolonsLiao Yuanhong-1/+1
2025-07-26clk: Fix typosBjorn Helgaas-1/+1
2025-07-24clk: tegra: periph: Make tegra_clk_periph_ops staticPei Xiao-2/+1
2025-07-24clk: tegra: periph: Fix error handling and resolve unsigned compare warningPei Xiao-2/+2
2024-10-28clk: tegra: use clamp() in tegra_bpmp_clk_determine_rate()Li Zetao-1/+1
2024-09-21clk: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2023-09-12clk: tegra: fix error return case for recalc_rateTimo Alho-1/+1
2023-08-30Merge branches 'clk-versa', 'clk-strdup', 'clk-amlogic', 'clk-allwinner' and ...Stephen Boyd-4/+2
2023-08-04clk: tegra: Replace kstrdup() + strreplace() with kstrdup_and_replace()Andy Shevchenko-4/+2
2023-07-19clk: Explicitly include correct DT includesRob Herring-5/+3
2023-07-04clk: tegra: Avoid calling an uninitialized functionThierry Reding-3/+12
2023-06-26Merge branches 'clk-imx', 'clk-microchip', 'clk-cleanup', 'clk-bindings', 'cl...Stephen Boyd-0/+2
2023-06-14clk: tegra: tegra124-emc: Fix potential memory leakYuan Can-0/+2
2023-06-08clk: tegra: super: Switch to determine_rateMaxime Ripard-4/+11
2023-06-08clk: tegra: periph: Switch to determine_rateMaxime Ripard-5/+11
2023-06-08clk: tegra: periph: Add a determine_rate hookMaxime Ripard-0/+1
2023-06-08clk: tegra: super: Add a determine_rate hookMaxime Ripard-0/+1
2023-06-08clk: tegra: bpmp: Add a determine_rate hookMaxime Ripard-0/+1
2023-04-25Merge branches 'clk-xilinx', 'clk-broadcom' and 'clk-platform' into clk-nextStephen Boyd-10/+12
2023-03-29clk: tegra20: fix gcc-7 constant overflow warningArnd Bergmann-14/+14
2023-03-28clk: tegra: Convert to platform remove callback returning voidUwe Kleine-König-5/+3
2023-03-28clk: tegra: Don't warn three times about failure to unregisterUwe Kleine-König-6/+10
2022-11-19clk: tegra: Support BPMP-FW ABI deny flagsPeter De Schrijver-3/+34
2022-10-14clk: tegra: Fix Tegra PWM parent clockJon Hunter-0/+5
2022-10-04Merge branches 'clk-ofnode', 'clk-bindings', 'clk-cleanup', 'clk-zynq' and 'c...Stephen Boyd-1/+6
2022-08-22clk: tegra20: Fix refcount leak in tegra20_clock_initMiaoqian Lin-0/+1