summaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti
Commit message (Expand)AuthorAgeFilesLines
* clk: ti: Fix memleak in ti_fapll_synth_setupZhang Qilong2020-12-291-2/+9
* clk: ti: clockdomain: fix static checker warningTero Kristo2020-11-051-0/+2
* clk/ti/adpll: allocate room for terminating nullStephen Kitt2020-10-011-9/+2
* clk: ti: composite: fix memory leakTero Kristo2020-06-251-0/+1
* clk: ti: dra7-atl-clock: Remove ti_clk_add_alias callPeter Ujfalusi2019-12-051-6/+0
* clk: ti: clkctrl: Fix returning uninitialized dataTony Lindgren2019-07-211-2/+5
* clk: ti: clkctrl: Fix clkdm_clk handlingTony Lindgren2019-06-221-4/+4
* clk: ti: dra7-atl-clock: fix child-node lookupsJohan Hovold2017-11-301-2/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* clk: ti: check for null return in strrchr to avoid null dereferencingColin Ian King2017-08-311-1/+1
* clk: ti: make clk_ops constBhumika Goyal2017-08-233-4/+4
* clk: Convert to using %pOF instead of full_nameRob Herring2017-07-211-2/+2
* clk: ti: omap4: add clkctrl clock dataTero Kristo2017-06-153-0/+670
* clk: ti: add support for clkctrl clocksTero Kristo2017-06-153-1/+523
* clk: ti: divider: try to fix ti_clk_register_dividerArnd Bergmann2017-04-281-11/+6
* clk: ti: fix building without legacy omap3Arnd Bergmann2017-04-211-6/+6
* clk: ti: fix linker error with !SOC_OMAP4Arnd Bergmann2017-04-211-2/+6
* clk: ti: convert to use proper register definition for all accessesTero Kristo2017-03-0816-276/+225
* clk: ti: dpll44xx: fix clksel register initializationTero Kristo2017-03-081-0/+15
* clk: ti: gate: export gate_clk_ops locallyTero Kristo2017-03-082-1/+2
* clk: ti: divider: add driver internal API for parsing divider dataTero Kristo2017-03-082-22/+45
* clk: ti: divider: convert TI divider clock to use its own data representationTero Kristo2017-03-083-13/+24
* clk: ti: mux: convert TI mux clock to use its internal data representationTero Kristo2017-03-082-5/+16
* clk: ti: drop unnecessary MEMMAP_ADDRESSING flagTero Kristo2017-03-084-7/+1
* clk: ti: omap4: cleanup unnecessary clock aliasesTero Kristo2017-03-081-186/+2
* clk: ti: enforce const types on string arraysTero Kristo2017-03-083-6/+6
* clk: ti: move omap2_init_clk_clkdm under TI clock driverTero Kristo2017-03-082-0/+31
* clk: ti: use automatic clock alias generation frameworkTero Kristo2017-03-0810-15/+49
* clk: ti: add API for creating aliases automatically for simple clock typesTero Kristo2017-03-082-0/+27
* clk: ti: add support for automatic clock alias generationTero Kristo2017-03-082-0/+67
* clk: ti: divider: Add the table parsing to get the best divider valueKeerthy2017-01-261-1/+30
* clk: ti: dra7: fix "failed to lookup clock node gmac_gmii_ref_clk_div" boot m...Grygorii Strashko2016-12-081-1/+0
* clk: ti: omap36xx: Work around sprz319 advisory 2.1Richard Watts2016-12-084-11/+104
* clk: ti: make clk-dra7-atl explicitly non-modularPaul Gortmaker2016-11-041-17/+3
* Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds2016-08-011-0/+1
|\
| * ARM: dts: AM43xx: clk: Add RNG clk nodeLokesh Vutla2016-06-221-0/+1
* | clk: ti: am335x/am4372: Add tbclk to pwm nodeFranklin S Cooper Jr2016-06-102-0/+9
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2016-05-206-1/+13
|\
| * clk: ti: dra7-atl-clock: Fix of_node reference countingPeter Ujfalusi2016-04-191-0/+2
| * clk: ti: dra7: fix kernel boot with arg 'clocksource=gp_timer'Grygorii Strashko2016-04-152-0/+2
| * clk: ti: amx3xx: limit the maximum frequency of DPLLs based on specTero Kristo2016-04-151-0/+5
| * clk: ti: dpll: add support for specifying max rate for DPLLsTero Kristo2016-04-151-0/+3
| * clk: ti: dflt: remove redundant unlikelySuman Anna2016-04-151-1/+1
* | ARM: dts: dra7xx: Correct mcasp8_ahclkx_mux namePeter Ujfalusi2016-04-111-1/+1
|/
* clk: ti: Remove CLK_IS_ROOTStephen Boyd2016-03-021-2/+2
* Merge branch 'clk-ti' into clk-nextMichael Turquette2016-03-014-0/+1048
|\
| * clk: ti: Fix some errors found by static checkersStephen Boyd2016-03-012-4/+4
| * clk: ti: Allow COMPILE_TEST to build selected driversTony Lindgren2016-03-011-0/+4
| * clk: ti: Add support for dm814x ADPLLTony Lindgren2016-03-014-0/+1044
* | clk: ti: Update for of_clk_get_parent_count() returning unsigned intStephen Boyd2016-02-264-8/+8