~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* clk: Allow clk_get_by_name() with NULL nameSamuel Holland2023-02-12
* clk: update clk_clean_rate_cache to use private clk structPatrick Delaunay2022-10-19
* clk: change return type of clk_get_parent_rate from long long to ulongMichal Suchanek2022-10-19
* clk: Consolidate some clock functionsSean Anderson2022-03-30
* clk: Make clk_free return voidSean Anderson2022-03-30
* clk: Make rfree return voidSean Anderson2022-03-30
* clk: ccf: correct the test on the parent uclass in clk_enable/clk_disablePatrick Delaunay2022-02-25
* clk: Inline clk_get_*_optionalSean Anderson2022-02-24
* clk: Rename clk_get_optional_nodevSean Anderson2022-02-24
* treewide: invaild -> invalidSean Anderson2022-01-13
* Revert "clk: Detect failure to set defaults"Marek Vasut2022-01-07
* clk: cosmetic: reorder include filesPatrick Delaunay2021-12-15
* clk: Rename clk_get_by_driver_info()Simon Glass2021-09-25
* treewide: Simply conditions with the new OF_REALSimon Glass2021-09-25
* clk: Detect failure to set defaultsSimon Glass2021-07-15
* dm: define LOG_CATEGORY for all uclassPatrick Delaunay2021-07-06
* clk: cosmetic change in uclassPatrick Delaunay2021-06-18
* clk: Allow force setting clock defaults before relocationSean Anderson2021-06-17
* clk: fix set_rate to clean up cached rates for the hierarchyTero Kristo2021-06-11
* clk: fix assigned-clocks to pass with deferring providerTero Kristo2021-06-11
* clk: do not attempt to fetch clock pointer with null deviceTero Kristo2021-06-11
* clk: Warn on failure to assign rateSean Anderson2021-05-14
* dm: Rename device_get_by_driver_info_idx()Simon Glass2021-03-26
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-02
* clk: Add debugging for return valuesSimon Glass2021-01-30
* clk: add clk_round_rate()Dario Binacchi2021-01-12
* dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass2021-01-05
* dm: Use driver_info index instead of pointerSimon Glass2020-10-29
* dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay2020-10-06
* clk: get clock pointer before proceedingClaudiu Beznea2020-09-22
* clk: do not disable clock if it is criticalClaudiu Beznea2020-09-22
* clk: bind clk to new parent deviceClaudiu Beznea2020-09-22
* clk: Drop dm.h header file in clk-provider.hSimon Glass2020-08-03
* dtoc: extend dtoc to use struct driver_info when linking nodesWalter Lozano2020-07-09
* clk: Fix clk_get_by_* handling of indexSean Anderson2020-07-01
* common: Drop linux/bug.h from common headerSimon Glass2020-05-18
* common: Drop log.h from common headerSimon Glass2020-05-18
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-05
* dm: core: Require users of devres to include the headerSimon Glass2020-02-05
* clk: Rename free() to rfree()Simon Glass2020-02-05
* clk: uclass: clk_get_by_name() must not be available if CONFIG_OF_PLATDATA is...Giulio Benetti2020-01-26
* clk: add APIs to get (optional) clock by name without a deviceChunfeng Yun2020-01-16
* clk: check valid clock by clk_valid()Chunfeng Yun2020-01-16
* clk: fix error check for devm_clk_get_optional()Chunfeng Yun2020-01-16
* drivers: clk: Fix using assigned-clocks in the node of the clock it sets upJean-Jacques Hiblot2019-10-22
* drivers: clk: Add a managed API to get clocks from the device-treeJean-Jacques Hiblot2019-10-22
* drivers: clk: Handle gracefully NULL pointersJean-Jacques Hiblot2019-10-22
* clk: Fix error check in clk_set_default_parents()Jean-Jacques Hiblot2019-10-22
* clk: prograte clk enable/disable to parentPeng Fan2019-08-22
* clk: add support for clk_is_match()Sekhar Nori2019-08-12