summaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds2015-09-011-0/+1
|\
| * ARM: dts: AM437X: add dpll_clksel_mac_clk nodeKeerthy2015-07-311-0/+1
* | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2015-09-013-2/+35
|\ \
| * | clk: ti: fix for definition movementStephen Rothwell2015-08-131-0/+2
| * | ARM: OMAP2+: Add support for initializing dm814x clocksTony Lindgren2015-07-163-2/+33
| |/
* | clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw)Stephen Boyd2015-08-253-13/+13
* | clk: ti: Convert to clk_hw based provider APIsStephen Boyd2015-08-257-35/+33Star
* | clk: ti: Remove CLK_IS_BASIC checkStephen Boyd2015-08-251-6/+0Star
* | clk: Convert __clk_get_flags() to clk_hw_get_flags()Stephen Boyd2015-08-256-9/+9
* | clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()Stephen Boyd2015-08-251-1/+1
* | Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd2015-07-2811-1/+11
|\ \
| * | clk: ti: Switch clk-provider.h include to clk.hStephen Boyd2015-07-201-1/+1
| * | clk: ti: Include clk.hStephen Boyd2015-07-2010-0/+10
| |/
* | clk: ti: make use of of_clk_parent_fill helper functionDinh Nguyen2015-07-285-14/+5Star
* | clk: ti: Force pointer to be __iomemStephen Boyd2015-07-281-1/+1
* | clk: ti: clk-3xxx: Remove unused structuresStephen Boyd2015-07-281-10/+0Star
* | clk: ti: Mark ti_clk_features staticStephen Boyd2015-07-281-1/+1
* | clk: ti: Check kzalloc() for failuresStephen Boyd2015-07-281-0/+2
* | Merge branch 'for-4.2/ti-clk-move' of https://github.com/t-kristo/linux-pm in...Stephen Boyd2015-07-2820-19/+2543
|\ \ | |/ |/|
| * clk: ti: move low-level access and init code under clock driverTero Kristo2015-06-021-3/+72
| * clk: ti: remove exported ll_ops struct, instead add an API for registrationTero Kristo2015-06-023-0/+25
| * clk: ti: move some public definitions to private headerTero Kristo2015-06-027-1/+59
| * clk: ti: am3517: move remaining am3517 clock support code to clock driverTero Kristo2015-06-022-0/+96
| * clk: ti: omap34xx: move omap34xx clock type support code to clock driverTero Kristo2015-06-022-0/+122
| * clk: ti: clkdm: move clkdm gate clock support code to clock driverTero Kristo2015-06-022-0/+79
| * clk: ti: omap2430: move clock support code under clock driverTero Kristo2015-06-022-0/+36
| * clk: ti: dflt: move support for default gate clock to clock driverTero Kristo2015-06-023-1/+322
| * clk: ti: dpll: move omap3 DPLL functionality to clock driverTero Kristo2015-06-024-6/+891
| * clk: ti: move omap2_clk_enable_init_clocks under clock driverTero Kristo2015-06-026-0/+32
| * clk: ti: autoidle: move generic autoidle handling code to clock driverTero Kristo2015-06-023-8/+116
| * clk: ti: move interface clock implementation under drivers/clkTero Kristo2015-06-023-1/+69
| * clk: ti: move OMAP4+ DPLL implementation under drivers/clkTero Kristo2015-06-023-3/+250
| * clk: ti: move generic OMAP DPLL implementation under drivers/clkTero Kristo2015-06-023-1/+373
| * ARM: OMAP2+: clock: export driver API to setup/get clock featuresTero Kristo2015-06-021-0/+25
* | Merge tag 'clk-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-07-025-9/+14
|\ \
| * | clk: ti: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven2015-06-041-1/+1
| * | clk: ti: Silence sparse warningsStephen Boyd2015-05-154-8/+8
| * | clk: ti: dra7-atl-clock: Fix possible ERR_PTR dereferenceKrzysztof Kozlowski2015-05-141-0/+5
| |/
* | CLK: TI: always enable DESHDCP clockTomi Valkeinen2015-06-041-1/+6
* | arm: dra7: add DESHDCP clockTomi Valkeinen2015-06-031-0/+1
|/
* 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