aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/ti/clk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-26clk: ti: Improve clksel clock bit parsing for reg propertyTony Lindgren1-7/+50
2024-02-26clk: ti: Handle possible address in the node nameTony Lindgren1-4/+10
2023-08-04clk: ti: Replace kstrdup() + strreplace() with kstrdup_and_replace()Andy Shevchenko1-2/+2
2022-11-22clk: ti: fix typo in ti_clk_retry_init() code commentDario Binacchi1-1/+1
2022-11-22clk: ti: change ti_clk_register[_omap_hw]() APIDario Binacchi1-18/+16
2022-10-08Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-2/+3
2022-09-30clk: ti: Balance of_node_get() calls for of_find_node_by_name()Liang He1-2/+3
2022-08-19clk: ti: Fix missing of_node_get() ti_find_clock_provider()Tony Lindgren1-0/+1
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULEThomas Gleixner1-9/+1
2022-03-10clk: ti: Add ti_dt_clk_name() helper to use clock-output-namesTony Lindgren1-1/+19
2022-03-10clk: ti: Add ti_find_clock_provider() to use clock-output-namesTony Lindgren1-2/+41
2022-03-10clk: ti: Optionally parse IO address from parent clock nodeTony Lindgren1-2/+8
2022-03-10clk: ti: Preserve node in ti_dt_clocks_register()Tony Lindgren1-5/+8
2020-01-20clk: ti: clkctrl: Fix hidden dependency to node nameTony Lindgren1-1/+3
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd1-0/+1
2019-03-14Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-2/+78
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-0/+3
2019-03-08Merge branches 'clk-imx', 'clk-samsung', 'clk-ti', 'clk-uniphier-gear' and 'clk-mmp2-lcdc' into clk-nextStephen Boyd1-0/+72
2019-02-15clk: ti: generalize the init sequence of clk_hw_omap clocksTero Kristo1-10/+21
2019-02-15clk: ti: add new API for checking if a provided clock is an OMAP clockTero Kristo1-0/+19
2019-02-15clk: ti: move clk_hw_omap list handling under generic part of the driverTero Kristo1-0/+42
2018-12-28clk: ti: fix refcount leak in ti_dt_clocks_register()Yangtao Li1-2/+6
2018-10-31Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-10/+18
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport1-1/+1
2018-10-18Merge branch 'clk-ti' into clk-nextStephen Boyd1-2/+5
2018-10-18Merge branches 'clk-dt-name', 'clk-ti-of-node' and 'clk-sa' into clk-nextStephen Boyd1-9/+14
2018-10-03clk: ti: clkctrl: support multiple clkctrl nodes under a cm nodeTero Kristo1-2/+5
2018-08-30clk: ti: fix OF child-node lookupJohan Hovold1-4/+9
2018-08-30clk: Convert to using %pOFn instead of device_node.nameRob Herring1-5/+5
2018-03-08clk: ti: add generic support for clock latchingTero Kristo1-0/+14
2018-03-08clk: ti: add support for register read-modify-write low-level operationTero Kristo1-0/+24
2017-12-14clk: ti: Drop legacy clk-3xxx-legacy codeTony Lindgren1-135/+0
2017-12-01clk: ti: convert retry_init param to use void data typeTero Kristo1-6/+6
2017-12-01clk: ti: add support for clkctrl aliasesTero Kristo1-3/+55
2017-04-21clk: ti: fix building without legacy omap3Arnd Bergmann1-6/+6
2017-03-08clk: ti: convert to use proper register definition for all accessesTero Kristo1-23/+24
2017-03-08clk: ti: use automatic clock alias generation frameworkTero Kristo1-5/+15
2017-03-08clk: ti: add API for creating aliases automatically for simple clock typesTero Kristo1-0/+26
2017-03-08clk: ti: add support for automatic clock alias generationTero Kristo1-0/+64
2016-03-02clk: ti: Remove CLK_IS_ROOTStephen Boyd1-2/+2
2015-08-24clk: Convert __clk_get_flags() to clk_hw_get_flags()Stephen Boyd1-2/+2
2015-07-28Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd1-0/+1
2015-07-28clk: ti: Force pointer to be __iomemStephen Boyd1-1/+1
2015-07-28clk: ti: Mark ti_clk_features staticStephen Boyd1-1/+1
2015-07-28clk: ti: Check kzalloc() for failuresStephen Boyd1-0/+2
2015-07-28Merge branch 'for-4.2/ti-clk-move' of https://github.com/t-kristo/linux-pm into clk-nextStephen Boyd1-3/+142
2015-07-20clk: ti: Include clk.hStephen Boyd1-0/+1
2015-06-02clk: ti: move low-level access and init code under clock driverTero Kristo1-3/+72