Re: build failure due to ROOT_DEV in mtd module (was Re: linux-2. 6.22-rc5-g7c8545e build #298 failed ...)

2007-06-21 Thread Marc St-Jean
> On Thu, Jun 21, 2007 at 04:13:27 EST, Satyam Sharma wrote: > On 6/21/07, Christoph Hellwig <[EMAIL PROTECTED]> wrote: >> On Thu, Jun 21, 2007 at 12:22:01PM +0530, Satyam Sharma wrote: >> > >> The build seems to fail because of: >> > >> ERROR: "ROOT_DEV" [drivers/mtd/maps/nettel.ko] undefined! >>

Re: [PATCH] drivers: PMC MSP71xx LED driver

2007-03-13 Thread Marc St-Jean
to adapt to it once in the kernel tree. Thanks, Marc > Le lundi 12 mars 2007, Marc St-Jean a écrit : > > [PATCH] drivers: PMC MSP71xx LED driver > > > > Patch to add LED driver for the PMC-Sierra MSP71xx devices. > > > > This patch references some p

[PATCH] mtd: PMC MSP71xx flash/rootfs mappings

2007-03-12 Thread Marc St-Jean
[PATCH] mtd: PMC MSP71xx flash/rootfs mappings Patch to add flash and rootfs mappings for the PMC-Sierra MSP71xx devices. This patch references some platform support files previously submitted to the [EMAIL PROTECTED] list. Thanks, Marc Signed-off-by: Marc St-Jean <[EMAIL PROTECTED]> --

[PATCH] drivers: PMC MSP71xx LED driver

2007-03-12 Thread Marc St-Jean
[PATCH] drivers: PMC MSP71xx LED driver Patch to add LED driver for the PMC-Sierra MSP71xx devices. This patch references some platform support files previously submitted to the [EMAIL PROTECTED] list. Thanks, Marc Signed-off-by: Marc St-Jean <[EMAIL PROTECTED]> --- Re-posting patc

Re: [PATCH] drivers: PMC MSP71xx LED driver

2007-03-09 Thread Marc St-Jean
Andrew Morton wrote: > > On Mon, 26 Feb 2007 17:48:55 -0600 Marc St-Jean > <[EMAIL PROTECTED]> wrote: > > [PATCH] drivers: PMC MSP71xx LED driver > > > > Patch to add LED driver for the PMC-Sierra MSP71xx devices. > > > > This patch refe

[PATCH] drivers: PMC MSP71xx TWI driver

2007-03-08 Thread Marc St-Jean
[PATCH] drivers: PMC MSP71xx TWI driver Patch to add TWI driver for the PMC-Sierra MSP71xx devices. This patch references some platform support files previously submitted to the [EMAIL PROTECTED] list. Thanks, Marc Signed-off-by: Marc St-Jean <[EMAIL PROTECTED]> --- Re-posting patc

[PATCH] drivers: PMC MSP71xx GPIO char driver

2007-03-08 Thread Marc St-Jean
[PATCH] drivers: PMC MSP71xx GPIO char driver Patch to add a GPIO char driver for the PMC-Sierra MSP71xx devices. This patch references some platform support files previously submitted to the [EMAIL PROTECTED] list. Thanks, Marc Signed-off-by: Marc St-Jean <[EMAIL PROTECTED]> --- Re-p

Re: [PATCH] drivers: PMC MSP71xx GPIO char driver

2007-03-07 Thread Marc St-Jean
Andrew Morton wrote: > > On Fri, 23 Feb 2007 17:28:19 -0600 Marc St-Jean > <[EMAIL PROTECTED]> wrote: > > [PATCH] drivers: PMC MSP71xx GPIO char driver > > > > Patch to add a GPIO char driver for the PMC-Sierra > > MSP71xx devices. > > > >

[PATCH] drivers: PMC MSP71xx LED driver

2007-02-26 Thread Marc St-Jean
[PATCH] drivers: PMC MSP71xx LED driver Patch to add LED driver for the PMC-Sierra MSP71xx devices. This patch references some platform support files previously submitted to the [EMAIL PROTECTED] list. Thanks, Marc Signed-off-by: Marc St-Jean <[EMAIL PROTECTED]> --- drivers/i2c/chips/K

[PATCH] drivers: PMC MSP71xx TWI driver

2007-02-26 Thread Marc St-Jean
[PATCH] drivers: PMC MSP71xx TWI driver Patch to add TWI driver for the PMC-Sierra MSP71xx devices. This patch references some platform support files previously submitted to the [EMAIL PROTECTED] list. Thanks, Marc Signed-off-by: Marc St-Jean <[EMAIL PROTECTED]> --- drivers/i2c/algos/K

[PATCH] drivers: PMC MSP71xx GPIO char driver

2007-02-23 Thread Marc St-Jean
[PATCH] drivers: PMC MSP71xx GPIO char driver Patch to add a GPIO char driver for the PMC-Sierra MSP71xx devices. This patch references some platform support files previously submitted to the [EMAIL PROTECTED] list. Thanks, Marc Signed-off-by: Marc St-Jean <[EMAIL PROTECTED]> --- driver

[PATCH] mtd: PMC MSP71xx flash/rootfs mappings

2007-02-23 Thread Marc St-Jean
[PATCH] mtd: PMC MSP71xx flash/rootfs mappings Patch to add flash and rootfs mappings for the PMC-Sierra MSP71xx devices. This patch references some platform support files previously submitted to the [EMAIL PROTECTED] list. Thanks, Marc Signed-off-by: Marc St-Jean <[EMAIL PROTEC

[PATCH] serial driver PMC MSP71xx, kernel linux-mips.git master

2007-02-16 Thread Marc St-Jean
writes that can cause interrupts to be cleared reach the UART before returning from the ISR. This fix reads a non-destructive register on the UART so the read transaction completion ensures the previously queued write transaction has also completed. Thanks, Marc Signed-off-by: Marc St-Jean <[E

Re: [PATCH] serial driver PMC MSP71xx, kernel linux-mips.git mast er

2007-02-16 Thread Marc St-Jean
Sergei Shtylyov wrote: > Hello. > > Marc St-Jean wrote: > > > There are three different fixes: > > 1. Fix for DesignWare APB THRE errata: > > In brief, this is a non-standard 16550 in that the THRE interrupt > > will not re-assert itself simply by dis

Re: [PATCH] serial driver PMC MSP71xx, kernel linux-mips.git mast er

2007-02-16 Thread Marc St-Jean
Andrew Morton wrote: > On Thu, 15 Feb 2007 13:26:29 -0600 > Marc St-Jean <[EMAIL PROTECTED]> wrote: > > > + status = *(volatile u32 *)up->port.private_data; > > It distresses me that this patch uses a variable which this patch > doesn

[PATCH] serial driver PMC MSP71xx, kernel linux-mips.git master

2007-02-15 Thread Marc St-Jean
e last attempt is dropping the call to in_irq() and including more detailed description of the fixes. Thanks, Marc Signed-off-by: Marc St-Jean <[EMAIL PROTECTED]> diff --git a/drivers/serial/8250.c b/drivers/serial/8250.c index 3d91bfc..bfaacc5 100644 --- a/drivers/serial/8250.c +++

Re: [PATCH] serial driver PMC MSP71xx, kernel linux-mips.git mast er

2007-02-13 Thread Marc St-Jean
Andrew Morton wrote: > On Mon, 12 Feb 2007 12:04:08 -0600 Marc St-Jean > <[EMAIL PROTECTED]> wrote: > > > There are three different fixes: > > 1. Fix for DesignWare THRE errata > > - Dropped our fix since the "8250-uart-backup-timer.patch" in the &qu

Re: [PATCH] serial driver PMC MSP71xx, kernel linux-mips.git mast er

2007-02-12 Thread Marc St-Jean
Sergei Shtylyov wrote: > Hello. > > Marc St-Jean wrote: > > >> > Fourth attempt at the serial driver patch for the PMC-Sierra MSP71xx > >>device. > > I think you need to submit your patch to Andrew Morton since it > requires a patch from hi

[PATCH] serial driver PMC MSP71xx, kernel linux-mips.git master

2007-02-09 Thread Marc St-Jean
"mm" patch. 2. Fix for Busy Detect on LCR write - Minor formatting changes. 3. Workaround for interrupt/data concurrency issue - No changes since last patch. Sending with /bin/mail, how's that for bare iron... Thanks, Marc Signed-off-by: Marc St-Jean <[EMAIL PROTECTED]> dif

Re: [PATCH] serial driver PMC MSP71xx, kernel linux-mips.git mast er

2007-02-09 Thread Marc St-Jean
Sergei Shtylyov wrote: > Marc St-Jean wrote: > > Fourth attempt at the serial driver patch for the PMC-Sierra MSP71xx > device. > > > > There are three different fixes: > > 1. Fix for DesignWare THRE errata > > - Dropped our fix since the "8250-uart-

[PATCH] serial driver PMC MSP71xx, kernel linux-mips.git master

2007-02-07 Thread Marc St-Jean
- No changes since last patch. Thanks, Marc Signed-off-by: Marc St-Jean <[EMAIL PROTECTED]> diff --git a/drivers/serial/8250.c b/drivers/serial/8250.c index 3d91bfc..b309c4c 100644 --- a/drivers/serial/8250.c +++ b/drivers/serial/8250.c @@ -308,6 +308,7 @@ static unsigned int serial_in(stru

Re: [PATCH] serial driver PMC MSP71xx, kernel linux-mips.git mast er

2007-02-07 Thread Marc St-Jean
Sergei Shtylyov wrote: > Marc St-Jean wrote: > > Third attempt at the serial driver patch for the PMC-Sierra MSP71xx > device. > > > > There are three different fixes: > > 1. Fix for DesignWare THRE errata > > - Dropped our fix since the "8250-uart-

Re: [PATCH] serial driver PMC MSP71xx, kernel linux-mips.git mast er

2007-02-06 Thread Marc St-Jean
Thank Alan. I made the changes yesterday but I'll wait another day before reposting, in case other interested people have more comments. Marc Alan wrote: > > unsigned char hub6; /* this should > be in the 8250 driver */ > > unsigned char unused

[PATCH] serial driver PMC MSP71xx, kernel linux-mips.git master

2007-02-05 Thread Marc St-Jean
rupt as handled. Thanks, Marc Signed-off-by: Marc St-Jean <[EMAIL PROTECTED]> diff --git a/drivers/serial/8250.c b/drivers/serial/8250.c index 3d91bfc..489ff2b 100644 --- a/drivers/serial/8250.c +++ b/drivers/serial/8250.c @@ -308,6 +308,7 @@ static unsigned int serial_in(struct uar

Re: [PATCH] serial driver PMC MSP71xx, kernel linux-mips.git mast er

2007-01-26 Thread Marc St-Jean
Sergei Shtylyov wrote: > Hello. > > Marc St-Jean wrote: > > >> > Index: linux_2_6/drivers/serial/8250.c > >> > === > >> > RCS file: linux_2_6/drivers/serial/8250.c,v > >>

Re: [PATCH] serial driver PMC MSP71xx, kernel linux-mips.git mast er

2007-01-25 Thread Marc St-Jean
Sergei Shtylyov wrote: > Marc St-Jean wrote: > > Here is my second attempt at the serial driver patch for the > > PMC-Sierra MSP71xx device. > > > > There are three different fixes: > > 1. Fix for THRE errata > > - I verified the UART_BUG_TXEN fix do

[PATCH] serial driver PMC MSP71xx, kernel linux-mips.git master

2007-01-24 Thread Marc St-Jean
ency issue - Moved to new UPIO_DWAPB iotype. Thanks, Marc Signed-off-by: Marc St-Jean <[EMAIL PROTECTED]> Index: linux_2_6/drivers/serial/8250.c === RCS file: linux_2_6/drivers/serial/8250.c,v retrieving revision 1.1.1.7 diff -u

Re: [PATCH] serial driver PMC MSP71xx, kernel linux-mips.git mast er

2007-01-24 Thread Marc St-Jean
Sergei Shtylyov wrote: > Hello. > > Marc St-Jean wrote: > > >> >>This I would hope you can hide in the platform specific > >> >>serial_in/serial_out functions. If you write the UART_LCR save it in > >> >>serial_out(), if you read IER et

Re: [PATCH] serial driver PMC MSP71xx, kernel linux-mips.git mast er

2007-01-24 Thread Marc St-Jean
Sergei Shtylyov wrote: > > >>This I would hope you can hide in the platform specific > >>serial_in/serial_out functions. If you write the UART_LCR save it in > >>serial_out(), if you read IER etc. > > > I couldn't find hooks for platform specific serial_in/out functions. > > It's because

Re: [PATCH] serial driver PMC MSP71xx, kernel linux-mips.git mast er

2007-01-24 Thread Marc St-Jean
Sergei Shtylyov wrote: > Hello, I wrote: > > Here is a serial driver patch for the PMC-Sierra MSP71xx device. > > There are three different fixes: > 1. Fix for THRE errata > 2. Fix for Busy Detect on LCR write > 3. Workaround for interrupt/data concurrency issue >

Re: [PATCH] serial driver PMC MSP71xx, kernel linux-mips.git mast er

2007-01-23 Thread Marc St-Jean
Alan wrote: > > There are three different fixes: > > 1. Fix for THRE errata > > That should be handled anyway. The current code actually spots this and > uses a backup timer for dodgy UARTS Thanks, I'll retest without this fix on the current l-m.o git master and see if it still solves our erra

RE: [PATCH] serial driver PMC MSP71xx, kernel linux-mips.git mast er

2007-01-22 Thread Marc St-Jean
CCing to linux-kernel as per AC's suggestion... Original Message Subject: RE: [PATCH] serial driver PMC MSP71xx, kernel linux-mips.git master Date: Mon, 22 Jan 2007 10:11:04 -0800 From: Marc St-Jean To: Sergei Shtylyov CC: <[EMAIL PROTECTED]>, > -Or

Re: [PATCH] serial driver PMC MSP71xx, kernel linux-mips.git mast er

2007-01-22 Thread Marc St-Jean
CCing to linux-kernel as per AC's suggestion... Original Message Subject:Re: [PATCH] serial driver PMC MSP71xx, kernel linux-mips.git mast er Date: Mon, 22 Jan 2007 12:23:56 -0800 From: Sergei Shtylyov Organization: MontaVista Software Inc. To: Marc St-Je

[PATCH] serial driver PMC MSP71xx, kernel linux-mips.git master

2007-01-22 Thread Marc St-Jean
CCing linux-kernel as per AC's suggestion... -Original Message- From: Sergei Shtylyov Sent: Friday, January 19, 2007 9:05 AM To: Marc St-Jean Cc: [EMAIL PROTECTED]; linux-serial@vger.kernel.org Subject: Re: [PATCH] serial driver PMC MSP71xx, kernel linux-mips.git master Hello. Ma

[PATCH] serial driver PMC MSP71xx, kernel linux-mips.git master

2007-01-22 Thread Marc St-Jean
CCing linux-kernel as per AC's suggestion... On Thu, Jan 18, 2007 at 04:23:01PM -0800, Marc St-Jean wrote: > Index: linux_2_6/drivers/serial/8250.c > === > RCS file: linux_2_6/drivers/serial/8250.c,v retrieving revis

[PATCH] serial driver PMC MSP71xx, kernel linux-mips.git master

2007-01-22 Thread Marc St-Jean
g? Thanks, Marc Signed-off-by: Marc St-Jean <[EMAIL PROTECTED]> Index: linux_2_6/drivers/serial/8250.c === RCS file: linux_2_6/drivers/serial/8250.c,v retrieving revision 1.1.1.7 retrieving revision 1.9 diff -u -r1.1.1.7 -r1

[PATCH] serial driver PMC MSP71xx, kernel linux-mips.git mast er

2007-01-22 Thread Marc St-Jean
CCing linux-kernel as per AC's suggestion... > -Original Message- > From: Ralf Baechle [mailto:[EMAIL PROTECTED] > Sent: Friday, January 19, 2007 8:18 AM > To: Marc St-Jean > Cc: [EMAIL PROTECTED]; linux-serial@vger.kernel.org > Subject: Re: [PATCH] serial driver PM