summaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti
AgeCommit message (Expand)AuthorLines
2017-06-15clk: ti: omap4: add clkctrl clock dataTero Kristo-0/+670
2017-06-15clk: ti: add support for clkctrl clocksTero Kristo-1/+523
2017-04-28clk: ti: divider: try to fix ti_clk_register_dividerArnd Bergmann-11/+6
2017-04-21clk: ti: fix building without legacy omap3Arnd Bergmann-6/+6
2017-04-21clk: ti: fix linker error with !SOC_OMAP4Arnd Bergmann-2/+6
2017-03-08clk: ti: convert to use proper register definition for all accessesTero Kristo-276/+225
2017-03-08clk: ti: dpll44xx: fix clksel register initializationTero Kristo-0/+15
2017-03-08clk: ti: gate: export gate_clk_ops locallyTero Kristo-1/+2
2017-03-08clk: ti: divider: add driver internal API for parsing divider dataTero Kristo-22/+45
2017-03-08clk: ti: divider: convert TI divider clock to use its own data representationTero Kristo-13/+24
2017-03-08clk: ti: mux: convert TI mux clock to use its internal data representationTero Kristo-5/+16
2017-03-08clk: ti: drop unnecessary MEMMAP_ADDRESSING flagTero Kristo-7/+1
2017-03-08clk: ti: omap4: cleanup unnecessary clock aliasesTero Kristo-186/+2
2017-03-08clk: ti: enforce const types on string arraysTero Kristo-6/+6
2017-03-08clk: ti: move omap2_init_clk_clkdm under TI clock driverTero Kristo-0/+31
2017-03-08clk: ti: use automatic clock alias generation frameworkTero Kristo-15/+49
2017-03-08clk: ti: add API for creating aliases automatically for simple clock typesTero Kristo-0/+27
2017-03-08clk: ti: add support for automatic clock alias generationTero Kristo-0/+67
2017-01-26clk: ti: divider: Add the table parsing to get the best divider valueKeerthy-1/+30
2016-12-08clk: ti: dra7: fix "failed to lookup clock node gmac_gmii_ref_clk_div" boot m...Grygorii Strashko-1/+0
2016-12-08clk: ti: omap36xx: Work around sprz319 advisory 2.1Richard Watts-11/+104
2016-11-04clk: ti: make clk-dra7-atl explicitly non-modularPaul Gortmaker-17/+3
2016-08-01Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds-0/+1
2016-06-22ARM: dts: AM43xx: clk: Add RNG clk nodeLokesh Vutla-0/+1
2016-06-10clk: ti: am335x/am4372: Add tbclk to pwm nodeFranklin S Cooper Jr-0/+9
2016-05-20Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-1/+13
2016-04-19clk: ti: dra7-atl-clock: Fix of_node reference countingPeter Ujfalusi-0/+2
2016-04-15clk: ti: dra7: fix kernel boot with arg 'clocksource=gp_timer'Grygorii Strashko-0/+2
2016-04-15clk: ti: amx3xx: limit the maximum frequency of DPLLs based on specTero Kristo-0/+5
2016-04-15clk: ti: dpll: add support for specifying max rate for DPLLsTero Kristo-0/+3
2016-04-15clk: ti: dflt: remove redundant unlikelySuman Anna-1/+1
2016-04-11ARM: dts: dra7xx: Correct mcasp8_ahclkx_mux namePeter Ujfalusi-1/+1
2016-03-02clk: ti: Remove CLK_IS_ROOTStephen Boyd-2/+2
2016-03-01Merge branch 'clk-ti' into clk-nextMichael Turquette-0/+1048
2016-03-01clk: ti: Fix some errors found by static checkersStephen Boyd-4/+4
2016-03-01clk: ti: Allow COMPILE_TEST to build selected driversTony Lindgren-0/+4
2016-03-01clk: ti: Add support for dm814x ADPLLTony Lindgren-0/+1044
2016-02-26clk: ti: Update for of_clk_get_parent_count() returning unsigned intStephen Boyd-8/+8
2016-02-22clk: ti: dpll: convert DPLL support code to use clk_hw instead of clk ptrsTero Kristo-26/+50
2016-02-22Merge branch 'clk-fixes' into clk-nextStephen Boyd-1/+2
2016-02-22clk: ti: omap3+: dpll: use non-locking version of clk_get_rateTero Kristo-1/+2
2016-01-29clk: move the common clock's to_clk_*(_hw) macros to clk-provider.hGeliang Tang-8/+0
2016-01-20Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+4
2015-12-03clk: ti: Add few dm814x clock aliasesTony Lindgren-0/+4
2015-12-02Merge branch 'clk-fixes' into clk-nextStephen Boyd-29/+12
2015-11-30clk: ti: omap5+: dpll: implement errata i810Tero Kristo-1/+24
2015-11-24clk: ti: drop locking code from mux/divider driversGrygorii Strashko-25/+6
2015-11-24clk: ti816x: Add missing dmtimer clkdev entriesNeil Armstrong-0/+2
2015-11-24clk: ti: fapll: fix wrong do_div() usageNicolas Pitre-2/+2
2015-11-24clk: ti: clkt_dpll: fix wrong do_div() usageNicolas Pitre-2/+2