summaryrefslogtreecommitdiff
path: root/drivers/clk/ti/clk.c
AgeCommit message (Expand)Author
2023-08-04clk: ti: Replace kstrdup() + strreplace() with kstrdup_and_replace()Andy Shevchenko
2022-11-22clk: ti: fix typo in ti_clk_retry_init() code commentDario Binacchi
2022-11-22clk: ti: change ti_clk_register[_omap_hw]() APIDario Binacchi
2022-10-08Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2022-09-30clk: ti: Balance of_node_get() calls for of_find_node_by_name()Liang He
2022-08-19clk: ti: Fix missing of_node_get() ti_find_clock_provider()Tony Lindgren
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULEThomas Gleixner
2022-03-10clk: ti: Add ti_dt_clk_name() helper to use clock-output-namesTony Lindgren
2022-03-10clk: ti: Add ti_find_clock_provider() to use clock-output-namesTony Lindgren
2022-03-10clk: ti: Optionally parse IO address from parent clock nodeTony Lindgren
2022-03-10clk: ti: Preserve node in ti_dt_clocks_register()Tony Lindgren
2020-01-20clk: ti: clkctrl: Fix hidden dependency to node nameTony Lindgren
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd
2019-03-14Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-03-08Merge branches 'clk-imx', 'clk-samsung', 'clk-ti', 'clk-uniphier-gear' and 'c...Stephen Boyd
2019-02-15clk: ti: generalize the init sequence of clk_hw_omap clocksTero Kristo
2019-02-15clk: ti: add new API for checking if a provided clock is an OMAP clockTero Kristo
2019-02-15clk: ti: move clk_hw_omap list handling under generic part of the driverTero Kristo
2018-12-28clk: ti: fix refcount leak in ti_dt_clocks_register()Yangtao Li
2018-10-31Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport
2018-10-18Merge branch 'clk-ti' into clk-nextStephen Boyd
2018-10-18Merge branches 'clk-dt-name', 'clk-ti-of-node' and 'clk-sa' into clk-nextStephen Boyd
2018-10-03clk: ti: clkctrl: support multiple clkctrl nodes under a cm nodeTero Kristo
2018-08-30clk: ti: fix OF child-node lookupJohan Hovold
2018-08-30clk: Convert to using %pOFn instead of device_node.nameRob Herring
2018-03-08clk: ti: add generic support for clock latchingTero Kristo
2018-03-08clk: ti: add support for register read-modify-write low-level operationTero Kristo
2017-12-14clk: ti: Drop legacy clk-3xxx-legacy codeTony Lindgren
2017-12-01clk: ti: convert retry_init param to use void data typeTero Kristo
2017-12-01clk: ti: add support for clkctrl aliasesTero Kristo
2017-04-21clk: ti: fix building without legacy omap3Arnd Bergmann
2017-03-08clk: ti: convert to use proper register definition for all accessesTero Kristo
2017-03-08clk: ti: use automatic clock alias generation frameworkTero Kristo
2017-03-08clk: ti: add API for creating aliases automatically for simple clock typesTero Kristo
2017-03-08clk: ti: add support for automatic clock alias generationTero Kristo
2016-03-02clk: ti: Remove CLK_IS_ROOTStephen Boyd
2015-08-24clk: Convert __clk_get_flags() to clk_hw_get_flags()Stephen Boyd
2015-07-28Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd
2015-07-28clk: ti: Force pointer to be __iomemStephen Boyd
2015-07-28clk: ti: Mark ti_clk_features staticStephen Boyd
2015-07-28clk: ti: Check kzalloc() for failuresStephen Boyd
2015-07-28Merge branch 'for-4.2/ti-clk-move' of https://github.com/t-kristo/linux-pm in...Stephen Boyd
2015-07-20clk: ti: Include clk.hStephen Boyd
2015-06-02clk: ti: move low-level access and init code under clock driverTero Kristo
2015-06-02clk: ti: remove exported ll_ops struct, instead add an API for registrationTero Kristo
2015-06-02clk: ti: move omap2_clk_enable_init_clocks under clock driverTero Kristo