Re: [PATCH 6/7] OMAP3 EVM: add lcd support (resubmit to respond to feedback)

2008-04-30 Thread Steve Sakoman
From: Steve Sakoman [EMAIL PROTECTED] Add LCD support for OMAP3 EVM Signed-off-by: Steve Sakoman [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-omap3evm.c | 15 +++ drivers/video/omap/Makefile |1 drivers/video/omap/lcd_omap3evm.c| 166 +++ 3

[PATCH] OMAP: SERIAL: Provide function to enable/disable uart clocks

2008-04-30 Thread Jouni Hogander
This patch adds common function to enable/disable omap2/3 uart clocks. Enabled uarts are passed by bootloader in atags and clocks for these enabled uarts are touched. Signed-off-by: Jouni Hogander [EMAIL PROTECTED] --- arch/arm/mach-omap2/serial.c | 79 ++-

Re: [PATCH 6/7] OMAP3 EVM: add lcd support (resubmit to respond to feedback)

2008-04-30 Thread Felipe Balbi
On Tue, 29 Apr 2008 23:53:42 -0700, Steve Sakoman [EMAIL PROTECTED] wrote: [snip] +static int omap3evm_panel_suspend(struct platform_device *pdev, pm_message_t mesg) line wrapped here. -- Best Regards, Felipe Balbi http://felipebalbi.com [EMAIL PROTECTED] -- To unsubscribe from this

Re: [PATCH 4/7] OMAP3 EVM: add onenand flash support

2008-04-30 Thread Felipe Balbi
On Mon, 28 Apr 2008 16:29:14 -0700, Steve Sakoman [EMAIL PROTECTED] wrote: From: Steve Sakoman [EMAIL PROTECTED] Add onenand support for OMAP3 EVM Signed-off-by: Steve Sakoman [EMAIL PROTECTED] --- arch/arm/mach-omap2/Makefile |3

[PATCH] ARM: OMAP: 2430SDP: Use defines in asm/sizes.h

2008-04-30 Thread Felipe Balbi
Instead of manually calculating the partition sizes, it's better to use defines already set in include/asm-arm/sizes.h Compile test only. Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-2430sdp-flash.c | 11 ++- 1 files changed, 6 insertions(+), 5

USB EHCI issue on OMAP3 Beagle

2008-04-30 Thread Syed Mohammed, Khasim
Hi all, We have USB ECHI port 1 integrated with SMSC PHY (USB 3326) on Beagle Board. I have connected a high speed Mass Storage (USB harddisk) to the port, the enumeration happens fine and I am also able to do a data transfer, but after some time, it fails with below message: ehci-omap

Re: USB EHCI issue on OMAP3 Beagle

2008-04-30 Thread Felipe Balbi
On Wed, 30 Apr 2008 14:12:49 +0530, Syed Mohammed, Khasim [EMAIL PROTECTED] wrote: Hi all, We have USB ECHI port 1 integrated with SMSC PHY (USB 3326) on Beagle Board. I have connected a high speed Mass Storage (USB harddisk) to the port, the enumeration happens fine and I am also able to

Re: [PATCH] ARM: OMAP: 2430SDP: Use defines in asm/sizes.h

2008-04-30 Thread Eduardo Valentin
On Wed, Apr 30, 2008 at 11:43 AM, Felipe Balbi [EMAIL PROTECTED] wrote: Instead of manually calculating the partition sizes, it's better to use defines already set in include/asm-arm/sizes.h Compile test only. Signed-off-by: Felipe Balbi [EMAIL PROTECTED] ---

[PATCH] ARM: OMAP: 2430SDP: Use defines in asm/sizes.h

2008-04-30 Thread Felipe Balbi
Instead of manually calculating the partition sizes, it's better to use defines already set in include/asm-arm/sizes.h Compile test only. Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-2430sdp-flash.c | 11 ++- 1 files changed, 6 insertions(+), 5

Re: [PATCH] ARM: OMAP: 2430SDP: Use defines in asm/sizes.h

2008-04-30 Thread Eduardo Valentin
On Wed, Apr 30, 2008 at 12:07 PM, Felipe Balbi [EMAIL PROTECTED] wrote: Instead of manually calculating the partition sizes, it's better to use defines already set in include/asm-arm/sizes.h Compile test only. Signed-off-by: Felipe Balbi [EMAIL PROTECTED] Acked-by: Eduardo Valentin

Re: [PATCH] ARM: OMAP: 2430SDP: Use defines in asm/sizes.h

2008-04-30 Thread Felipe Balbi
On Wed, 30 Apr 2008 12:04:30 +0300, Eduardo Valentin [EMAIL PROTECTED] wrote: On Wed, Apr 30, 2008 at 11:43 AM, Felipe Balbi [EMAIL PROTECTED] wrote: Instead of manually calculating the partition sizes, it's better to use defines already set in include/asm-arm/sizes.h Compile test only.

Re: Android on N810 File System Problem

2008-04-30 Thread Kalle Valo
ext Tony Lindgren [EMAIL PROTECTED] writes: * Felipe Balbi [EMAIL PROTECTED] [080427 15:31]: On Sun, Apr 27, 2008 at 12:43:19PM +0300, Kalle Valo wrote: ext Felipe Balbi [EMAIL PROTECTED] writes: Current linux-omap's head has all the necessary pieces to get n810 working. Touchscreen,

Re: USB EHCI issue on OMAP3 Beagle

2008-04-30 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 30 apr 2008, om 11:17 heeft Felipe Balbi het volgende geschreven: On Wed, 30 Apr 2008 11:09:37 +0200, Koen Kooi [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 30 apr 2008, om 10:42 heeft Syed Mohammed, Khasim

Re: Android on N810 File System Problem

2008-04-30 Thread Felipe Balbi
On Wed, 30 Apr 2008 03:20:36 -0700, Brian Swetland [EMAIL PROTECTED] wrote: [Kalle Valo [EMAIL PROTECTED]] Brian Swetland [EMAIL PROTECTED] writes: This was the show-stopper for me. When I last got things hobbling along on n8x0, the binary-only wlan module was incompatible with newer

RE: [PATCH 4/7] OMAP3 EVM: add onenand flash support

2008-04-30 Thread Syed Mohammed, Khasim
-Original Message- From: [EMAIL PROTECTED] [mailto:linux-omap- [EMAIL PROTECTED] On Behalf Of Steve Sakoman Sent: Wednesday, April 30, 2008 6:38 PM To: linux-omap@vger.kernel.org; Felipe Balbi Subject: Re: [PATCH 4/7] OMAP3 EVM: add onenand flash support On Wed, Apr 30, 2008 at

Re: [PATCH 4/7] OMAP3 EVM: add onenand flash support

2008-04-30 Thread Steve Sakoman
I just saw that discussion and I agree. Let's leave the patch as it is. Steve On Wed, Apr 30, 2008 at 6:14 AM, Syed Mohammed, Khasim [EMAIL PROTECTED] wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:linux-omap- [EMAIL PROTECTED] On Behalf Of Steve Sakoman Sent:

Re: [PATCH 6/7] OMAP3 EVM: add lcd support (resubmit to respond to feedback)

2008-04-30 Thread Steve Sakoman
From: Steve Sakoman [EMAIL PROTECTED] Add LCD support for OMAP3 EVM Signed-off-by: Steve Sakoman [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-omap3evm.c | 15 +++ drivers/video/omap/Makefile |1 drivers/video/omap/lcd_omap3evm.c| 167 +++ 3

[PATCH 1/3] ARM: OMAP: Make DMA channels dynamic for multi-boot

2008-04-30 Thread Tony Lindgren
Make DMA channels dynamic for multi-boot Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/plat-omap/dma.c| 62 +- include/asm-arm/arch-omap/dma.h |7 ++-- 2 files changed, 44 insertions(+), 25 deletions(-) diff --git

[PATCH 2/3] ARM: OMAP: Remove __REG access in DMA code

2008-04-30 Thread Tony Lindgren
Remove __REG access in DMA code, use dma_read/write instead: - dynamically set the omap_dma_base based on the omap type - omap_read/write becomes dma_read/write - dma channel registers are read with dma_ch_read/write Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/plat-omap/dma.c

[PATCH 3/3] ARM: OMAP: DMA clean-up

2008-04-30 Thread Tony Lindgren
DMA clean-up, mostly checkpatch.pl fixes. Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/plat-omap/dma.c| 246 +-- include/asm-arm/arch-omap/dma.h | 23 ++-- 2 files changed, 146 insertions(+), 123 deletions(-) diff --git

RE: [PATCH 0/3] DMA clean-up for multi-boot

2008-04-30 Thread Gadiyar, Anand
Hi all, Here are three patches to clean DMA code to support multi-boot better. I have made quick testing on 24xx and 34xx only so far, and things seem to work. I will also do more testing, but I would appreciate if people would give them a quick spin and see if anything breaks.

[PATCH 1/2] OMAP3 EVM: enable spi, touchscreen, and ads7846 driver in defconfig

2008-04-30 Thread Steve Sakoman
From: Steve Sakoman [EMAIL PROTECTED] Enable spi, touchscreen, and ADS7846 in omap3_evm_defconfig Signed-off-by: Steve Sakoman [EMAIL PROTECTED] --- omap3_evm_defconfig | 42 ++ 1 file changed, 38 insertions(+), 4 deletions(-) ---

[PATCH 0/2] OMAP3 EVM: patches to add touchscreen support

2008-04-30 Thread Steve Sakoman
These patches are intended to be applied after my previous batch. Touchscreen support was tested on my EVM using an x11 rootfs. I was able to calibrate the touchscreen, use the onscreen keyboard, and manipulate UI widgets. Steve -- To unsubscribe from this list: send the line unsubscribe