public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] major assigned for rfd ftl
@ 2005-11-29 12:33 Sean Young
  2005-11-29 14:23 ` David Woodhouse
  0 siblings, 1 reply; 3+ messages in thread
From: Sean Young @ 2005-11-29 12:33 UTC (permalink / raw)
  To: linux-mtd

Lanana has assigned major 256 to the RFD FTL. This is the first 2.6 only
major, since it is >255. See:

http://www.lanana.org/docs/device-list/devices-2.6+.txt

Would it be possible to push this to Linus for inclusion inc 2.6.15? It
would be nice if the major doesn't change after 2.6.15 is released.

Signed-off-by: Sean Young <sean@mess.org>
--
diff -u -r1.5 -r1.6
--- a/drivers/mtd/rfd_ftl.c	7 Nov 2005 11:14:21 -0000	1.5
+++ b/drivers/mtd/rfd_ftl.c	29 Nov 2005 11:47:57 -0000	1.6
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2005  Sean Young <sean@mess.org>
  *
- * $Id: rfd_ftl.c,v 1.5 2005/11/07 11:14:21 gleixner Exp $
+ * $Id: rfd_ftl.c,v 1.6 2005/11/29 11:47:57 sean Exp $
  *
  * This type of flash translation layer (FTL) is used by the Embedded BIOS
  * by General Software. It is known as the Resident Flash Disk (RFD), see:
@@ -29,11 +29,9 @@
 
 #define PREFIX "rfd_ftl: "
 
-/* Major device # for FTL device */
-
-/* A request for this major has been sent to device@lanana.org */
+/* This major has been assigned by device@lanana.org */
 #ifndef RFD_FTL_MAJOR
-#define RFD_FTL_MAJOR		95
+#define RFD_FTL_MAJOR		256
 #endif
 
 /* Maximum number of partitions in an FTL region */

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

* Re: [PATCH] major assigned for rfd ftl
  2005-11-29 12:33 [PATCH] major assigned for rfd ftl Sean Young
@ 2005-11-29 14:23 ` David Woodhouse
  2005-11-29 14:32   ` Thomas Gleixner
  0 siblings, 1 reply; 3+ messages in thread
From: David Woodhouse @ 2005-11-29 14:23 UTC (permalink / raw)
  To: Sean Young; +Cc: linux-mtd

On Tue, 2005-11-29 at 13:33 +0100, Sean Young wrote:
> Would it be possible to push this to Linus for inclusion inc 2.6.15?
> It would be nice if the major doesn't change after 2.6.15 is released.

Go ahead.

> Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>

-- 
dwmw2

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

* Re: [PATCH] major assigned for rfd ftl
  2005-11-29 14:23 ` David Woodhouse
@ 2005-11-29 14:32   ` Thomas Gleixner
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Gleixner @ 2005-11-29 14:32 UTC (permalink / raw)
  To: David Woodhouse; +Cc: linux-mtd

On Tue, 2005-11-29 at 14:23 +0000, David Woodhouse wrote:
> On Tue, 2005-11-29 at 13:33 +0100, Sean Young wrote:
> > Would it be possible to push this to Linus for inclusion inc 2.6.15?
> > It would be nice if the major doesn't change after 2.6.15 is released.
> 
> Go ahead.
> 
> > Signed-off-by: Sean Young <sean@mess.org>
> Signed-off-by: David Woodhouse <dwmw2@infradead.org>

I'm doing a sync, update of the git tree anyway

	tglx

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

end of thread, other threads:[~2005-11-29 14:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-29 12:33 [PATCH] major assigned for rfd ftl Sean Young
2005-11-29 14:23 ` David Woodhouse
2005-11-29 14:32   ` Thomas Gleixner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox