qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 00/10] m25p80: Add new 512Mbit and 1Gbit devices
@ 2016-06-24  8:07 marcin.krzeminski
  2016-06-24  8:07 ` [Qemu-devel] [PATCH v3 01/10] m25p80: Replace JEDEC ID masking with function marcin.krzeminski
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: marcin.krzeminski @ 2016-06-24  8:07 UTC (permalink / raw)
  To: qemu-devel
  Cc: crosthwaitepeter, pawel.lenkow, rfsw-patches, peter.maydell, clg,
	clg

From: Marcin Krzeminski <marcin.krzeminski@nokia.com>

This series adds support for new flash devices.

V3:
* Add ReadMode handling in Dual/Quad readd for Spansion 
* Macronix/Spansion are tested with the same tests as real HW

V2:
* Move fast read command family handling to functions
* Fix broken Winbond support

Marcin Krzeminski (10):
  m25p80: Replace JEDEC ID masking with function.
  m25p80: Make a table for JEDEC ID.
  m25p80: Allow more than four banks.
  m25p80: Introduce COLLECTING_VAR_LEN_DATA state.
  m25p80: Add additional flash commands:
  m25p80: Introduce quad and equad modes.
  m25p80: Introduce configuration registers.
  m25p80: Fast read commands family changes.
  m25p80: New flash devices.
  m25p80: Fix WINBOND fast read command handling

 hw/block/m25p80.c | 398 +++++++++++++++++++++++++++++++++++++++++++++---------
 1 file changed, 331 insertions(+), 67 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2016-06-27 13:59 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-24  8:07 [Qemu-devel] [PATCH v3 00/10] m25p80: Add new 512Mbit and 1Gbit devices marcin.krzeminski
2016-06-24  8:07 ` [Qemu-devel] [PATCH v3 01/10] m25p80: Replace JEDEC ID masking with function marcin.krzeminski
2016-06-27 13:54   ` Peter Maydell
2016-06-24  8:07 ` [Qemu-devel] [PATCH v3 02/10] m25p80: Make a table for JEDEC ID marcin.krzeminski
2016-06-24  8:07 ` [Qemu-devel] [PATCH v3 03/10] m25p80: Allow more than four banks marcin.krzeminski
2016-06-24  8:07 ` [Qemu-devel] [PATCH v3 04/10] m25p80: Introduce COLLECTING_VAR_LEN_DATA state marcin.krzeminski
2016-06-24  8:07 ` [Qemu-devel] [PATCH v3 05/10] m25p80: Add additional flash commands: marcin.krzeminski
2016-06-24  8:07 ` [Qemu-devel] [PATCH v3 06/10] m25p80: Introduce quad and equad modes marcin.krzeminski
2016-06-24  8:07 ` [Qemu-devel] [PATCH v3 07/10] m25p80: Introduce configuration registers marcin.krzeminski
2016-06-24  8:07 ` [Qemu-devel] [PATCH v3 08/10] m25p80: Fast read commands family changes marcin.krzeminski
2016-06-24  8:07 ` [Qemu-devel] [PATCH v3 09/10] m25p80: New flash devices marcin.krzeminski
2016-06-24  8:07 ` [Qemu-devel] [PATCH v3 10/10] m25p80: Fix WINBOND fast read command handling marcin.krzeminski
2016-06-27 13:59 ` [Qemu-devel] [PATCH v3 00/10] m25p80: Add new 512Mbit and 1Gbit devices Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).