Age | Commit message (Expand) | Author | Files | Lines |
2009-05-13 | OMAP2xxx clock: rename clk_init_one() to clk_preinit() | Paul Walmsley | 5 | -6/+6 |
2009-05-13 | OMAP3 clock: lessen amount of noisy messages | Artem Bityutskiy | 1 | -1/+1 |
2009-05-13 | OMAP3 clock: use pr_debug() rather than pr_info() in some clock change code | Paul Walmsley | 2 | -10/+10 |
2009-05-13 | OMAP3 clock: only unlock SDRC DLL if SDRC clk < 83MHz | Paul Walmsley | 4 | -12/+24 |
2009-05-13 | OMAP3 SRAM: renumber registers to make space for argument passing | Paul Walmsley | 1 | -57/+57 |
2009-05-13 | OMAP3 SDRC: initialize SDRC_POWER at boot | Paul Walmsley | 1 | -1/+18 |
2009-05-13 | OMAP3 SRAM: clear the SDRC PWRENA bit during SDRC frequency change | Paul Walmsley | 1 | -3/+4 |
2009-05-13 | OMAP3 clock: add interconnect barriers to CORE DPLL M2 change | Paul Walmsley | 1 | -3/+6 |
2009-05-13 | OMAP3 SRAM: add ARM barriers to omap3_sram_configure_core_dpll | Paul Walmsley | 1 | -2/+2 |
2009-05-13 | OMAP3 SRAM: mark OCM RAM as Non-cacheable Normal memory | Paul Walmsley | 1 | -0/+9 |
2009-05-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -1/+1 |
2009-05-09 | IXP4xx: use "ENODEV" instead of "ENOSYS" in module initialization. | Krzysztof Hałasa | 1 | -1/+1 |
2009-05-07 | [ARM] 5507/1: support R_ARM_MOVW_ABS_NC and MOVT_ABS relocation types | Paul Gortmaker | 2 | -7/+24 |
2009-05-07 | [ARM] 5506/1: davinci: DMA_32BIT_MASK --> DMA_BIT_MASK(32) | Kevin Hilman | 1 | -2/+2 |
2009-05-05 | Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 | Russell King | 6 | -805/+9 |
2009-05-05 | Merge branch 'for-rmk' of git://git.marvell.com/orion | Russell King | 3 | -201/+683 |
2009-05-05 | i.MX31: Disable CPU_32v6K in mx3_defconfig. | Magnus Lilja | 1 | -1/+1 |
2009-05-05 | mx27ads: move PBC mapping out of vmalloc space | Uwe Kleine-König | 1 | -1/+1 |
2009-05-05 | MXC: remove BUG_ON in interrupt handler | Sascha Hauer | 1 | -1/+1 |
2009-05-05 | mx31: remove mx31moboard_defconfig | Valentin Longchamp | 1 | -790/+0 |
2009-05-05 | ARM: ARCH_MXC should select HAVE_CLK | Guennadi Liakhovetski | 1 | -0/+1 |
2009-05-05 | mxc : BUG in imx_dma_request | Martin Fuzzey | 1 | -8/+4 |
2009-05-05 | mxc : Clean up properly when imx_dma_free() used without imx_dma_disable() | Martin Fuzzey | 1 | -4/+1 |
2009-05-05 | [ARM] mv78xx0: update defconfig | Nicolas Pitre | 1 | -94/+335 |
2009-05-05 | [ARM] orion5x: update defconfig | Nicolas Pitre | 1 | -84/+279 |
2009-05-05 | [ARM] Kirkwood: update defconfig | Nicolas Pitre | 1 | -23/+69 |
2009-05-03 | [ARM] Kconfig typo fix: "PXA930" -> "CPU_PXA930". | Robert P. J. Day | 1 | -2/+2 |
2009-05-03 | Merge branch 'v2630-rc3-fixes' of git://aeryn.fluff.org.uk/bjdooks/linux | Russell King | 2 | -0/+5 |
2009-05-03 | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 70 | -970/+5637 |
2009-05-01 | [ARM] S3C2412: Add missing cache flush in suspend code | Ben Dooks | 1 | -0/+3 |
2009-05-01 | [ARM] S3C64XX: Add S3C64XX_PA_IIS{0,1} to <mach/map.h> | Ben Dooks | 1 | -0/+2 |
2009-04-30 | [ARM] 5489/1: ARM errata: Data written to the L2 cache can be overwritten wit... | Catalin Marinas | 2 | -0/+17 |
2009-04-30 | [ARM] 5490/1: ARM errata: Processor deadlock when a false hazard is created | Catalin Marinas | 2 | -0/+19 |
2009-04-30 | [ARM] 5487/1: ARM errata: Stale prediction on replaced interworking branch | Catalin Marinas | 2 | -0/+24 |
2009-04-30 | [ARM] 5488/1: ARM errata: Invalidation of the Instruction Cache operation can... | Catalin Marinas | 3 | -2/+63 |
2009-04-29 | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px... | Russell King | 8 | -13/+54 |
2009-04-28 | arm: Use __INIT macro instead of .text.init. | Tim Abbott | 4 | -4/+8 |
2009-04-27 | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/khilm... | Russell King | 34 | -510/+5323 |
2009-04-27 | davinci: DM644x: NAND: update partitioning | David Brownell | 1 | -6/+36 |
2009-04-27 | davinci: update DM644x support in preparation for more SoCs | Kevin Hilman | 7 | -39/+791 |
2009-04-27 | davinci: DM644x: rename board file | Kevin Hilman | 1 | -0/+0 |
2009-04-27 | davinci: update pin-multiplexing support | Kevin Hilman | 6 | -66/+339 |
2009-04-27 | davinci: serial: generalize for more SoCs | Kevin Hilman | 2 | -20/+96 |
2009-04-27 | davinci: DM355 IRQ Definitions | s-paulraj@ti.com | 2 | -0/+118 |
2009-04-27 | davinci: DM646x: add interrupt number and priorities | Sudhakar Rajashekhara | 2 | -6/+129 |
2009-04-27 | davinci: PSC: Clear bits in MDCTL reg before setting new bits | Mark A. Greer | 1 | -11/+6 |
2009-04-27 | davinci: gpio bugfixes | David Brownell | 2 | -36/+69 |
2009-04-27 | davinci: add EDMA driver | Kevin Hilman | 3 | -1/+1364 |
2009-04-27 | davinci: timers: use clk_get_rate() | Kevin Hilman | 1 | -3/+21 |
2009-04-27 | [ARM] pxa/littleton: add missing da9034 touchscreen support | Eric Miao | 1 | -0/+9 |