aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-01Merge tag 'clk-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus 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-05-14clk: ti: Silence sparse warningsStephen Boyd4-8/+8
2015-05-14clk: ti: dra7-atl-clock: Fix possible ERR_PTR dereferenceKrzysztof Kozlowski1-0/+5
2015-04-12clk: don't use __initconst for non-const arraysUwe Kleine-König1-1/+1
2015-04-01clk: constify of_device_id arrayFabian Frederick2-2/+2
2015-03-24Merge branch 'for-4.1-clk-ti' of github.com:t-kristo/linux-pm into clk-nextMichael Turquette14-72/+318
2015-03-24clk: ti: Implement FAPLL set_rate for the PLLTony Lindgren1-0/+125
2015-03-24clk: ti: Implement FAPLL set_rate for the synthesizerTony Lindgren1-2/+132
2015-03-24clk: ti: Fix FAPLL recalc_rate for rounding errorsTony Lindgren1-6/+5
2015-03-24clk: ti: DRA7: Add timer_sys_ck aliases for Timers 13 through 16Suman Anna1-0/+4
2015-03-24clk: ti: DRA7: Correct timer_sys_ck clock aliases for TimersSuman Anna1-7/+7
2015-03-24clk: ti: OMAP5: Correct the DT clock aliases for timersSuman Anna1-11/+11
2015-03-24clk: ti: OMAP4: Remove the legacy timer DT clock aliasesSuman Anna1-11/+0
2015-03-24clk: ti: clk-3xxx-legacy: Correct McBSP related clock aliasesPeter Ujfalusi1-7/+9
2015-03-24clk: ti: clk-3xxx: Correct McBSP related DT clock definitionsPeter Ujfalusi1-12/+7
2015-03-24clk: ti: fix ti_clk_get_reg_addr error handlingTero Kristo8-16/+18
2015-02-25clk: ti: Fix FAPLL parent enable bit handlingTony Lindgren1-3/+3
2015-02-03clk: omap: compile legacy omap3 clocks conditionallyArnd Bergmann6-2/+14
2015-02-02Merge branch 'clk-omap-legacy' into clk-nextMichael Turquette10-73/+5504
2015-01-30clk: ti: add omap3 legacy clock dataTero Kristo2-1/+4655
2015-01-30clk: ti: composite: add support for legacy composite clock initTero Kristo3-4/+46
2015-01-30clk: ti: dpll: add support for legacy DPLL initTero Kristo3-11/+113
2015-01-30clk: ti: divider: add support for legacy divider initTero Kristo3-1/+136
2015-01-30clk: ti: interface: add support for legacy interface clock initTero Kristo3-24/+76
2015-01-30clk: ti: gate: add support for legacy gate initTero Kristo3-30/+133
2015-01-30clk: ti: mux: add support for legacy mux initTero Kristo3-2/+75
2015-01-30clk: ti: add core support for initializing legacy clocksTero Kristo2-0/+270
2015-01-27clk: ti: Drop use of clk-private.hStephen Boyd3-3/+3
2015-01-20clk: ti: Initialize clocks for dm816xTony Lindgren3-8/+55
2015-01-20clk: ti: Add support for FAPLL on dm816xTony Lindgren2-0/+411
2014-11-13ARM: OMAP3+: DPLL: use determine_rate() and set_rate_and_parent()Tero Kristo1-0/+15
2014-09-29Merge branch 'for-v3.18/ti-clk-driver' of github.com:t-kristo/linux-pm into clk-nextMike Turquette4-27/+52
2014-09-29clk: ti: dra7-atl-clock: Mark the device as pm_runtime_irq_safePeter Ujfalusi1-0/+1
2014-09-29clk: ti: LLVMLinux: Move __init outside of type definitionBehan Webster1-2/+2
2014-09-29clk: ti: consider the fact that of_clk_get() might return an errorSebastian Andrzej Siewior1-0/+5
2014-09-29clk: ti: dra7-atl-clock: fix a memory leakTero Kristo1-0/+1
2014-09-29clk: ti: change clock init to use generic of_clk_initTero Kristo1-25/+43
2014-09-25clk: Remove .owner field for driverKiran Padwal1-1/+0
2014-08-21clk: ti: dra7-atl: Provide error check for incoming parameters in set_rateNishanth Menon1-1/+5
2014-08-21clk: ti: divider: Provide error check for incoming parameters in set_rateNishanth Menon1-1/+6
2014-08-04Merge tag 'clk-for-linus-3.17' of git://git.linaro.org/people/mike.turquette/linuxLinus Torvalds1-0/+11
2014-07-31clk: ti: clk-7xx: Correct ABE DPLL configurationPeter Ujfalusi1-1/+6
2014-07-25Merge branch 'for-v3.17/ti-clk-driver' of github.com:t-kristo/linux-pm into clk-next-tiMike Turquette1-0/+11
2014-07-02CLK: ti: dra7: Initialize USB_DPLLRoger Quadros1-0/+11
2014-06-19clk: ti: set CLK_SET_RATE_NO_REPARENT for ti,mux-clockTomi Valkeinen1-1/+1
2014-06-19clk: ti: am43x: Fix boot with CONFIG_SOC_AM33XX disabledRoger Quadros1-2/+3
2014-06-19clk: ti: dra7: return error code in failure caseJulia Lawall1-4/+2