summaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti
Commit message (Expand)AuthorAgeFilesLines
* clk: don't use __initconst for non-const arraysUwe Kleine-König2015-04-131-1/+1
* clk: constify of_device_id arrayFabian Frederick2015-04-012-2/+2
* Merge branch 'for-4.1-clk-ti' of github.com:t-kristo/linux-pm into clk-nextMichael Turquette2015-03-2514-72/+318
|\
| * clk: ti: Implement FAPLL set_rate for the PLLTony Lindgren2015-03-241-0/+125
| * clk: ti: Implement FAPLL set_rate for the synthesizerTony Lindgren2015-03-241-2/+132
| * clk: ti: Fix FAPLL recalc_rate for rounding errorsTony Lindgren2015-03-241-6/+5Star
| * clk: ti: DRA7: Add timer_sys_ck aliases for Timers 13 through 16Suman Anna2015-03-241-0/+4
| * clk: ti: DRA7: Correct timer_sys_ck clock aliases for TimersSuman Anna2015-03-241-7/+7
| * clk: ti: OMAP5: Correct the DT clock aliases for timersSuman Anna2015-03-241-11/+11
| * clk: ti: OMAP4: Remove the legacy timer DT clock aliasesSuman Anna2015-03-241-11/+0Star
| * clk: ti: clk-3xxx-legacy: Correct McBSP related clock aliasesPeter Ujfalusi2015-03-241-7/+9
| * clk: ti: clk-3xxx: Correct McBSP related DT clock definitionsPeter Ujfalusi2015-03-241-12/+7Star
| * clk: ti: fix ti_clk_get_reg_addr error handlingTero Kristo2015-03-248-16/+18
* | clk: ti: Fix FAPLL parent enable bit handlingTony Lindgren2015-02-251-3/+3
|/
* clk: omap: compile legacy omap3 clocks conditionallyArnd Bergmann2015-02-036-2/+14
* Merge branch 'clk-omap-legacy' into clk-nextMichael Turquette2015-02-0210-73/+5504
|\
| * clk: ti: add omap3 legacy clock dataTero Kristo2015-01-302-1/+4655
| * clk: ti: composite: add support for legacy composite clock initTero Kristo2015-01-303-4/+46
| * clk: ti: dpll: add support for legacy DPLL initTero Kristo2015-01-303-11/+113
| * clk: ti: divider: add support for legacy divider initTero Kristo2015-01-303-1/+136
| * clk: ti: interface: add support for legacy interface clock initTero Kristo2015-01-303-24/+76
| * clk: ti: gate: add support for legacy gate initTero Kristo2015-01-303-30/+133
| * clk: ti: mux: add support for legacy mux initTero Kristo2015-01-303-2/+75
| * clk: ti: add core support for initializing legacy clocksTero Kristo2015-01-302-0/+270
* | clk: ti: Drop use of clk-private.hStephen Boyd2015-01-273-3/+3
* | clk: ti: Initialize clocks for dm816xTony Lindgren2015-01-203-8/+55
* | clk: ti: Add support for FAPLL on dm816xTony Lindgren2015-01-202-0/+411
|/
* ARM: OMAP3+: DPLL: use determine_rate() and set_rate_and_parent()Tero Kristo2014-11-131-0/+15
* Merge branch 'for-v3.18/ti-clk-driver' of github.com:t-kristo/linux-pm into c...Mike Turquette2014-09-304-27/+52
|\
| * clk: ti: dra7-atl-clock: Mark the device as pm_runtime_irq_safePeter Ujfalusi2014-09-291-0/+1
| * clk: ti: LLVMLinux: Move __init outside of type definitionBehan Webster2014-09-291-2/+2
| * clk: ti: consider the fact that of_clk_get() might return an errorSebastian Andrzej Siewior2014-09-291-0/+5
| * clk: ti: dra7-atl-clock: fix a memory leakTero Kristo2014-09-291-0/+1
| * clk: ti: change clock init to use generic of_clk_initTero Kristo2014-09-291-25/+43
* | clk: Remove .owner field for driverKiran Padwal2014-09-261-1/+0Star
* | clk: ti: dra7-atl: Provide error check for incoming parameters in set_rateNishanth Menon2014-08-211-1/+5
* | clk: ti: divider: Provide error check for incoming parameters in set_rateNishanth Menon2014-08-211-1/+6
|/
* Merge tag 'clk-for-linus-3.17' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds2014-08-041-0/+11
|\
| * Merge branch 'for-v3.17/ti-clk-driver' of github.com:t-kristo/linux-pm into c...Mike Turquette2014-07-261-0/+11
| |\
| | * CLK: ti: dra7: Initialize USB_DPLLRoger Quadros2014-07-021-0/+11
* | | clk: ti: clk-7xx: Correct ABE DPLL configurationPeter Ujfalusi2014-07-311-1/+6
|/ /
* | clk: ti: set CLK_SET_RATE_NO_REPARENT for ti,mux-clockTomi Valkeinen2014-06-191-1/+1
* | clk: ti: am43x: Fix boot with CONFIG_SOC_AM33XX disabledRoger Quadros2014-06-191-2/+3
* | clk: ti: dra7: return error code in failure caseJulia Lawall2014-06-191-4/+2Star
* | clk: ti: apll: not allocating enough dataDan Carpenter2014-06-191-1/+1
|/
* Merge tag 'clk-for-linus-3.16-part2' of git://git.linaro.org/people/mike.turq...Linus Torvalds2014-06-169-38/+874
|\
| * Merge branch 'for-v3.16/ti-clk-drv' of github.com:t-kristo/linux-pm into clk-...Mike Turquette2014-06-119-38/+874
| |\
| | * CLK: TI: dpll: support OMAP5 MPU DPLL that need special handling for higher f...Nishanth Menon2014-06-061-0/+21
| | * CLK: TI: clk-54xx: Set the rate for dpll_abe_m2x2_ckPeter Ujfalusi2014-06-061-0/+6
| | * CLK: TI: Driver for DRA7 ATL (Audio Tracking Logic)Peter Ujfalusi2014-05-282-1/+314