| Commit message (Expand) | Author | Age | Files | Lines |
* | clk: ti: dpll: move omap3 DPLL functionality to clock driver | Tero Kristo | 2015-06-02 | 1 | -818/+0 |
* | ARM: OMAP2+: clock: export driver API to setup/get clock features | Tero Kristo | 2015-06-02 | 1 | -2/+2 |
* | clk: Add rate constraints to clocks | Tomeu Vizoso | 2015-02-02 | 1 | -0/+2 |
* | clk: Make clk API return per-user struct clk instances | Tomeu Vizoso | 2015-02-02 | 1 | -5/+6 |
* | ARM: OMAP2+: clock: fix DPLL code to use new determine rate APIs | Tero Kristo | 2014-12-16 | 1 | -3/+3 |
* | ARM: OMAP3+: DPLL: use determine_rate() and set_rate_and_parent() | Tero Kristo | 2014-11-13 | 1 | -92/+4 |
* | ARM: OMAP3: clock: add new rate changing logic support for noncore DPLLs | Tero Kristo | 2014-11-13 | 1 | -0/+147 |
* | Merge tag 'for-v3.17/omap-clock-b' of git://git.kernel.org/pub/scm/linux/kern... | Tony Lindgren | 2014-07-29 | 1 | -2/+11 |
|\ |
|
| * | ARM: OMAP2+: clock: allow omap2_dpll_round_rate() to round to next-lowest rate | Paul Walmsley | 2014-07-25 | 1 | -2/+11 |
* | | ARM: OMAP2+: clock/dpll: remove unused header includes from dpll3xxx.c | Tero Kristo | 2014-07-15 | 1 | -3/+0 |
* | | ARM: OMAP2+: clock/dpll: add jitter correction behind clk_features | Tero Kristo | 2014-07-15 | 1 | -2/+2 |
|/ |
|
* | ARM: OMAP5+: dpll: support Duty Cycle Correction(DCC) | Andrii Tseglytskyi | 2014-06-06 | 1 | -0/+9 |
* | Merge tag 'soc-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm... | Linus Torvalds | 2014-04-05 | 1 | -1/+1 |
|\ |
|
| * | ARM: OMAP3+: DPLL: stop reparenting to same parent if already done | Nishanth Menon | 2014-02-28 | 1 | -1/+1 |
* | | ARM: OMAP2+: clock: fix clkoutx2 with CLK_SET_RATE_PARENT | Tomi Valkeinen | 2014-02-19 | 1 | -15/+77 |
|/ |
|
* | ARM: OMAP2+: clock: use driver API instead of direct memory read/write | Tero Kristo | 2014-01-17 | 1 | -17/+20 |
* | Merge branch 'for_3.10/omap5_generic_updates' of git://git.kernel.org/pub/scm... | Tony Lindgren | 2013-04-01 | 1 | -6/+5 |
|\ |
|
| * | ARM: OMAP5: clock: No Freqsel on OMAP5 devices too | Rajendra Nayak | 2013-03-19 | 1 | -6/+5 |
* | | ARM: OMAP: dpll: enable bypass clock only when attempting dpll bypass | Rajendra Nayak | 2013-04-01 | 1 | -10/+9 |
|/ |
|
* | ARM: OMAP2+: dpll: am335x - avoid freqsel | Afzal Mohammed | 2013-01-31 | 1 | -2/+3 |
* | Merge tag 'omap-late-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2012-12-30 | 1 | -2/+1 |
|\ |
|
| * | arch/arm/mach-omap2/dpll3xxx.c: drop if around WARN_ON | Julia Lawall | 2012-12-17 | 1 | -2/+1 |
* | | ARM: OMAP4: Enhance support for DPLLs with 4X multiplier | Jon Hunter | 2012-12-15 | 1 | -14/+32 |
|/ |
|
* | ARM: OMAP3+: DPLL: drop !CONFIG_COMMON_CLK sections | Paul Walmsley | 2012-11-13 | 1 | -228/+3 |
* | ARM: OMAP4: clock: Convert to common clk | Mike Turquette | 2012-11-12 | 1 | -2/+224 |
* | ARM: OMAP: remove plat/clock.h | Paul Walmsley | 2012-10-19 | 1 | -2/+0 |
* | Merge branch 'clock_devel_3.7' into hwmod_prcm_clock_a_3.7 | Paul Walmsley | 2012-09-24 | 1 | -20/+28 |
|\ |
|
| * | ARM: OMAP2+: clock: Remove all direct dereferencing of struct clk | Rajendra Nayak | 2012-09-22 | 1 | -20/+28 |
* | | Merge tag 'omap-devel-am33xx-for-v3.7' into test_v3.6-rc6_ocb3.7_cff3.7_odaf3.7 | Paul Walmsley | 2012-09-24 | 1 | -2/+2 |
|\| |
|
| * | Merge tag 'omap-devel-a2-for-3.7' of git://git.kernel.org/pub/scm/linux/kerne... | Tony Lindgren | 2012-09-13 | 1 | -2/+2 |
| |\ |
|
| | * | ARM: OMAP2+: dpll: Add missing soc_is_am33xx() check for common functions | Vaibhav Hiremath | 2012-09-13 | 1 | -2/+2 |
* | | | Merge tag 'cleanup-fixes-for-v3.7' into test_v3.6-rc6_ocb3.7_cff3.7_odaf3.7 | Paul Walmsley | 2012-09-24 | 1 | -1/+1 |
|\| | |
|
| * | | ARM: OMAP: Split plat/hardware.h, use local soc.h for omap2+ | Tony Lindgren | 2012-09-13 | 1 | -1/+1 |
| |/ |
|
* / | ARM: OMAP: clean up some smatch warnings, fix some printk(KERN_ERR ... | Paul Walmsley | 2012-09-12 | 1 | -2/+5 |
|/ |
|
* | ARM: OMAP2+: Move omap3 dpll ops to dpll3xxx.c | Vaibhav Hiremath | 2012-07-05 | 1 | -0/+14 |
* | ARM: OMAP3+: dpll: optimize noncore dpll locking logic | Vikram Pandita | 2012-07-04 | 1 | -1/+11 |
* | ARM: OMAP3+: dpll: Configure autoidle mode only if it's supported | Vaibhav Bedia | 2012-05-08 | 1 | -5/+18 |
* | ARM: OMAP3+: dpll: use DPLLs recalc function instead of omap2_get_dpll_rate | Jon Hunter | 2011-10-07 | 1 | -2/+5 |
* | ARM: OMAP3+: dpll: assign clk rate from rounded rate during rate set | Mike Turquette | 2011-10-07 | 1 | -1/+1 |
* | ARM: OMAP3+: dpll: use DPLL's round_rate when setting rate | Mike Turquette | 2011-10-07 | 1 | -1/+1 |
* | Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2011-01-07 | 1 | -21/+36 |
|\ |
|
| * | OMAP: clock: fix configuration of J-Type DPLLs to work for OMAP3 and OMAP4 | Jon Hunter | 2010-12-22 | 1 | -18/+35 |
| * | OMAP2/3: PRCM: split OMAP2/3-specific PRCM code into OMAP2/3-specific files | Paul Walmsley | 2010-12-22 | 1 | -3/+1 |
* | | ARM: 6483/1: arm & sh: factorised duplicated clkdev.c | Jean-Christop PLAGNIOL-VILLARD | 2010-11-26 | 1 | -1/+1 |
|/ |
|
* | fix typos concerning "hierarchy" | Uwe Kleine-König | 2010-06-16 | 1 | -1/+1 |
* | OMAP2/3/4 clock: fix DPLL multiplier value errors; also copyrights, includes,... | Paul Walmsley | 2010-02-24 | 1 | -4/+0 |
* | OMAP3 clock: introduce DPLL4 Jtype | Richard Woodruff | 2010-02-24 | 1 | -4/+63 |
* | OMAP3 clock: Remove FreqSel for 3630 | Vishwanath BS | 2010-02-24 | 1 | -4/+7 |
* | OMAP3 DPLL: reorganize static functions | Paul Walmsley | 2010-01-29 | 1 | -55/+58 |
* | OMAP3 clock: move OMAP3-specific DPLL functions to dpll3xxx.c | Paul Walmsley | 2010-01-27 | 1 | -0/+538 |