summaryrefslogtreecommitdiff
path: root/drivers/clk/clk-uclass.c
AgeCommit message (Expand)Author
2026-01-21clk: clk-uclass: used dev name in debug messageDavid Lechner
2026-01-21clk: clk-uclass: fix format specifier for ofnode nameDavid Lechner
2025-12-12Revert "clk: Return value calculated by ERR_PTR"Tom Rini
2025-12-08Merge tag 'v2026.01-rc4' into nextTom Rini
2025-12-05Merge patch series "clk: Return value calculated by ERR_PTR"Tom Rini
2025-12-05clk: Prevent memory leak on errorAndrew Goodbody
2025-12-05clk: Return value calculated by ERR_PTRAndrew Goodbody
2025-12-05clk: Prevent SIGSEGV on debugAndrew Goodbody
2025-12-04clk: Only enable the parent clock if the clock was enabled before reparentingMaksim Kiselev
2025-11-12clk: use private clk struct to access clock flagsKaustabh Chakraborty
2025-10-28Revert "clk: Return value calculated by ERR_PTR"Tom Rini
2025-10-28clk: Return value calculated by ERR_PTRAndrew Goodbody
2025-09-20clk: clk-uclass: Fix clk_set_default_rates issueYe Li
2025-06-11clk: add CONFIG_CLK_AUTO_IDPatrick Delaunay
2025-05-12clk: Fix clk_set_parent() regressionJonas Karlman
2025-04-30clk: fix crash on clk_set_rate clean rate cacheChristian Marangi
2025-04-10clk: Ensure the parent clocks are enabled while reparentingMiquel Raynal
2025-03-24clk: Add clk_resolve_parent_clk()Marek Vasut
2024-12-12clk: Propagate clk_set_rate() if CLK_SET_PARENT_RATE presentSam Protsenko
2024-10-11drivers: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-08-01clk: clk-uclass: Print clk name in clk_enable/clk_disableMichael Trimarchi
2024-08-01clk: Fix error message in clk_get_bulkJan Kiszka
2024-07-22drivers: clk: Remove duplicate newlinesMarek Vasut
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07clk: Remove <common.h> and add needed includesTom Rini
2024-01-29treewide: Remove clk_freeSean Anderson
2024-01-29clk: Remove rfreeSean Anderson
2024-01-29clk: fix clk_get_rate() always return ulongJulien Masson
2023-12-15clk: get correct ops for clk_enable() and clk_disable()Yang Xiwen
2023-11-01clk: use private clk struct in CLK_CCF's enable/disable functionsMaksim Kiselev
2023-11-01clk: fix count parameter type for clk_release_allEugen Hristev
2023-11-01drivers: clk: Adjust temp var data type to properly match that of struct clk_opsNathan Barrett-Morrison
2023-09-21clk: Dont return error when assigned-clocks is empty or missingAshok Reddy Soma
2023-02-12clk: Allow clk_get_by_name() with NULL nameSamuel Holland
2022-10-19clk: update clk_clean_rate_cache to use private clk structPatrick Delaunay
2022-10-19clk: change return type of clk_get_parent_rate from long long to ulongMichal Suchanek
2022-03-30clk: Consolidate some clock functionsSean Anderson
2022-03-30clk: Make clk_free return voidSean Anderson
2022-03-30clk: Make rfree return voidSean Anderson
2022-02-25clk: ccf: correct the test on the parent uclass in clk_enable/clk_disablePatrick Delaunay
2022-02-24clk: Inline clk_get_*_optionalSean Anderson
2022-02-24clk: Rename clk_get_optional_nodevSean Anderson
2022-01-13treewide: invaild -> invalidSean Anderson
2022-01-07Revert "clk: Detect failure to set defaults"Marek Vasut
2021-12-15clk: cosmetic: reorder include filesPatrick Delaunay
2021-09-25clk: Rename clk_get_by_driver_info()Simon Glass
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass
2021-07-15clk: Detect failure to set defaultsSimon Glass
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay