summaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-07-173-146/+0Star
|\
| * clk: ti: Remove unused functionsYueHaibing2019-06-073-146/+0Star
* | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-06-281-2/+5
|\ \
| * | clk: ti: clkctrl: Fix returning uninitialized dataTony Lindgren2019-06-061-2/+5
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-198-32/+8Star
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner2019-06-051-5/+1Star
* | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-311-4/+4
|\| |
| * | clk: ti: clkctrl: Fix clkdm_clk handlingTony Lindgren2019-05-211-4/+4
| |/
* / treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* clk: Remove io.h from clk-provider.hStephen Boyd2019-05-153-0/+3
* clk: ti: dra7: disable the RNG and TIMER12 clkctrl clocks on HS devicesTero Kristo2019-04-254-8/+12
* clk: ti: dra7x: prevent non-existing clkctrl clocks from registeringTero Kristo2019-04-254-2/+22
* clk: ti: export the omap2_clk_is_hw_omap callTero Kristo2019-04-251-1/+0Star
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-03-1413-62/+159
|\
| * clk: ti: clkctrl: Fix clkdm_name regression for TI_CLK_CLKCTRL_COMPATTony Lindgren2019-03-081-1/+1
| *---. Merge branches 'clk-imx', 'clk-samsung', 'clk-ti', 'clk-uniphier-gear' and 'c...Stephen Boyd2019-03-0813-59/+152
| |\ \ \
| | | | * clk: ti: check clock type before doing autoidle opsAndreas Kemnade2019-02-151-4/+16
| | | | * clk: ti: add a usecount for autoidleAndreas Kemnade2019-02-151-4/+28
| | | | * clk: ti: generalize the init sequence of clk_hw_omap clocksTero Kristo2019-02-156-24/+31
| | | | * clk: ti: remove usage of CLK_IS_BASICTero Kristo2019-02-156-6/+6
| | | | * clk: ti: add new API for checking if a provided clock is an OMAP clockTero Kristo2019-02-152-0/+20
| | | | * clk: ti: move clk_hw_omap list handling under generic part of the driverTero Kristo2019-02-153-39/+69
| | | |/
| | | |
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'clk-of-refcount', 'clk-mmio-fixed-clock', 'clk-remove-clps', ...Stephen Boyd2019-03-081-2/+6
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | | |/ | | | |/|
| | * | | 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
|/ / /
* | / clk: ti: Fix error handling in ti_clk_parse_divider_data()Dan Carpenter2019-01-241-1/+10
| |/ |/|
* | clk: Use of_node_name_eq for node name comparisonsRob Herring2018-12-142-2/+2
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-10-3121-526/+2230
|\
| * Merge branch 'clk-ti' into clk-nextStephen Boyd2018-10-1915-480/+2181
| |\
| | * clk: ti: Prepare for remove of OF node nameStephen Boyd2018-10-161-6/+3Star
| | * clk: ti: Add functions to save/restore clk contextRuss Dill2018-10-036-0/+200
| | * clk: ti: dra7: add new clkctrl dataTero Kristo2018-10-033-3/+874
| | * clk: ti: dra7xx: rename existing clkctrl data as compat dataTero Kristo2018-10-035-804/+829
| | * clk: ti: am43xx: add new clkctrl data for am43xxTero Kristo2018-10-033-5/+268
| | * clk: ti: am43xx: rename existing clkctrl data as compat dataTero Kristo2018-10-035-207/+233
| | * clk: ti: am33xx: add new clkctrl data for am33xxTero Kristo2018-10-033-3/+250
| | * clk: ti: am33xx: rename existing clkctrl data as compat dataTero Kristo2018-10-035-198/+224
| | * clk: ti: clkctrl: replace dashes from clkdm name with underscoreTero Kristo2018-10-031-0/+10
| | * clk: ti: clkctrl: support multiple clkctrl nodes under a cm nodeTero Kristo2018-10-033-18/+52
| | |
| | \
| *-. | Merge branches 'clk-dt-name', 'clk-ti-of-node' and 'clk-sa' into clk-nextStephen Boyd2018-10-1912-53/+56
| |\ \|
| | | * clk: ti: fix OF child-node lookupJohan Hovold2018-08-301-4/+9
| | |/ | |/|
| | * clk: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-3012-49/+47Star
| |/
* | 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: dra7: Add clkctrl clock data for the mcan clocksFaiz Abbas2018-07-101-0/+1
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-131-2/+4
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-133-4/+4
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-04-144-13/+77
|\
| *-. Merge branches 'clk-davinci', 'clk-si544', 'clk-rockchip', 'clk-uniphier' and...Stephen Boyd2018-04-062-4/+7
| |\ \