summaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti/clk.c
Commit message (Expand)AuthorAgeFilesLines
* clk: ti: fix typo in ti_clk_retry_init() code commentDario Binacchi2022-11-221-1/+1
* clk: ti: change ti_clk_register[_omap_hw]() APIDario Binacchi2022-11-221-18/+16
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2022-10-081-2/+3
|\
| * clk: ti: Balance of_node_get() calls for of_find_node_by_name()Liang He2022-09-301-2/+3
* | clk: ti: Fix missing of_node_get() ti_find_clock_provider()Tony Lindgren2022-08-191-0/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULEThomas Gleixner2022-06-101-9/+1
* clk: ti: Add ti_dt_clk_name() helper to use clock-output-namesTony Lindgren2022-03-101-1/+19
* clk: ti: Add ti_find_clock_provider() to use clock-output-namesTony Lindgren2022-03-101-2/+41
* clk: ti: Optionally parse IO address from parent clock nodeTony Lindgren2022-03-101-2/+8
* clk: ti: Preserve node in ti_dt_clocks_register()Tony Lindgren2022-03-101-5/+8
* clk: ti: clkctrl: Fix hidden dependency to node nameTony Lindgren2020-01-201-1/+3
* clk: Remove io.h from clk-provider.hStephen Boyd2019-05-151-0/+1
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-03-141-2/+78
|\
| *-. Merge branches 'clk-imx', 'clk-samsung', 'clk-ti', 'clk-uniphier-gear' and 'c...Stephen Boyd2019-03-081-0/+72
| |\ \
| | | * clk: ti: generalize the init sequence of clk_hw_omap clocksTero Kristo2019-02-151-10/+21
| | | * clk: ti: add new API for checking if a provided clock is an OMAP clockTero Kristo2019-02-151-0/+19
| | | * clk: ti: move clk_hw_omap list handling under generic part of the driverTero Kristo2019-02-151-0/+42
| | |/
| * / clk: ti: fix refcount leak in ti_dt_clocks_register()Yangtao Li2018-12-281-2/+6
| |/
* / treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+3
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-10-311-10/+18
|\
| * Merge branch 'clk-ti' into clk-nextStephen Boyd2018-10-181-2/+5
| |\
| | * clk: ti: clkctrl: support multiple clkctrl nodes under a cm nodeTero Kristo2018-10-031-2/+5
| | |
| | \
| *-. | Merge branches 'clk-dt-name', 'clk-ti-of-node' and 'clk-sa' into clk-nextStephen Boyd2018-10-181-9/+14
| |\ \|
| | | * clk: ti: fix OF child-node lookupJohan Hovold2018-08-301-4/+9
| | |/ | |/|
| | * clk: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-301-5/+5
| |/
* | memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-1/+1
* | mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* | memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-311-1/+1
|/
* clk: ti: add generic support for clock latchingTero Kristo2018-03-081-0/+14
* clk: ti: add support for register read-modify-write low-level operationTero Kristo2018-03-081-0/+24
* clk: ti: Drop legacy clk-3xxx-legacy codeTony Lindgren2017-12-141-135/+0
* clk: ti: convert retry_init param to use void data typeTero Kristo2017-12-011-6/+6
* clk: ti: add support for clkctrl aliasesTero Kristo2017-12-011-3/+55
* clk: ti: fix building without legacy omap3Arnd Bergmann2017-04-211-6/+6
* clk: ti: convert to use proper register definition for all accessesTero Kristo2017-03-081-23/+24
* clk: ti: use automatic clock alias generation frameworkTero Kristo2017-03-081-5/+15
* clk: ti: add API for creating aliases automatically for simple clock typesTero Kristo2017-03-081-0/+26
* clk: ti: add support for automatic clock alias generationTero Kristo2017-03-081-0/+64
* clk: ti: Remove CLK_IS_ROOTStephen Boyd2016-03-021-2/+2
* clk: Convert __clk_get_flags() to clk_hw_get_flags()Stephen Boyd2015-08-241-2/+2
* Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd2015-07-281-0/+1
|\
| * clk: ti: Include clk.hStephen Boyd2015-07-201-0/+1
* | clk: ti: Force pointer to be __iomemStephen Boyd2015-07-281-1/+1
* | clk: ti: Mark ti_clk_features staticStephen Boyd2015-07-281-1/+1
* | clk: ti: Check kzalloc() for failuresStephen Boyd2015-07-281-0/+2
* | Merge branch 'for-4.2/ti-clk-move' of https://github.com/t-kristo/linux-pm in...Stephen Boyd2015-07-281-3/+142
|\ \ | |/ |/|
| * clk: ti: move low-level access and init code under clock driverTero Kristo2015-06-021-3/+72
| * clk: ti: remove exported ll_ops struct, instead add an API for registrationTero Kristo2015-06-021-0/+21
| * clk: ti: move omap2_clk_enable_init_clocks under clock driverTero Kristo2015-06-021-0/+24
| * ARM: OMAP2+: clock: export driver API to setup/get clock featuresTero Kristo2015-06-021-0/+25