* Tony Lindgren <tony@xxxxxxxxxxx> [090807 12:14]: > * Russell King - ARM Linux <linux@xxxxxxxxxxxxxxxx> [090807 12:06]: > > On Fri, Aug 07, 2009 at 12:01:48PM +0300, Tony Lindgren wrote: > > > Here's the pull request for you. > > > > I'll hold off merging this for a bit - I've sent Linus two pull requests > > over the last couple of weeks, both of which so far haven't produced a > > reaction. It would be unfair for me to merge more stuff onto that branch > > until Linus has pulled. > > OK thanks. Looks like I did not test this series enough.. I've updated it now for the two patches as posted here earlier today. Updated pull request below. Regards, Tony
The following changes since commit ed680c4ad478d0fee9740f7d029087f181346564: Linus Torvalds (1): Linux 2.6.31-rc5 are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes Janboe Ye (1): OMAP3: Fix omap3 sram virtual addres overlap vmalloc space after increasing vmalloc size Roger Quadros (4): OMAP: GPIO: Fix incorrect gpio_get logic for output GPIOs OMAP3: RX51: Define TWL4030 USB transceiver in board file OMAP2/3: mmc-twl4030: Free up MMC regulators while cleaning up OMAP3: RX51: Updated rx51_defconfig Sergio Aguirre (1): OMAP3: Overo: Fix smsc911x platform device resource value Tony Lindgren (1): OMAP: Fix testing of cpu defines for mach-omap1 Vikram Pandita (1): OMAP2/3: DMA errata correction arch/arm/configs/rx51_defconfig | 7 +- arch/arm/mach-omap2/board-overo.c | 2 +- arch/arm/mach-omap2/board-rx51-peripherals.c | 5 + arch/arm/mach-omap2/mmc-twl4030.c | 6 ++ arch/arm/plat-omap/dma.c | 4 +- arch/arm/plat-omap/gpio.c | 121 +++++++++++++++++++------- arch/arm/plat-omap/include/mach/cpu.h | 5 - arch/arm/plat-omap/sram.c | 4 +- 8 files changed, 110 insertions(+), 44 deletions(-)