All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vipin Kumar <vipin.kumar@st.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH resend 0/7] mtd/st_smi: Add fixes for smi driver
Date: Thu, 6 Dec 2012 11:51:17 +0530	[thread overview]
Message-ID: <cover.1354774371.git.vipin.kumar@st.com> (raw)

Hello,

This patch-set adds simple fixes for smi driver used in spear devices.

Modifications include
- Add MTD support for smi driver
- Write to flash in a tight loop
- Alphabetically sort the list of devices
- Avoid issuing multiple write enable commands

PS: Wolfgang, Stefan, I am directing these to you as there is no direct
maintainer of mtd in u-boot. I can add these in my pull-request once you review
these patches

Thanks in advance
Vipin

Armando Visconti (1):
  mtd/st_smi: Add support for Micron N25Q128 Flash

Vipin Kumar (6):
  mtd/st_smi: Clear error flags while initiating a fresh write
  mtd/st_smi: Rearrange the supported devices in alphabetical order
  mtd/st_smi: Avoid issuing multiple WE commands
  mtd/st_smi: Write to flash in a tight loop
  mtd/st_smi: Use page sizes respective to flash
  mtd/st_smi: Add mtd support for smi

 drivers/mtd/st_smi.c       | 260 ++++++++++++++++++++++++++++++++++++++-------
 include/linux/mtd/st_smi.h |   1 -
 2 files changed, 222 insertions(+), 39 deletions(-)

-- 
1.8.0

             reply	other threads:[~2012-12-06  6:21 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-06  6:21 Vipin Kumar [this message]
2012-12-06  6:21 ` [U-Boot] [PATCH resend 1/7] mtd/st_smi: Clear error flags while initiating a fresh write Vipin Kumar
2012-12-06  7:37   ` Stefan Roese
2012-12-06  8:16     ` Vipin Kumar
2012-12-06  6:21 ` [U-Boot] [PATCH resend 2/7] mtd/st_smi: Rearrange the supported devices in alphabetical order Vipin Kumar
2012-12-06  7:37   ` Stefan Roese
2012-12-06  6:21 ` [U-Boot] [PATCH resend 3/7] mtd/st_smi: Add support for Micron N25Q128 Flash Vipin Kumar
2012-12-06  7:38   ` Stefan Roese
2012-12-06  6:21 ` [U-Boot] [PATCH resend 4/7] mtd/st_smi: Avoid issuing multiple WE commands Vipin Kumar
2012-12-06  7:44   ` Stefan Roese
2012-12-06  6:21 ` [U-Boot] [PATCH resend 5/7] mtd/st_smi: Write to flash in a tight loop Vipin Kumar
2012-12-06  7:51   ` Stefan Roese
2012-12-06  6:21 ` [U-Boot] [PATCH resend 6/7] mtd/st_smi: Use page sizes respective to flash Vipin Kumar
2012-12-06  7:53   ` Stefan Roese
2012-12-06  6:21 ` [U-Boot] [PATCH resend 7/7] mtd/st_smi: Add mtd support for smi Vipin Kumar
2012-12-06  8:02   ` Stefan Roese
2012-12-06  8:36     ` Vipin Kumar
2012-12-06  7:35 ` [U-Boot] [PATCH resend 0/7] mtd/st_smi: Add fixes for smi driver Stefan Roese
2012-12-06  8:19   ` Vipin Kumar
2012-12-06  8:32     ` Stefan Roese
2012-12-06  8:48       ` Vipin Kumar

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.1354774371.git.vipin.kumar@st.com \
    --to=vipin.kumar@st.com \
    --cc=u-boot@lists.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.