linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Artem Bityutskiy <dedekind1@gmail.com>
To: akpm@linux-foundation.org
Cc: sudhakar.raj@ti.com, khilman@deeprootsystems.com,
	david-b@pacbell.net, linux-mtd@lists.infradead.org,
	cbouatmailru@gmail.com, dwmw2@infradead.org
Subject: Re: [patch 4/4] mtdpart: memory accessor interface for MTD layer
Date: Wed, 21 Jul 2010 13:38:33 +0300	[thread overview]
Message-ID: <1279708713.2306.9.camel@localhost> (raw)
In-Reply-To: <201007202224.o6KMO2dm021391@imap1.linux-foundation.org>

On Tue, 2010-07-20 at 15:24 -0700, akpm@linux-foundation.org wrote:
> From: Sudhakar Rajashekhara <sudhakar.raj@ti.com>
> 
> Implement a memory accessor interface in the MTD layer which enables the
> kernel to access flash data.
> 
> This patch adds two new members to the mtd_partition structure, a function
> handler which will be called during setup of the partition and an argument
> to be passed to this setup function.
> 
> Example:
> +static struct mtd_partition spi_flash_partitions[] = {
> +       [0] = {
> +               .name       = "U-Boot",
> +               .offset     = 0,
> +               .size       = SZ_256K,
> +               .mask_flags = MTD_WRITEABLE,
> +       },
...

Will push this to my l2-mtd-2.6 / dunno

-- 
Best Regards,
Artem Bityutskiy (Артём Битюцкий)

      reply	other threads:[~2010-07-21 10:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-20 22:24 [patch 4/4] mtdpart: memory accessor interface for MTD layer akpm
2010-07-21 10:38 ` Artem Bityutskiy [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=1279708713.2306.9.camel@localhost \
    --to=dedekind1@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=cbouatmailru@gmail.com \
    --cc=david-b@pacbell.net \
    --cc=dwmw2@infradead.org \
    --cc=khilman@deeprootsystems.com \
    --cc=linux-mtd@lists.infradead.org \
    --cc=sudhakar.raj@ti.com \
    /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;
as well as URLs for NNTP newsgroup(s).