qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 00/11] Support for N25Q256/512 and AT25128/256
@ 2016-02-22  8:03 marcin.krzeminski
  2016-02-22  8:03 ` [Qemu-devel] [PATCH v4 01/11] block: m25p80: Removed unused variable marcin.krzeminski
                   ` (10 more replies)
  0 siblings, 11 replies; 23+ messages in thread
From: marcin.krzeminski @ 2016-02-22  8:03 UTC (permalink / raw)
  To: qemu-devel; +Cc: crosthwaitepeter, clg, pawel.lenkow, marcin.krzeminski

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

V4:
- Fixed RNVCR command (needed bytes set to 2 instead of 1)
- Config registers are configured only for micron flash devices
- Move config registers initialization to reset_memory function
- Removed clearing reset_enable flag when chip was selcted by CS signal
V3:
- Checkpatch run on patches
- Renamed function
V2:
- Removed support for mx66u51235 and s25fl512s from this series
- Corrected/implemented dummy cycles
- rebased to master

Marcin Krzeminski (11):
  block: m25p80: Removed unused variable
  block: m25p80: RESET_ENABLE and RESET_MEMORY commnads
  block: m25p80: Widen flags variable
  block: m25p80: Extend address mode
  block: m25p80: 4byte address mode
  block: m25p80: Add configuration registers
  block: m25p80: Dummy cycles for N25Q256/512
  block: m25p80: Fast read and 4bytes commands
  block: m25p80: Implemented FSR register
  block: m25p80: n25q256a/n25q512a models
  block: m25p80: at25128a/at25256a models

 hw/block/m25p80.c | 292 ++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 281 insertions(+), 11 deletions(-)

-- 
2.5.0

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

end of thread, other threads:[~2016-03-18 13:00 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-22  8:03 [Qemu-devel] [PATCH v4 00/11] Support for N25Q256/512 and AT25128/256 marcin.krzeminski
2016-02-22  8:03 ` [Qemu-devel] [PATCH v4 01/11] block: m25p80: Removed unused variable marcin.krzeminski
2016-02-22  8:03 ` [Qemu-devel] [PATCH v4 02/11] block: m25p80: RESET_ENABLE and RESET_MEMORY commnads marcin.krzeminski
2016-03-17 17:42   ` Peter Crosthwaite
2016-03-17 21:54     ` [Qemu-devel] ODP: " Krzeminski, Marcin (Nokia - PL/Wroclaw)
2016-02-22  8:03 ` [Qemu-devel] [PATCH v4 03/11] block: m25p80: Widen flags variable marcin.krzeminski
2016-02-22  8:03 ` [Qemu-devel] [PATCH v4 04/11] block: m25p80: Extend address mode marcin.krzeminski
2016-02-22  8:03 ` [Qemu-devel] [PATCH v4 05/11] block: m25p80: 4byte " marcin.krzeminski
2016-03-17 17:27   ` Peter Crosthwaite
2016-03-18 13:00     ` Krzeminski, Marcin (Nokia - PL/Wroclaw)
2016-02-22  8:03 ` [Qemu-devel] [PATCH v4 06/11] block: m25p80: Add configuration registers marcin.krzeminski
2016-03-17 17:24   ` Peter Crosthwaite
2016-03-17 21:46     ` [Qemu-devel] ODP: " Krzeminski, Marcin (Nokia - PL/Wroclaw)
2016-02-22  8:03 ` [Qemu-devel] [PATCH v4 07/11] block: m25p80: Dummy cycles for N25Q256/512 marcin.krzeminski
2016-03-17 17:30   ` Peter Crosthwaite
2016-02-22  8:03 ` [Qemu-devel] [PATCH v4 08/11] block: m25p80: Fast read and 4bytes commands marcin.krzeminski
2016-03-17 17:35   ` Peter Crosthwaite
2016-02-22  8:03 ` [Qemu-devel] [PATCH v4 09/11] block: m25p80: Implemented FSR register marcin.krzeminski
2016-03-17 17:37   ` Peter Crosthwaite
2016-02-22  8:03 ` [Qemu-devel] [PATCH v4 10/11] block: m25p80: n25q256a/n25q512a models marcin.krzeminski
2016-02-22  8:03 ` [Qemu-devel] [PATCH v4 11/11] block: m25p80: at25128a/at25256a models marcin.krzeminski
2016-03-17 17:39   ` Peter Crosthwaite
2016-03-17 21:51     ` [Qemu-devel] ODP: " Krzeminski, Marcin (Nokia - PL/Wroclaw)

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).