summaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-11-082-8/+3
|\
| * clk: ti: clkctrl: Fix failed to enable error with double udelay timeoutTony Lindgren2019-11-041-2/+3
| * clk: ti: dra7-atl-clock: Remove ti_clk_add_alias callPeter Ujfalusi2019-11-041-6/+0
* | Merge tag 'omap-for-v5.4/fixes-rc1-signed' of git://git.kernel.org/pub/scm/li...Olof Johansson2019-10-031-3/+3
|\ \ | |/ |/|
| * clk: ti: dra7: Fix mcasp8 clock bitsTony Lindgren2019-09-231-3/+3
* | Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-09-201-0/+34
|\ \
| * | clk: ti: add clkctrl data omap5 sgxTony Lindgren2019-08-261-0/+34
| |/
| |
| \
*-. \ Merge branches 'clk-renesas', 'clk-rockchip', 'clk-const' and 'clk-simplify' ...Stephen Boyd2019-09-191-3/+1
|\ \ \ | | |/ | |/|
| | * clk/ti: Use kmemdup rather than duplicating its implementationFuqian Huang2019-09-061-3/+1
| |/
| |
| \
*-. | Merge branches 'clk-init-destroy', 'clk-doc', 'clk-imx' and 'clk-allwinner' i...Stephen Boyd2019-09-192-8/+10
|\ \|
| * | clk: ti: Don't reference clk_init_data after registrationStephen Boyd2019-08-162-8/+10
| |/
* / clk: ti: dm814x: Add of_node_put() to prevent memory leakNishka Dasgupta2019-08-071-0/+1
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-07-173-146/+0
|\
| * clk: ti: Remove unused functionsYueHaibing2019-06-073-146/+0
* | 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/+8
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner2019-06-051-5/+1
* | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-301-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/+0
* 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-1815-480/+2181
| |\
| | * clk: ti: Prepare for remove of OF node nameStephen Boyd2018-10-161-6/+3
| | * 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