| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | OMAP3: PM: Add D2D clocks and auto-idle setup to PRCM init | Kevin Hilman | 2009-05-28 | 5 | -4/+75 |
* | | OMAP: UART: Add sysfs interface for adjusting UART sleep timeout | Jouni Hogander | 2009-05-28 | 1 | -4/+51 |
* | | OMAP3: PM: UART: disable clocks when idle and off-mode support | Kevin Hilman | 2009-05-28 | 5 | -27/+405 |
* | | OMAP3: PM: Add wake-up bit defintiions for CONTROL_PADCONF_X | Kevin Hilman | 2009-05-28 | 1 | -0/+4 |
* | | OMAP3: PM: Force IVA2 into idle during bootup | Kevin Hilman | 2009-05-28 | 2 | -0/+55 |
* | | OMAP: Add new function to check wether there is irq pending | Jouni Hogander | 2009-05-28 | 3 | -17/+20 |
* | | OMAP2/3: PM: push core PM code from linux-omap | Kevin Hilman | 2009-05-28 | 14 | -117/+1790 |
* | | Revert "ARM: OMAP: Mask interrupts when disabling interrupts, v2" | Kevin Hilman | 2009-05-26 | 1 | -1/+0 |
* | | Merge branch 'omap-clock-upstream' of git://git.pwsan.com/linux-2.6 into for-... | Tony Lindgren | 2009-05-26 | 10 | -86/+128 |
|\ \ |
|
| * | | OMAP2xxx clock: rename clk_init_one() to clk_preinit() | Paul Walmsley | 2009-05-12 | 5 | -6/+6 |
| * | | OMAP3 clock: lessen amount of noisy messages | Artem Bityutskiy | 2009-05-12 | 1 | -1/+1 |
| * | | OMAP3 clock: use pr_debug() rather than pr_info() in some clock change code | Paul Walmsley | 2009-05-12 | 2 | -10/+10 |
| * | | OMAP3 clock: only unlock SDRC DLL if SDRC clk < 83MHz | Paul Walmsley | 2009-05-12 | 4 | -12/+24 |
| * | | OMAP3 SRAM: renumber registers to make space for argument passing | Paul Walmsley | 2009-05-12 | 1 | -57/+57 |
| * | | OMAP3 SDRC: initialize SDRC_POWER at boot | Paul Walmsley | 2009-05-12 | 1 | -1/+18 |
| * | | OMAP3 SRAM: clear the SDRC PWRENA bit during SDRC frequency change | Paul Walmsley | 2009-05-12 | 1 | -3/+4 |
| * | | OMAP3 clock: add interconnect barriers to CORE DPLL M2 change | Paul Walmsley | 2009-05-12 | 1 | -3/+6 |
| * | | OMAP3 SRAM: add ARM barriers to omap3_sram_configure_core_dpll | Paul Walmsley | 2009-05-12 | 1 | -2/+2 |
| * | | OMAP3 SRAM: mark OCM RAM as Non-cacheable Normal memory | Paul Walmsley | 2009-05-12 | 1 | -0/+9 |
* | | | ARM: OMAP: Remove unnecessary omap2_globals. | Santosh Shilimkar | 2009-05-25 | 1 | -9/+4 |
* | | | ARM: OMAP: Remove useless omap_sram_error function. | Santosh Shilimkar | 2009-05-25 | 1 | -20/+5 |
* | | | ARM: OMAP: Remove unwanted type casts and fix the compiler warning. | Santosh Shilimkar | 2009-05-25 | 1 | -7/+7 |
* | | | ARM: OMAP2/3: Reorganize Makefile to add omap4 support | Tony Lindgren | 2009-05-25 | 1 | -3/+8 |
* | | | ARM: OMAP2/3: Remove OMAP_CM_REGADDR | Tony Lindgren | 2009-05-25 | 5 | -21/+4 |
* | | | ARM: OMAP2/3: Remove OMAP2_PRCM_BASE | Tony Lindgren | 2009-05-25 | 1 | -2/+0 |
* | | | ARM: OMAP2/3: Move define of OMAP2_VA_IC_BASE to be local to entry-macro.S | Tony Lindgren | 2009-05-25 | 3 | -6/+6 |
* | | | ARM: OMAP2/3: Remove OMAP_PRM_REGADDR and OMAP2_PRM_BASE | Tony Lindgren | 2009-05-25 | 10 | -100/+160 |
* | | | ARM: OMAP2/3: Remove OMAP2_32KSYNCT_BASE | Tony Lindgren | 2009-05-25 | 5 | -18/+62 |
| |/
|/| |
|
* | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2009-05-22 | 2 | -4/+5 |
|\ \ |
|
| * | | MIPS: IP32: Remove unnecessary if not even harmful volatile keywords. | Ralf Baechle | 2009-05-22 | 1 | -3/+3 |
| * | | MIPS: IP32: Fix build error due to uninitialized variable. | Ralf Baechle | 2009-05-22 | 1 | -0/+1 |
| * | | MIPS: Fix sparse warning in incompatiable argument type of clear_user. | Wu Zhangjin | 2009-05-22 | 1 | -1/+1 |
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2009-05-22 | 1 | -0/+14 |
|\ \ \ |
|
| * | | | powerpc/maple: Add a quirk to disable MSI for IPR on Bimini | Michael Ellerman | 2009-05-22 | 1 | -0/+14 |
| |/ / |
|
* | | | sh: ap325 camera without i2c driver fix | Magnus Damm | 2009-05-22 | 1 | -0/+3 |
|/ / |
|
* | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2009-05-20 | 6 | -15/+10 |
|\ \ |
|
| * | | MIPS: 64-bit: Fix system lockup. | Greg Ungerer | 2009-05-20 | 3 | -10/+5 |
| * | | MIPS: IP28: Change to build with -mr10k-cache-barrier=store | peter fuerst | 2009-05-20 | 1 | -3/+3 |
| * | | MIPS: IP22: Fix hang in power button interrupt handler | Ralf Baechle | 2009-05-20 | 1 | -1/+1 |
| * | | MIPS: IP32: Fix hang on shutdown in power button interrupt handler. | Andrew Randrianasulu | 2009-05-20 | 1 | -1/+1 |
* | | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2009-05-20 | 31 | -131/+150 |
|\ \ \
| |/ /
|/| | |
|
| * | | [ARM] 5517/1: integrator: don't put clock lookups in __initdata | Rabin Vincent | 2009-05-18 | 1 | -1/+1 |
| * | | [ARM] 5518/1: versatile: don't put clock lookups in __initdata | Rabin Vincent | 2009-05-18 | 1 | -1/+1 |
| * | | [ARM] mach-l7200: fix spelling of SYS_CLOCK_OFF | Pavel Roskin | 2009-05-18 | 1 | -1/+1 |
| * | | [ARM] Double check memmap is actually valid with a memmap has unexpected hole... | Mel Gorman | 2009-05-18 | 1 | -3/+3 |
| * | | Merge branch 'smp-fix' | Russell King | 2009-05-17 | 8 | -72/+32 |
| |\ \ |
|
| | * | | [ARM] realview: fix broadcast tick support | Russell King | 2009-05-17 | 3 | -14/+6 |
| | * | | [ARM] realview: remove useless smp_cross_call_done() | Russell King | 2009-05-17 | 2 | -14/+0 |
| | * | | [ARM] smp: fix cpumask usage in ARM SMP code | Russell King | 2009-05-17 | 6 | -46/+28 |
| * | | | [ARM] 5513/1: Eurotech VIPER SBC: fix compilation error | Ricardo Martins | 2009-05-16 | 1 | -0/+1 |