All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH resend 0/7] mtd/st_smi: Add fixes for smi driver
@ 2012-12-06  6:21 Vipin Kumar
  2012-12-06  6:21 ` [U-Boot] [PATCH resend 1/7] mtd/st_smi: Clear error flags while initiating a fresh write Vipin Kumar
                   ` (7 more replies)
  0 siblings, 8 replies; 21+ messages in thread
From: Vipin Kumar @ 2012-12-06  6:21 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2012-12-06  8:48 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-06  6:21 [U-Boot] [PATCH resend 0/7] mtd/st_smi: Add fixes for smi driver Vipin Kumar
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

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.