summaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti
AgeCommit message (Expand)AuthorFilesLines
2016-04-11ARM: dts: dra7xx: Correct mcasp8_ahclkx_mux namePeter Ujfalusi1-1/+1
2016-03-02clk: ti: Remove CLK_IS_ROOTStephen Boyd1-2/+2
2016-03-01Merge branch 'clk-ti' into clk-nextMichael Turquette4-0/+1048
2016-03-01clk: ti: Fix some errors found by static checkersStephen Boyd2-4/+4
2016-03-01clk: ti: Allow COMPILE_TEST to build selected driversTony Lindgren1-0/+4
2016-03-01clk: ti: Add support for dm814x ADPLLTony Lindgren4-0/+1044
2016-02-26clk: ti: Update for of_clk_get_parent_count() returning unsigned intStephen Boyd4-8/+8
2016-02-22clk: ti: dpll: convert DPLL support code to use clk_hw instead of clk ptrsTero Kristo5-26/+50
2016-02-22Merge branch 'clk-fixes' into clk-nextStephen Boyd1-1/+2
2016-02-22clk: ti: omap3+: dpll: use non-locking version of clk_get_rateTero Kristo1-1/+2
2016-01-29clk: move the common clock's to_clk_*(_hw) macros to clk-provider.hGeliang Tang4-8/+0
2016-01-20Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+4
2015-12-03clk: ti: Add few dm814x clock aliasesTony Lindgren1-0/+4
2015-12-02Merge branch 'clk-fixes' into clk-nextStephen Boyd5-29/+12
2015-11-30clk: ti: omap5+: dpll: implement errata i810Tero Kristo1-1/+24
2015-11-24clk: ti: drop locking code from mux/divider driversGrygorii Strashko2-25/+6
2015-11-24clk: ti816x: Add missing dmtimer clkdev entriesNeil Armstrong1-0/+2
2015-11-24clk: ti: fapll: fix wrong do_div() usageNicolas Pitre1-2/+2
2015-11-24clk: ti: clkt_dpll: fix wrong do_div() usageNicolas Pitre1-2/+2
2015-11-20clk: ti: dra7: constify clk_hw_omap_ops structureJulia Lawall1-1/+1
2015-10-02clk: ti: dflt: fix enable_reg validity checkSuman Anna1-2/+2
2015-10-02clk: ti: fix dual-registration of uart4_ickBen Dooks1-1/+1
2015-10-02clk: ti: clk-7xx: Remove hardwired ABE clock configurationPeter Ujfalusi1-17/+1
2015-09-01Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds1-0/+1
2015-09-01Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds3-2/+35
2015-08-24clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw)Stephen Boyd3-13/+13
2015-08-24clk: ti: Convert to clk_hw based provider APIsStephen Boyd7-35/+33
2015-08-24clk: ti: Remove CLK_IS_BASIC checkStephen Boyd1-6/+0
2015-08-24clk: Convert __clk_get_flags() to clk_hw_get_flags()Stephen Boyd6-9/+9
2015-08-24clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()Stephen Boyd1-1/+1
2015-08-13clk: ti: fix for definition movementStephen Rothwell1-0/+2
2015-07-31ARM: dts: AM437X: add dpll_clksel_mac_clk nodeKeerthy1-0/+1
2015-07-28Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd11-1/+11
2015-07-28clk: ti: make use of of_clk_parent_fill helper functionDinh Nguyen5-14/+5
2015-07-28clk: ti: Force pointer to be __iomemStephen Boyd1-1/+1
2015-07-28clk: ti: clk-3xxx: Remove unused structuresStephen Boyd1-10/+0
2015-07-28clk: ti: Mark ti_clk_features staticStephen Boyd1-1/+1
2015-07-28clk: ti: Check kzalloc() for failuresStephen Boyd1-0/+2
2015-07-28Merge branch 'for-4.2/ti-clk-move' of https://github.com/t-kristo/linux-pm in...Stephen Boyd20-19/+2543
2015-07-20clk: ti: Switch clk-provider.h include to clk.hStephen Boyd1-1/+1
2015-07-20clk: ti: Include clk.hStephen Boyd10-0/+10
2015-07-16ARM: OMAP2+: Add support for initializing dm814x clocksTony Lindgren3-2/+33
2015-07-01Merge tag 'clk-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-9/+14
2015-06-04clk: ti: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven1-1/+1
2015-06-04CLK: TI: always enable DESHDCP clockTomi Valkeinen1-1/+6
2015-06-03arm: dra7: add DESHDCP clockTomi Valkeinen1-0/+1
2015-06-02clk: ti: move low-level access and init code under clock driverTero Kristo1-3/+72
2015-06-02clk: ti: remove exported ll_ops struct, instead add an API for registrationTero Kristo3-0/+25
2015-06-02clk: ti: move some public definitions to private headerTero Kristo7-1/+59
2015-06-02clk: ti: am3517: move remaining am3517 clock support code to clock driverTero Kristo2-0/+96