From: Amit Virdi <amit.virdi@st.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V1 RESEND 00/12] mtd/SMI: Add support for ST SMI controller
Date: Mon, 7 May 2012 13:00:18 +0530 [thread overview]
Message-ID: <cover.1336375746.git.amit.virdi@st.com> (raw)
In the current u-boot, a driver exists for ST's SMI controller. However, the
driver is SPEAr specific. This patchset makes the driver more generic so that it
can be used across multiple platforms.
In the first commit, the driver is renamed to st_smi. In subsequent patches,
changes are introduced so as to make the driver generic.
This patchset is rebased on "next".
Amit Virdi (4):
st_smi: Return error in case TFF is not set
st_smi: Change SMI timeout values
st_smi: Enhance the error handling
st_smi: Change timeout loop implementation
Armando Visconti (4):
st_smi: Removed no needed dependency on ST_M25Pxx_ID
st_smi: Change the flash probing method
st_smi: Fix bug in flash_print_info()
st_smi: Fixed page size for Winbond W25Q128FV flash
Shiraz Hashim (1):
st_smi: Move status register read before modifying ctrl register
Vipin KUMAR (2):
st_smi: Add support for SPEAr SMI driver
st_smi: Read status until timeout happens
Vipin Kumar (1):
st_smi: Fix smi read status
drivers/mtd/Makefile | 2 +-
drivers/mtd/{spr_smi.c => st_smi.c} | 231 ++++++++++++--------
include/configs/spear-common.h | 6 +-
.../spr_smi.h => include/linux/mtd/st_smi.h | 10 +-
4 files changed, 150 insertions(+), 99 deletions(-)
rename drivers/mtd/{spr_smi.c => st_smi.c} (65%)
rename arch/arm/include/asm/arch-spear/spr_smi.h => include/linux/mtd/st_smi.h (95%)
--
1.7.2.2
next reply other threads:[~2012-05-07 7:30 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-07 7:30 Amit Virdi [this message]
2012-05-07 7:30 ` [U-Boot] [PATCH V1 RESEND 01/12] st_smi: Add support for SPEAr SMI driver Amit Virdi
2012-05-07 7:30 ` [U-Boot] [PATCH V1 RESEND 02/12] st_smi: Return error in case TFF is not set Amit Virdi
2012-05-07 7:30 ` [U-Boot] [PATCH V1 RESEND 03/12] st_smi: Change SMI timeout values Amit Virdi
2012-05-07 7:30 ` [U-Boot] [PATCH V1 RESEND 04/12] st_smi: Enhance the error handling Amit Virdi
2012-05-07 7:30 ` [U-Boot] [PATCH V1 RESEND 05/12] st_smi: Read status until timeout happens Amit Virdi
2012-05-07 7:30 ` [U-Boot] [PATCH V1 RESEND 06/12] st_smi: Move status register read before modifying ctrl register Amit Virdi
2012-05-07 7:30 ` [U-Boot] [PATCH V1 RESEND 07/12] st_smi: Fix smi read status Amit Virdi
2012-05-07 7:30 ` [U-Boot] [PATCH V1 RESEND 08/12] st_smi: Removed no needed dependency on ST_M25Pxx_ID Amit Virdi
2012-05-07 7:30 ` [U-Boot] [PATCH V1 RESEND 09/12] st_smi: Change the flash probing method Amit Virdi
2012-05-07 7:30 ` [U-Boot] [PATCH V1 RESEND 10/12] st_smi: Fix bug in flash_print_info() Amit Virdi
2012-05-07 7:30 ` [U-Boot] [PATCH V1 RESEND 11/12] st_smi: Change timeout loop implementation Amit Virdi
2012-05-07 7:30 ` [U-Boot] [PATCH V1 RESEND 12/12] st_smi: Fixed page size for Winbond W25Q128FV flash Amit Virdi
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.1336375746.git.amit.virdi@st.com \
--to=amit.virdi@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox