| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM: OMAP: duplicate plat-omap/clock.c into mach-omap[12]/clock.c | Paul Walmsley | 2012-10-19 | 1 | -544/+0 |
* | ARM: OMAP2+: hwmod: get rid of all omap_clk_get_by_name usage | Rajendra Nayak | 2012-09-22 | 1 | -27/+0 |
* | ARM: OMAP: PM: Lock clocks list while generating summary | Todd Poynor | 2012-06-17 | 1 | -0/+2 |
* | ARM: OMAP: clock: cleanup CPUfreq leftovers, fix build errors | Kevin Hilman | 2012-04-15 | 1 | -26/+0 |
* | ARM: OMAP: clock: fix race in disable all clocks | Nishanth Menon | 2012-04-04 | 1 | -2/+3 |
* | ARM: OMAP: clock.c: included linux/debugfs.h twice | Danny Kukawka | 2012-03-06 | 1 | -1/+0 |
* | arm: Add export.h to ARM specific files as required. | Paul Gortmaker | 2011-11-01 | 1 | -0/+1 |
* | Merge branch 'next/devel2' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2011-07-27 | 1 | -0/+39 |
|\ |
|
| * | OMAP: Add debugfs node to show the summary of all clocks | Jon Hunter | 2011-07-10 | 1 | -0/+39 |
* | | arm: don't create useless copies to pass into debugfs_create_dir() | Al Viro | 2011-07-21 | 1 | -5/+1 |
* | | switch assorted clock drivers to debugfs_remove_recursive() | Al Viro | 2011-07-21 | 1 | -4/+2 |
|/ |
|
* | OMAP: clock: bail out early if arch_clock functions not implemented | Paul Walmsley | 2011-03-08 | 1 | -28/+38 |
* | OMAP2+: clock: autoidle as many clocks as possible if CONFIG_OMAP_RESET_CLOCKS | Paul Walmsley | 2011-02-26 | 1 | -0/+1 |
* | OMAP: clock: Add allow_idle/deny_idle support in clkops | Rajendra Nayak | 2011-02-26 | 1 | -0/+32 |
* | OMAP2+: clock: reduce the amount of standard debugging while disabling unused... | Paul Walmsley | 2010-10-08 | 1 | -2/+3 |
* | OMAP4 clock: Support clk_set_parent | Rajendra Nayak | 2010-05-20 | 1 | -5/+0 |
* | OMAP clock: resolve old checkpatch and CodingStyle issues with plat-omap/clock.c | Paul Walmsley | 2010-05-20 | 1 | -13/+15 |
* | OMAP4: clock: Add dummy clock nodes for interface clocks | Santosh Shilimkar | 2010-02-25 | 1 | -0/+10 |
* | OMAP clock: add omap_clk_get_by_name() for use by OMAP hwmod core code | Paul Walmsley | 2010-02-24 | 1 | -0/+27 |
* | OMAP clock: drop .id field; ensure each clock has a unique name | Paul Walmsley | 2010-02-24 | 1 | -2/+0 |
* | Merge branch 'omap-fixes-for-linus' into omap-for-linus | Tony Lindgren | 2010-02-11 | 1 | -2/+2 |
|\ |
|
| * | omap: Fix access to already released memory in clk_debugfs_register_one() | Marek Skuczynski | 2010-02-03 | 1 | -2/+2 |
* | | OMAP clock: resolve all remaining sparse warnings | Paul Walmsley | 2010-01-29 | 1 | -1/+1 |
* | | OMAP clock: make the fixed divisor clock code available for all OMAPs | Paul Walmsley | 2010-01-27 | 1 | -0/+11 |
|/ |
|
* | OMAP clock/CPUFreq: add clk_exit_cpufreq_table() | Paul Walmsley | 2010-01-08 | 1 | -0/+10 |
* | OMAP clock: remove incorrect EXPORT_SYMBOL()s | Paul Walmsley | 2010-01-08 | 1 | -6/+0 |
* | ARM: OMAP4: PM: Add dummy hooks for OMAP4 dpll api's | Rajendra Nayak | 2009-12-12 | 1 | -21/+0 |
* | ARM: OMAP4: PM: Fix the PRM and CM base addresses | Rajendra Nayak | 2009-12-12 | 1 | -5/+0 |
* | omap: headers: Move remaining headers from include/mach to include/plat | Tony Lindgren | 2009-10-20 | 1 | -1/+1 |
* | OMAP clock: use debugfs_remove_recursive() for rewinding | Hiroshi DOYU | 2009-09-03 | 1 | -1/+1 |
* | Merge branch 'omap4' into for-next | Tony Lindgren | 2009-05-29 | 1 | -0/+33 |
|\ |
|
| * | ARM: OMAP4: Clock stubs since CLKDEV not in yet. | Santosh Shilimkar | 2009-05-28 | 1 | -0/+33 |
* | | OMAP2xxx clock: rename clk_init_one() to clk_preinit() | Paul Walmsley | 2009-05-13 | 1 | -2/+2 |
|/ |
|
* | OMAP2xxx clock: pre-initialize struct clks early | Paul Walmsley | 2009-04-23 | 1 | -0/+7 |
* | [ARM] omap: clk_set_parent: deny changing parent if clock is enabled | Russell King | 2009-03-03 | 1 | -7/+10 |
* | [ARM] omap: arrange for clock recalc methods to return the rate | Russell King | 2009-02-14 | 1 | -9/+6 |
* | [ARM] OMAP clock: drop clk_get_usecount() | Paul Walmsley | 2009-02-08 | 1 | -16/+0 |
* | [ARM] omap: create a proper tree of clocks | Russell King | 2009-02-08 | 1 | -19/+32 |
* | [ARM] omap: clks: call recalc after any rate change | Russell King | 2009-02-08 | 1 | -4/+12 |
* | [ARM] omap: remove pre-CLKDEV clk_get/clk_put | Russell King | 2009-02-08 | 1 | -46/+0 |
* | [ARM] omap: convert OMAP1 to use clkdev | Russell King | 2009-02-08 | 1 | -0/+4 |
* | [ARM] omap: allow double-registering of clocks | Russell King | 2009-02-08 | 1 | -0/+6 |
* | [ARM] omap: move propagate_rate() calls into generic omap clock code | Russell King | 2009-02-08 | 1 | -5/+9 |
* | [ARM] omap: move clock propagation into core omap clock code | Russell King | 2009-02-08 | 1 | -1/+5 |
* | [ARM] omap: provide a standard clk_get_parent() implementation | Russell King | 2009-02-08 | 1 | -12/+1 |
* | [ARM] omap: remove clk_deny_idle and clk_allow_idle | Russell King | 2009-02-08 | 1 | -28/+0 |
* | [ARM] omap: remove clk->owner | Russell King | 2009-02-08 | 1 | -5/+2 |
* | [ARM] omap: provide a NULL clock operations structure | Russell King | 2009-02-08 | 1 | -2/+21 |
* | ARM: OMAP: Fix debugfs_create_*'s error checking method for arm/plat-omap | Zhaolei | 2008-11-04 | 1 | -10/+10 |
* | [ARM] Convert asm/io.h to linux/io.h | Russell King | 2008-09-06 | 1 | -2/+1 |