aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-08Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-0/+26
2020-02-03Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds6-17/+170
2020-01-31Merge branches 'clk-imx', 'clk-ti', 'clk-xilinx', 'clk-nvidia', 'clk-qcom', 'clk-freescale' and 'clk-qoriq' into clk-nextStephen Boyd4-13/+164
2020-01-23ARM: dts: Add missing omap5 secure clocksTony Lindgren1-0/+13
2020-01-23ARM: dts: Add missing omap4 secure clocksTony Lindgren1-0/+13
2020-01-20clk: ti: clkctrl: Fix hidden dependency to node nameTony Lindgren2-12/+88
2020-01-20clk: ti: add clkctrl data dra7 sgxTony Lindgren1-0/+35
2020-01-20clk: ti: omap5: Add missing AESS clockTony Lindgren1-0/+15
2020-01-20clk: ti: dra7: fix parent for gmac_clkctrlGrygorii Strashko1-1/+1
2020-01-20clk: ti: dra7: add vpe clkctrl dataBenoit Parrot1-0/+6
2020-01-20clk: ti: dra7: add cam clkctrl dataBenoit Parrot1-0/+19
2020-01-05clk: ti: dra7-atl: Remove pm_runtime_irq_safe()Peter Ujfalusi1-1/+0
2019-12-23clk: let init callback return an error codeJerome Brunet2-4/+6
2019-12-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds9-198/+178
2019-11-08clk/ti/adpll: allocate room for terminating nullStephen Kitt1-9/+2
2019-11-08Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds2-8/+3
2019-11-04clk: ti: clkctrl: Fix failed to enable error with double udelay timeoutTony Lindgren1-2/+3
2019-11-04clk: ti: dra7-atl-clock: Remove ti_clk_add_alias callPeter Ujfalusi1-6/+0
2019-10-31clk: ti: divider: convert to use min,max,mask instead of widthTero Kristo2-91/+74
2019-10-31clk: ti: divider: cleanup ti_clk_parse_divider_data APITero Kristo3-14/+9
2019-10-31clk: ti: divider: cleanup _register_divider and ti_clk_get_div_tableTero Kristo1-72/+41
2019-10-31clk: ti: am43xx: drop idlest polling from gfx clockTero Kristo1-1/+1
2019-10-31clk: ti: am33xx: drop idlest polling from gfx clockTero Kristo1-1/+1
2019-10-31clk: ti: am33xx: drop idlest polling from pruss clkctrl clockTero Kristo1-1/+1
2019-10-31clk: ti: am43xx: drop idlest polling from pruss clkctrl clockTero Kristo1-1/+1
2019-10-31clk: ti: omap5: Drop idlest polling from IPU & DSP clkctrl clocksSuman Anna1-2/+2
2019-10-31clk: ti: omap4: Drop idlest polling from IPU & DSP clkctrl clocksSuman Anna1-2/+2
2019-10-31clk: ti: dra7xx: Drop idlest polling from IPU & DSP clkctrl clocksTero Kristo1-4/+4
2019-10-31clk: ti: omap5: add IVA subsystem clkctrl dataTero Kristo1-0/+7
2019-10-31clk: ti: clkctrl: add new exported API for checking standby infoTero Kristo1-0/+33
2019-10-31clk: ti: clkctrl: convert to use bit helper macros instead of bitopsTero Kristo1-4/+4
2019-10-31clk: ti: clkctrl: fix setting up clkctrl clocksTero Kristo1-1/+1
2019-10-03Merge tag 'omap-for-v5.4/fixes-rc1-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixesOlof Johansson1-3/+3
2019-09-23clk: ti: dra7: Fix mcasp8 clock bitsTony Lindgren1-3/+3
2019-09-20Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+34
2019-09-19Merge branches 'clk-renesas', 'clk-rockchip', 'clk-const' and 'clk-simplify' into clk-nextStephen Boyd1-3/+1
2019-09-19Merge branches 'clk-init-destroy', 'clk-doc', 'clk-imx' and 'clk-allwinner' into clk-nextStephen Boyd2-8/+10
2019-09-06clk/ti: Use kmemdup rather than duplicating its implementationFuqian Huang1-3/+1
2019-08-26clk: ti: add clkctrl data omap5 sgxTony Lindgren1-0/+34
2019-08-16clk: ti: Don't reference clk_init_data after registrationStephen Boyd2-8/+10
2019-08-07clk: ti: dm814x: Add of_node_put() to prevent memory leakNishka Dasgupta1-0/+1
2019-07-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds3-146/+0
2019-06-28Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-2/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner8-32/+8
2019-06-07clk: ti: Remove unused functionsYueHaibing3-146/+0
2019-06-06clk: ti: clkctrl: Fix returning uninitialized dataTony Lindgren1-2/+5
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner1-5/+1
2019-05-30Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-4/+4
2019-05-21clk: ti: clkctrl: Fix clkdm_clk handlingTony Lindgren1-4/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1