All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv3 0/2] m25p80: QUAD read support + cleanup.
@ 2013-11-06 14:35 Sourav Poddar
  2013-11-06 14:35 ` [PATCH 1/2] drivers: mtd: m25p80: convert "bool" read check into an enum Sourav Poddar
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Sourav Poddar @ 2013-11-06 14:35 UTC (permalink / raw)
  To: computersforpeace; +Cc: marex, Sourav Poddar, linux-mtd, balbi, dedekind1

Patch series does the following:
1. Cleanup the m25p80 driver to convert bool check for
   read into an enum. This will help adding more read 
   commands into the driver easily.

2. Add quad read support for spansion and macronix flash devices.

Sourav Poddar (2):
  drivers: mtd: m25p80: convert "bool" read type into an enum
  drivers: mtd: m25p80: Add quad read support.

 drivers/mtd/devices/m25p80.c |  220 ++++++++++++++++++++++++++++++++++++++----
 1 files changed, 202 insertions(+), 18 deletions(-)

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

end of thread, other threads:[~2013-11-08 18:38 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-06 14:35 [PATCHv3 0/2] m25p80: QUAD read support + cleanup Sourav Poddar
2013-11-06 14:35 ` [PATCH 1/2] drivers: mtd: m25p80: convert "bool" read check into an enum Sourav Poddar
2013-11-06 20:24   ` Marek Vasut
2013-11-07  8:06     ` Brian Norris
2013-11-07  8:29       ` Sourav Poddar
2013-11-07 12:53       ` Marek Vasut
2013-11-08 18:06   ` Brian Norris
2013-11-08 18:28     ` Sourav Poddar
2013-11-06 14:35 ` [PATCHv3 2/2] drivers: mtd: m25p80: Add quad read support Sourav Poddar
2013-11-06 20:26   ` Marek Vasut
2013-11-07  9:01     ` Sourav Poddar
2013-11-08 18:37   ` Brian Norris
2013-11-07 18:29 ` [PATCHv3 0/2] m25p80: QUAD read support + cleanup Brian Norris
2013-11-08  4:24   ` Sourav Poddar
2013-11-08 12:47     ` Sourav Poddar

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.