Re: [PATCH v2] [NAND] driver extension to support NAND on TQM85xx modules

2008-06-07 Thread David Woodhouse
On Thu, 2008-06-05 at 10:50 +0200, Wolfgang Grandegger wrote: [NAND] driver extension to support NAND on TQM85xx modules This patch extends the FSL UPM NAND driver from Anton Vorontsov to support NAND on the TQM85xx modules. Unfortunately, the hardware does not support the R/B pins of the

Re: arch/ppc is going away Real Soon Now

2008-06-07 Thread Stefan Roese
On Saturday 07 June 2008, Peter Korsgaard wrote: Sean == Sean MacLennan [EMAIL PROTECTED] writes: Sean On Fri, 06 Jun 2008 10:34:28 -0500 Sean Jon Loeliger [EMAIL PROTECTED] wrote: On Fri, 2008-06-06 at 13:19 +0200, Wolfgang Denk wrote: In message [EMAIL PROTECTED] Becky

Re: [rtc-linux] Re: state of GEN_RTC vs rtc subsystem

2008-06-07 Thread David Woodhouse
On Mon, 2008-06-02 at 15:27 -0700, Geoff Levand wrote: Just to follow up, I found that David Woodhouse has submitted a patch which does this: http://patchwork.ozlabs.org/linuxppc/patch?id=18139 It's merged now:

Re: [PATCH v2] [NAND] driver extension to support NAND on TQM85xx modules

2008-06-07 Thread Anton Vorontsov
On Sat, Jun 07, 2008 at 09:01:41AM +0100, David Woodhouse wrote: On Thu, 2008-06-05 at 10:50 +0200, Wolfgang Grandegger wrote: [NAND] driver extension to support NAND on TQM85xx modules This patch extends the FSL UPM NAND driver from Anton Vorontsov to support NAND on the TQM85xx

Re: 4xx support in arch/ppc is going away Real Soon Now

2008-06-07 Thread Paul Mackerras
Grant Likely writes: BTW Paul, we agreed in your absence on IRC that you should take the honors of committing the kill arch/ppc patch and the associated top spot in LWN's top committers list... but there's a price. You may very well get mailed the bar tab from the ding-dong-arch-ppc-is-dead

[PATCH -mm] watchdog: mpc8xxx_wdt: fix build

2008-06-07 Thread Anton Vorontsov
CC drivers/watchdog/mpc8xxx_wdt.o drivers/watchdog/mpc8xxx_wdt.c: In function 'mpc8xxx_wdt_ioctl': drivers/watchdog/mpc8xxx_wdt.c:156: error: 'cmd' undeclared (first use in this function) drivers/watchdog/mpc8xxx_wdt.c:156: error: (Each undeclared identifier is reported only once

[PATCH] powerpc: Get rid of CROSS32{AS,LD,OBJCOPY}

2008-06-07 Thread Segher Boessenkool
CROSS32AS and CROSS32LD are never used (instead, CROSS32CC is used with proper command line options). CROSS32OBJCOPY isn't used anymore either, since the wrapper stuff was added. Remove these unused variables. Signed-off-by: Segher Boessenkool [EMAIL PROTECTED] Cc: Paul Mackerras [EMAIL