linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* mxc-nand duplicate case value in -next
@ 2010-04-23  7:36 Sascha Hauer
  2010-04-27  7:53 ` Robert Schwebel
  0 siblings, 1 reply; 4+ messages in thread
From: Sascha Hauer @ 2010-04-23  7:36 UTC (permalink / raw)
  To: linux-mtd; +Cc: David Woodhouse, Ivo Clarysse

Hi,

Currently we have a duplicate case value in the mxc-nand driver in -next.
This is because of to different patches adding reset command support to
the driver, one from Eric (coming via the mtd master tree) and one from
Ivo (coming from the mxc master tree).
As I see it we should take Ivos patch as it adds i.MX21 support along
the way, so David, can you please drop Erics patch?

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: mxc-nand duplicate case value in -next
  2010-04-23  7:36 mxc-nand duplicate case value in -next Sascha Hauer
@ 2010-04-27  7:53 ` Robert Schwebel
  2010-04-29  8:09   ` Robert Schwebel
  0 siblings, 1 reply; 4+ messages in thread
From: Robert Schwebel @ 2010-04-27  7:53 UTC (permalink / raw)
  To: Sascha Hauer; +Cc: linux-mtd, David Woodhouse, Ivo Clarysse

Hi,

On Fri, Apr 23, 2010 at 09:36:25AM +0200, Sascha Hauer wrote:
> Currently we have a duplicate case value in the mxc-nand driver in
> -next. This is because of to different patches adding reset command
> support to the driver, one from Eric (coming via the mtd master tree)
> and one from Ivo (coming from the mxc master tree). As I see it we
> should take Ivos patch as it adds i.MX21 support along the way, so
> David, can you please drop Erics patch?

linux-next does still crash with

drivers/mtd/nand/mxc_nand.c: In function 'mxc_nand_command':
drivers/mtd/nand/mxc_nand.c:689: error: duplicate case value
drivers/mtd/nand/mxc_nand.c:606: error: previously used here
drivers/mtd/nand/mxc_nand.c: In function 'mxcnd_resume':
drivers/mtd/nand/mxc_nand.c:921: warning: unused variable 'host'
make[3]: *** [drivers/mtd/nand/mxc_nand.o] Error 1

David, would dropping Eric's patch (like suggested by Sascha) be an
acceptable solution?

Thanks,
rsc
-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: mxc-nand duplicate case value in -next
  2010-04-27  7:53 ` Robert Schwebel
@ 2010-04-29  8:09   ` Robert Schwebel
  2010-05-17 20:15     ` Robert Schwebel
  0 siblings, 1 reply; 4+ messages in thread
From: Robert Schwebel @ 2010-04-29  8:09 UTC (permalink / raw)
  To: David Woodhouse; +Cc: Sascha Hauer, linux-mtd, Ivo Clarysse

David,

On Tue, Apr 27, 2010 at 09:53:10AM +0200, Robert Schwebel wrote:
> On Fri, Apr 23, 2010 at 09:36:25AM +0200, Sascha Hauer wrote:
> > Currently we have a duplicate case value in the mxc-nand driver in
> > -next. This is because of to different patches adding reset command
> > support to the driver, one from Eric (coming via the mtd master tree)
> > and one from Ivo (coming from the mxc master tree). As I see it we
> > should take Ivos patch as it adds i.MX21 support along the way, so
> > David, can you please drop Erics patch?
>
> linux-next does still crash with
>
> drivers/mtd/nand/mxc_nand.c: In function 'mxc_nand_command':
> drivers/mtd/nand/mxc_nand.c:689: error: duplicate case value
> drivers/mtd/nand/mxc_nand.c:606: error: previously used here
> drivers/mtd/nand/mxc_nand.c: In function 'mxcnd_resume':
> drivers/mtd/nand/mxc_nand.c:921: warning: unused variable 'host'
> make[3]: *** [drivers/mtd/nand/mxc_nand.o] Error 1
>
> David, would dropping Eric's patch (like suggested by Sascha) be an
> acceptable solution?

ping

rsc
-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: mxc-nand duplicate case value in -next
  2010-04-29  8:09   ` Robert Schwebel
@ 2010-05-17 20:15     ` Robert Schwebel
  0 siblings, 0 replies; 4+ messages in thread
From: Robert Schwebel @ 2010-05-17 20:15 UTC (permalink / raw)
  To: David Woodhouse; +Cc: Sascha Hauer, linux-mtd, Ivo Clarysse

Hi,

On Thu, Apr 29, 2010 at 10:09:54AM +0200, Robert Schwebel wrote:
> On Tue, Apr 27, 2010 at 09:53:10AM +0200, Robert Schwebel wrote:
> > On Fri, Apr 23, 2010 at 09:36:25AM +0200, Sascha Hauer wrote:
> > > Currently we have a duplicate case value in the mxc-nand driver in
> > > -next. This is because of to different patches adding reset command
> > > support to the driver, one from Eric (coming via the mtd master tree)
> > > and one from Ivo (coming from the mxc master tree). As I see it we
> > > should take Ivos patch as it adds i.MX21 support along the way, so
> > > David, can you please drop Erics patch?
> >
> > linux-next does still crash with
> >
> > drivers/mtd/nand/mxc_nand.c: In function 'mxc_nand_command':
> > drivers/mtd/nand/mxc_nand.c:689: error: duplicate case value
> > drivers/mtd/nand/mxc_nand.c:606: error: previously used here
> > drivers/mtd/nand/mxc_nand.c: In function 'mxcnd_resume':
> > drivers/mtd/nand/mxc_nand.c:921: warning: unused variable 'host'
> > make[3]: *** [drivers/mtd/nand/mxc_nand.o] Error 1
> >
> > David, would dropping Eric's patch (like suggested by Sascha) be an
> > acceptable solution?
>
> ping

I just tested with next-20100517 and the duplicate case is still there.
David, can we do something to resolve this? Sascha has suggested a
solution above.

Thanks,
rsc
-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-05-17 20:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-23  7:36 mxc-nand duplicate case value in -next Sascha Hauer
2010-04-27  7:53 ` Robert Schwebel
2010-04-29  8:09   ` Robert Schwebel
2010-05-17 20:15     ` Robert Schwebel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).