Re: [Resending - PATCH 1/3] Triton BCI driver board/device setup for OMAP3430

2008-07-23 Thread Felipe Balbi
On Wed, 23 Jul 2008 10:16:27 +0530, "Madhusudhan Chikkature" <[EMAIL PROTECTED]> wrote: > Hi Felipe, > >> Tony, weird that we still have these prototypes in these headers. >> Could be some merging conflict ? > Yes. I see that these prototypes are still present in the board3430 and > board2430 he

Re: [i2c] N800 problems with MMC, LM8323 on current linux-omap git head

2008-07-23 Thread Riku Voipio
On Tue, Jul 22, 2008 at 09:20:46AM -0500, Felipe Balbi wrote: > On Tue, 22 Jul 2008 14:43:14 +0100, Ben Dooks <[EMAIL PROTECTED]> wrote: > > Split them into a common and then machine specfic structures, you are > > allowed to register more than one board per bus. > Good to know :-) Indeed - compa

Re: [i2c] N800 problems with MMC, LM8323 on current linux-omap git head

2008-07-23 Thread Felipe Balbi
On Wed, 23 Jul 2008 12:38:49 +0300, Riku Voipio <[EMAIL PROTECTED]> wrote: > Indeed - compared to my previous version, this one makes the boardfile > even smaller: > >textdata bss dec hex filename >23621552 43918 f4e > old/arch/arm/mach-omap2/board-n800.

Re: [PATCH] Set correct off mode polarity

2008-07-23 Thread Peter 'p2' De Schrijver
On Mon, Jul 21, 2008 at 08:22:31PM +0300, ext Felipe Balbi wrote: > Hi, > > style comments inlined. > > On Mon, Jul 21, 2008 at 07:02:02PM +0300, Peter 'p2' De Schrijver wrote: > > +#define OFFMODE_POL(1<<3) > > add spaces after 1 and before 3 (1 << 3) > > > - > > unnec

Re: OMAP3 SYS_OFF_MODE support

2008-07-23 Thread Peter 'p2' De Schrijver
On Tue, Jul 22, 2008 at 07:56:10PM +0530, ext Rangasamy, Devaraj wrote: > > Currently sr_configure_vc() is the only dedicated API to configure Voltage > controller parameter. But still SYSOFF specific configuration shall be moved > to prcm init. > Do you suggest to move all the voltage control

Re: [PATCH 0/2] Add clock post-rate-change notifier

2008-07-23 Thread Koen Kooi
Op 21 jul 2008, om 12:49 heeft Rajendra Nayak het volgende geschreven: Hi Paul, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Walmsley Sent: Saturday, June 21, 2008 4:44 AM To: linux-omap@vger.kernel.org Subject: [PATCH 0/2] Add clock post-rate

Re: [PATCH] Set correct off mode polarity

2008-07-23 Thread Felipe Balbi
On Wed, Jul 23, 2008 at 04:26:32PM +0300, Peter 'p2' De Schrijver wrote: > > > - > > > > unnecessary change ?!? > > ? This change is necessary, otherwise the system dies as soon as the triton2 > sysoffmode scripts become active. ehehe, i meant the whitespace :-) -- balbi -- To unsubscribe fro

[PATCH] Volume Down key on the Zoom MDK

2008-07-23 Thread George Jahad
Here is a patch to fix the omap-twl4030keypad.c keypad driver to support the volume down key on the Zoom MDK/Labrador. George Jahad Wind River Systems volumeDown.patch Description: Binary data

JFFS2 GC Bug?

2008-07-23 Thread suresh
Hi, Can files go missing if there is a powerfail when the garbage collection is running (and doing updation to the file system) on a JFFS2 filesystem. Was this a bug in older kernels? I am seeing this on OMAP5912 using 2.6.13-rc3. Thanks in advance, Suresh -- To unsubscribe from this

Re: [PATCH 0/0] Refreshed omap2 clock and powerdomain patches

2008-07-23 Thread eric miao
On Wed, Jul 16, 2008 at 11:22 PM, Tony Lindgren <[EMAIL PROTECTED]> wrote: > * Russell King - ARM Linux <[EMAIL PROTECTED]> [080716 12:41]: >> On Wed, Jul 16, 2008 at 11:53:20AM +0300, Tony Lindgren wrote: >> > This series contains the refreshed omap2 clock and powerdomain >> > patches as some of t