public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: David Woodhouse <dwmw2@infradead.org>
To: Clive Davies <cdavies@altera.com>
Cc: "'linux-mtd@lists.infradead.org'" <linux-mtd@lists.infradead.org>
Subject: Re: FW: Patch: adding mtd support for new machine
Date: Thu, 01 Nov 2001 14:12:35 +0000	[thread overview]
Message-ID: <11896.1004623955@redhat.com> (raw)
In-Reply-To: <82B1591A280FD411B91200D0B75B484A015F5D1B@sis-uk-msg01.altera.com>

cdavies@altera.com said:
>  I sent the follwing message to mtd@infradead.org a couple of days
> ago, but I've had no response. Is that the same list as
> linux-mtd@lists.infradead.org? 

Yes, it is. That's the old address for the list, and the alias still works.

> Can anyone tell me why I've had no reply? 

Er, just because I didn't notice your mail - sorry. 


cdavies@altera.com said:
> I submitted a patch to Russell King to add mtd support for a new
> mchine type to his arm linux source tree. He sent me here to discuss:

> >- lack of $id$ in the new map driver 
> >- missing help entry for the new CONFIG_* symbol
> >- concerns about overloading the read_oob

> The first one I don't really understand, 

Files in CVS have $Id$ tags to mark which version they are. Just add $Id$ 
in the comments at the top of the file and it'll get expanded when it's 
committed to look like the others:
	 * $Id: redboot.c,v 1.6 2001/10/25 09:16:06 dwmw2 Exp $
	
> the second I can deal with myself. For the third, I've used the oob 
> interface to access the protection data in Intel flash devices. This 
> seemed to me to fit ok as its essentially data that isn't in the main 
> flash array. 

read_oob is there to access the 'extra' storage area on NAND flash chips. 
What happens if people make NAND flash chips with the same kind of 
protection data? We probably need to distinguish between the two. Maybe by 
adding a pair of extra read/write methods, or maybe by adding an extra 
argument to the existing read_oob/write_oob to indicate which space they're 
supposed to operate on, and adding an enumeration of the available spaces 
in the mtd_info somehow.


--
dwmw2

      reply	other threads:[~2001-11-01 14:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-01 13:58 FW: Patch: adding mtd support for new machine Clive Davies
2001-11-01 14:12 ` David Woodhouse [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=11896.1004623955@redhat.com \
    --to=dwmw2@infradead.org \
    --cc=cdavies@altera.com \
    --cc=linux-mtd@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox