[PATCH 0/3] OMAP3 Beagle: Enable nand support

2008-06-01 Thread Steve Sakoman
This series of patches adds nand support to the beagle board. The first patch in the series builds on work by Teerth Reddy [EMAIL PROTECTED] to extend the omap2 nand driver to work with both omap2 and omap3 architectures (as well as adding/clarifying comments). The second patch adds the beagle

[PATCH 1/3] mtd omap2 nand driver: extend to work with omap3 boards

2008-06-01 Thread Steve Sakoman
From: Teerth Reddy [EMAIL PROTECTED], Steve Sakoman [EMAIL PROTECTED] Extend omap2 mtd nand driver to work with ARCH_OMAP3 boards Signed-off-by: Steve Sakoman [EMAIL PROTECTED] --- Kconfig |6 - omap2.c | 230 2 files

[PATCH 2/3] OMAP3 Beagle: add nand support

2008-06-01 Thread Steve Sakoman
From: Steve Sakoman [EMAIL PROTECTED] Add nand support to omap3beagle Signed-off-by: Steve Sakoman [EMAIL PROTECTED] --- arch/arm/mach-omap2/Makefile |3 arch/arm/mach-omap2/board-omap3beagle-flash.c | 119 ++ arch/arm/mach-omap2/board-omap3beagle.c

Re: zlib error in x-windows on omap osk

2008-06-01 Thread mohammed shareef
Hi Felipe, what is zlib-dev? as per the tutorials the dependency for the Xlib is only zlib. i have installed zlib-1.2.2. thanx and regards, Shareef On Sat, May 31, 2008 at 2:33 PM, Felipe Balbi [EMAIL PROTECTED] wrote: On Sat, May 31, 2008 at 12:10:31PM +0530, mohammed shareef wrote: Hi all,

Re: [PATCH 3/3] ARM: OMAP: SmartReflex driver: integration to linux-omap

2008-06-01 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 30 mei 2008, om 16:12 heeft Kalle Jokiniemi het volgende geschreven: - Changed register accesses to use __raw_readl(), __raw_writel() and prm_rmw_reg_bits() functions instread of REG_X = REG_Y type accesses. CC

Re: MMC/SD cards hotplug scenario

2008-06-01 Thread Pierre Ossman
On Thu, 22 May 2008 19:10:10 +0530 Madhusudhan Chikkature Rajashekar [EMAIL PROTECTED] wrote: I am attaching the output of dmesg. I captured dmesg output after I get to the error phrase. I enabled MMC debugging as well to get some idea. It looks like upon reinsertion of the SD card, no

Re: zlib error in x-windows on omap osk

2008-06-01 Thread Felipe Balbi
On Sun, 1 Jun 2008 11:55:11 +0530, mohammed shareef [EMAIL PROTECTED] wrote: Hi Felipe, what is zlib-dev? as per the tutorials the dependency for the Xlib is only zlib. i have installed zlib-1.2.2. you need the development version of it. the one that comes with the correct header files.

Booting 2.6.25 on the OMAP5912OSK

2008-06-01 Thread Philip Balister
I'm trying to update the Angstrom distribution to kernel version 2.6.25. The basic defconfig boots and runs, but when I turn on the vm file system for udev, the system hangs sometime after mounting root. While hung, it very slowly prints the following messages: i2c_omap i2c_omap.1: Transmit

Re: Booting 2.6.25 on the OMAP5912OSK

2008-06-01 Thread Felipe Balbi
Hi, On Sun, 01 Jun 2008 13:06:03 -0400, Philip Balister [EMAIL PROTECTED] wrote: i2c_omap i2c_omap.1: Transmit overflow tps65010: power off button Sounds like a bug in our i2c-omap.c Tony do you know about any issues with i2c-omap.c after highspeed i2c was introduced ? This could be a

Re: Booting 2.6.25 on the OMAP5912OSK

2008-06-01 Thread Felipe Balbi
Hi, On Sun, 01 Jun 2008 13:06:03 -0400, Philip Balister [EMAIL PROTECTED] wrote: i2c_omap i2c_omap.1: Transmit overflow tps65010: power off button Sounds like a bug in our i2c-omap.c Tony do you know about any issues with i2c-omap.c after highspeed i2c was introduced ? This could be a