aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/clk-uclass.c
AgeCommit message (Expand)Author
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
2021-06-18clk: cosmetic change in uclassPatrick Delaunay
2021-06-17clk: Allow force setting clock defaults before relocationSean Anderson
2021-06-11clk: fix set_rate to clean up cached rates for the hierarchyTero Kristo
2021-06-11clk: fix assigned-clocks to pass with deferring providerTero Kristo
2021-06-11clk: do not attempt to fetch clock pointer with null deviceTero Kristo
2021-05-14clk: Warn on failure to assign rateSean Anderson
2021-03-26dm: Rename device_get_by_driver_info_idx()Simon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-30clk: Add debugging for return valuesSimon Glass
2021-01-12clk: add clk_round_rate()Dario Binacchi
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass
2020-10-29dm: Use driver_info index instead of pointerSimon Glass
2020-10-06dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay
2020-09-22clk: get clock pointer before proceedingClaudiu Beznea
2020-09-22clk: do not disable clock if it is criticalClaudiu Beznea
2020-09-22clk: bind clk to new parent deviceClaudiu Beznea
2020-08-03clk: Drop dm.h header file in clk-provider.hSimon Glass
2020-07-09dtoc: extend dtoc to use struct driver_info when linking nodesWalter Lozano
2020-07-01clk: Fix clk_get_by_* handling of indexSean Anderson
2020-05-18common: Drop linux/bug.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-05dm: core: Require users of devres to include the headerSimon Glass