| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | [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 |
* | | | [ARM] 5509/1: ep93xx: clkdev enable UARTS | Hartley Sweeten | 2009-05-16 | 2 | -9/+65 |
* | | | Merge branch 'omap-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tm... | Russell King | 2009-05-16 | 8 | -24/+27 |
|\ \ \ |
|
| * | | | ARM: OMAP2/3: Change omapfb to use clkdev for dispc and rfbi, v2 | Tony Lindgren | 2009-05-16 | 2 | -9/+9 |
| * | | | ARM: OMAP3: Fix HW SAVEANDRESTORE shift define | Kalle Jokiniemi | 2009-05-16 | 1 | -1/+1 |
| * | | | ARM: OMAP3: Fix number of GPIO lines for 34xx | Vikram Pandita | 2009-05-16 | 1 | -1/+1 |
| * | | | ARM: OMAP2/3: Add name for musb clocks | Tony Lindgren | 2009-05-12 | 2 | -2/+2 |
| * | | | ARM: OMAP2: Fix SPI driver failure on 2420 when running multi-omap config | Jarkko Nikula | 2009-05-12 | 1 | -2/+4 |
| * | | | ARM: OMAP2: Fix tusb6010 init error and compilation warning | Jarkko Nikula | 2009-05-12 | 1 | -1/+1 |
| * | | | ARM: OMAP: GPIO de-bounce clocks don't affect module idle state | Paul Walmsley | 2009-05-12 | 1 | -6/+6 |
| * | | | ARM: OMAP: Fix printing of reserved memory for frambuffer | Tomi Valkeinen | 2009-05-11 | 1 | -2/+3 |
* | | | | Merge branch 'fixes-rc5' of git://aeryn.fluff.org.uk/bjdooks/linux | Russell King | 2009-05-16 | 8 | -20/+19 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | [ARM] S3C: Do not set clk->owner field if unset | Ben Dooks | 2009-05-15 | 1 | -2/+0 |
| * | | | [ARM] S3C2410: mach-bast.c registering i2c data too early | Ben Dooks | 2009-05-15 | 1 | -2/+1 |
| * | | | [ARM] S3C24XX: Fix unused code warning in arch/arm/plat-s3c24xx/dma.c | Ben Dooks | 2009-05-15 | 1 | -1/+1 |
| * | | | [ARM] S3C64XX: fix GPIO debug | Marek Szyprowski | 2009-05-15 | 1 | -1/+1 |
| * | | | [ARM] S3C64XX: GPIO include cleanup | Marek Szyprowski | 2009-05-15 | 1 | -10/+10 |
| * | | | [ARM] nwfpe: fix 'floatx80_is_nan' sparse warning | Ben Dooks | 2009-05-15 | 2 | -4/+2 |
| * | | | [ARM] nwfpe: Add decleration for ExtendedCPDO | Ben Dooks | 2009-05-15 | 1 | -0/+4 |
| |/ / |
|