summaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti
AgeCommit message (Expand)AuthorLines
2019-11-08Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-8/+3
2019-11-04clk: ti: clkctrl: Fix failed to enable error with double udelay timeoutTony Lindgren-2/+3
2019-11-04clk: ti: dra7-atl-clock: Remove ti_clk_add_alias callPeter Ujfalusi-6/+0
2019-10-03Merge tag 'omap-for-v5.4/fixes-rc1-signed' of git://git.kernel.org/pub/scm/li...Olof Johansson-3/+3
2019-09-23clk: ti: dra7: Fix mcasp8 clock bitsTony Lindgren-3/+3
2019-09-20Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds-0/+34
2019-09-19Merge branches 'clk-renesas', 'clk-rockchip', 'clk-const' and 'clk-simplify' ...Stephen Boyd-3/+1
2019-09-19Merge branches 'clk-init-destroy', 'clk-doc', 'clk-imx' and 'clk-allwinner' i...Stephen Boyd-8/+10
2019-09-06clk/ti: Use kmemdup rather than duplicating its implementationFuqian Huang-3/+1
2019-08-26clk: ti: add clkctrl data omap5 sgxTony Lindgren-0/+34
2019-08-16clk: ti: Don't reference clk_init_data after registrationStephen Boyd-8/+10
2019-08-07clk: ti: dm814x: Add of_node_put() to prevent memory leakNishka Dasgupta-0/+1
2019-07-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-146/+0
2019-06-28Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-32/+8
2019-06-07clk: ti: Remove unused functionsYueHaibing-146/+0
2019-06-06clk: ti: clkctrl: Fix returning uninitialized dataTony Lindgren-2/+5
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner-5/+1
2019-05-30Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+4
2019-05-21clk: ti: clkctrl: Fix clkdm_clk handlingTony Lindgren-4/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd-0/+3
2019-04-25clk: ti: dra7: disable the RNG and TIMER12 clkctrl clocks on HS devicesTero Kristo-8/+12
2019-04-25clk: ti: dra7x: prevent non-existing clkctrl clocks from registeringTero Kristo-2/+22
2019-04-25clk: ti: export the omap2_clk_is_hw_omap callTero Kristo-1/+0
2019-03-14Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-62/+159
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport-0/+3
2019-03-08clk: ti: clkctrl: Fix clkdm_name regression for TI_CLK_CLKCTRL_COMPATTony Lindgren-1/+1
2019-03-08Merge branches 'clk-imx', 'clk-samsung', 'clk-ti', 'clk-uniphier-gear' and 'c...Stephen Boyd-59/+152
2019-03-08Merge branches 'clk-of-refcount', 'clk-mmio-fixed-clock', 'clk-remove-clps', ...Stephen Boyd-2/+6
2019-02-15clk: ti: check clock type before doing autoidle opsAndreas Kemnade-4/+16
2019-02-15clk: ti: add a usecount for autoidleAndreas Kemnade-4/+28
2019-02-15clk: ti: generalize the init sequence of clk_hw_omap clocksTero Kristo-24/+31
2019-02-15clk: ti: remove usage of CLK_IS_BASICTero Kristo-6/+6
2019-02-15clk: ti: add new API for checking if a provided clock is an OMAP clockTero Kristo-0/+20
2019-02-15clk: ti: move clk_hw_omap list handling under generic part of the driverTero Kristo-39/+69
2019-01-24clk: ti: Fix error handling in ti_clk_parse_divider_data()Dan Carpenter-1/+10
2018-12-28clk: ti: fix refcount leak in ti_dt_clocks_register()Yangtao Li-2/+6
2018-12-14clk: Use of_node_name_eq for node name comparisonsRob Herring-2/+2
2018-10-31Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-526/+2230
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport-1/+1
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport-1/+1
2018-10-18Merge branch 'clk-ti' into clk-nextStephen Boyd-480/+2181
2018-10-18Merge branches 'clk-dt-name', 'clk-ti-of-node' and 'clk-sa' into clk-nextStephen Boyd-53/+56
2018-10-16clk: ti: Prepare for remove of OF node nameStephen Boyd-6/+3
2018-10-03clk: ti: Add functions to save/restore clk contextRuss Dill-0/+200
2018-10-03clk: ti: dra7: add new clkctrl dataTero Kristo-3/+874
2018-10-03clk: ti: dra7xx: rename existing clkctrl data as compat dataTero Kristo-804/+829
2018-10-03clk: ti: am43xx: add new clkctrl data for am43xxTero Kristo-5/+268