Re: 2.6.26-rc3-omap vs N810 and Xomap

2008-05-29 Thread Frantisek Dufka
Radoslaw Szkodzinski wrote: Hello, I've managed to get 2.6.26-rc3-omap booting (was quite easy actually). Now I hit a road block - I get everything to start, it boots nicely (checked with SSH), but fails to display anything except a white screen. Looks like Xomap can't (re)init framebuffer, or

[PATCH 1/1] Added sleep support to UART

2008-05-29 Thread Tero Kristo
UART usage (e.g. serial console) now denies sleep for 5 seconds. This makes it possible to use serial console when dynamic idle is enabled. Also moved code from pm-debug.c to serial.c, and made pm24xx.c use this new implementation. Signed-off-by: Tero Kristo [EMAIL PROTECTED] ---

Dynamic idle support for UART

2008-05-29 Thread Tero Kristo
This hack will most importantly allow serial console usage when dynamic idle is enabled. Note! Functionality under 24xx configuration has not been verified! There may be some problems with CONFIG_PM_DEBUG flag enabled, most likely during the PM debug information dumps after / before

Re: [PATCH 1/4] PLAT-OMAP: MCBSP: Tranform into platform driver

2008-05-29 Thread Eduardo Valentin
Hi Tony and Trilok, I was out of office this last week due to some trainings and brazilian holidays, so that's why this message is delayed. I'm sending a version of this series including your patch and your comments. Please review them as usual. I think that Chandra can still put his work on

[PATCH 2/5] MACH-OMAP1: MCBSP: Add support for mcbsp on mach-omap1

2008-05-29 Thread Eduardo Valentin
From: Eduardo Valentin [EMAIL PROTECTED] This patch adds support for mach-omap1 based on current mcbsp platform driver. Signed-off-by: Eduardo Valentin [EMAIL PROTECTED] --- arch/arm/mach-omap1/Makefile |2 + arch/arm/mach-omap1/mcbsp.c | 249 ++ 2

Re: [PATCH 2/5] MACH-OMAP1: MCBSP: Add support for mcbsp on mach-omap1

2008-05-29 Thread andrzej zaborowski
Hiya, On 29/05/2008, Eduardo Valentin [EMAIL PROTECTED] wrote: +static struct omap_mcbsp_platform_data omap1_mcbsp_pdata[] = { +#ifdef CONFIG_ARCH_OMAP730 + { + .virt_base = io_p2v(OMAP730_MCBSP1_BASE), + .dma_rx_sync= OMAP_DMA_MCBSP1_RX, +

RE: [PATCH 5/5] MACH-OMAP2: MCBSP: Add support for mcbsp on mach-omap2

2008-05-29 Thread Gadiyar, Anand
+ +static struct omap_mcbsp_platform_data omap2_mcbsp_pdata[] = { +#ifdef CONFIG_ARCH_OMAP24XX + { + .virt_base = IO_ADDRESS(OMAP24XX_MCBSP1_BASE), + .dma_rx_sync= OMAP24XX_DMA_MCBSP1_RX, + .dma_tx_sync= OMAP24XX_DMA_MCBSP1_TX, +

[PATCH 3/5] ARM: OMAP: Fix 24xx mcbsp clocks

2008-05-29 Thread Eduardo Valentin
From: Tony Lindgren [EMAIL PROTECTED] Fix 24xx mcbsp clocks Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap2/clock24xx.h | 30 -- 1 files changed, 20 insertions(+), 10 deletions(-) diff --git a/arch/arm/mach-omap2/clock24xx.h

[PATCH 2/5] MACH-OMAP1: MCBSP: Add support for mcbsp on mach-omap1

2008-05-29 Thread Eduardo Valentin
From: Eduardo Valentin [EMAIL PROTECTED] This patch adds support for mach-omap1 based on current mcbsp platform driver. Signed-off-by: Eduardo Valentin [EMAIL PROTECTED] --- arch/arm/mach-omap1/Makefile |2 + arch/arm/mach-omap1/mcbsp.c | 280 ++ 2