aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti (follow)
AgeCommit message (Expand)AuthorFilesLines
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/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-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
2015-06-02clk: ti: omap34xx: move omap34xx clock type support code to clock driverTero Kristo2-0/+122
2015-06-02clk: ti: clkdm: move clkdm gate clock support code to clock driverTero Kristo2-0/+79
2015-06-02clk: ti: omap2430: move clock support code under clock driverTero Kristo2-0/+36
2015-06-02clk: ti: dflt: move support for default gate clock to clock driverTero Kristo3-1/+322
2015-06-02clk: ti: dpll: move omap3 DPLL functionality to clock driverTero Kristo4-6/+891
2015-06-02clk: ti: move omap2_clk_enable_init_clocks under clock driverTero Kristo6-0/+32
2015-06-02clk: ti: autoidle: move generic autoidle handling code to clock driverTero Kristo3-8/+116
2015-06-02clk: ti: move interface clock implementation under drivers/clkTero Kristo3-1/+69
2015-06-02clk: ti: move OMAP4+ DPLL implementation under drivers/clkTero Kristo3-3/+250
2015-06-02clk: ti: move generic OMAP DPLL implementation under drivers/clkTero Kristo3-1/+373
2015-06-02ARM: OMAP2+: clock: export driver API to setup/get clock featuresTero Kristo1-0/+25
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