All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vipin Kumar <vipin.kumar@st.com>
To: <linux-mtd@lists.infradead.org>, <dedekind1@gmail.com>
Cc: sr@denx.de, Vipin Kumar <vipin.kumar@st.com>,
	linus.walleij@linaro.org, spear-devel@list.st.com
Subject: [PATCH v2 00/13] mtd/nand/fsmc related modifications
Date: Wed, 14 Mar 2012 11:47:06 +0530	[thread overview]
Message-ID: <cover.1331705527.git.vipin.kumar@st.com> (raw)

Hello Artem,

These are the patches 8-20 of the original patchset of which 1-7 have already
been applied by you. I have rebased these patches over
git://git.infradead.org/users/dedekind/l2-mtd.git to help you apply these easily

Modifications in v2
- Add support for partition information to be passed from platform data
- Default partition information removed from driver
- Remove sparse errors and warnings

Modifications in v1
- DMA support
- Word read/write support to improve performance
- Move platform related things(ALE/CLE) from driver to platfrom files
- Add default partition support for more devices with erase sizes (256KB, 512KB,
		1024KB, 2048KB)
- Bugfixes
	- Read only 512 + 13 bytes for 8bit NAND devices
	- Flip the bit only if the error index is < 4096
	- Fixed data abort inside change_bit()

Regards
Vipin

Armando Visconti (1):
  nand/fsmc: Remove default partition information from driver

Shiraz Hashim (1):
  mtd/fsmc_nand: add pm callbacks to support hibernation

Vipin Kumar (11):
  nand/fsmc: Pass partition information through platform data
  nand/fsmc: Correct the multiline comment format
  nand/fsmc: Read only 512 + 13 bytes for 8bit NAND devices
  nand/fsmc: Flip the bit only if the error index is < 4096
  nand/fsmc: Initialize the badblockbits to 7
  nand/fsmc: Modify fsmc driver to accept nand timing parameters via
    platform
  nand/fsmc: Use devm routines
  nand/fsmc: Use dev_err to report error scenario
  nand/fsmc: Access the NAND device word by word whenever possible
  nand/fsmc: Add DMA support
  nand/fsmc: Remove sparse warnings and errors

 drivers/mtd/nand/fsmc_nand.c |  572 ++++++++++++++++++++++++++----------------
 include/linux/mtd/fsmc.h     |  151 +++++++-----
 2 files changed, 443 insertions(+), 280 deletions(-)

             reply	other threads:[~2012-03-14  6:18 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-14  6:17 Vipin Kumar [this message]
2012-03-14  6:17 ` [PATCH v2 01/13] nand/fsmc: Pass partition information through platform data Vipin Kumar
2012-03-14 11:06   ` Linus Walleij
2012-03-14 12:13     ` Artem Bityutskiy
2012-03-14 11:24   ` Stefan Roese
2012-03-14 12:12   ` Artem Bityutskiy
2012-03-15  3:34     ` Vipin Kumar
2012-03-14  6:17 ` [PATCH v2 02/13] nand/fsmc: Remove default partition information from driver Vipin Kumar
2012-03-14  6:17 ` [PATCH v2 03/13] nand/fsmc: Correct the multiline comment format Vipin Kumar
2012-03-14  6:17 ` [PATCH v2 04/13] nand/fsmc: Read only 512 + 13 bytes for 8bit NAND devices Vipin Kumar
2012-03-14  6:17 ` [PATCH v2 05/13] nand/fsmc: Flip the bit only if the error index is < 4096 Vipin Kumar
2012-03-14  6:17 ` [PATCH v2 06/13] nand/fsmc: Initialize the badblockbits to 7 Vipin Kumar
2012-03-14  6:17 ` [PATCH v2 07/13] mtd/fsmc_nand: add pm callbacks to support hibernation Vipin Kumar
2012-03-14  6:17 ` [PATCH v2 08/13] nand/fsmc: Modify fsmc driver to accept nand timing parameters via platform Vipin Kumar
2012-03-14  6:17 ` [PATCH v2 09/13] nand/fsmc: Use devm routines Vipin Kumar
2012-03-14  6:17 ` [PATCH v2 10/13] nand/fsmc: Use dev_err to report error scenario Vipin Kumar
2012-03-14  6:17 ` [PATCH v2 11/13] nand/fsmc: Access the NAND device word by word whenever possible Vipin Kumar
2012-03-14  6:17 ` [PATCH v2 12/13] nand/fsmc: Add DMA support Vipin Kumar
2012-03-14  6:17 ` [PATCH v2 13/13] nand/fsmc: Remove sparse warnings and errors Vipin Kumar
2012-03-14 13:13 ` [PATCH v2 00/13] mtd/nand/fsmc related modifications Artem Bityutskiy

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=cover.1331705527.git.vipin.kumar@st.com \
    --to=vipin.kumar@st.com \
    --cc=dedekind1@gmail.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=spear-devel@list.st.com \
    --cc=sr@denx.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.