From: marcin.krzeminski@nokia.com
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org, crosthwaitepeter@gmail.com,
clg@fr.ibm.com, pawel.lenkow@itlen.com,
rfsw-patches@mlist.nsn-inter.net
Subject: [Qemu-devel] [PATCH v6 00/11] Support for N25Q256/512 and AT25128/256
Date: Wed, 23 Mar 2016 08:56:18 +0100 [thread overview]
Message-ID: <1458719789-29868-1-git-send-email-marcin.krzeminski@nokia.com> (raw)
From: Marcin Krzeminski <marcin.krzeminski@nokia.com>
V6: Currected VMSTATE entries to proper handle migration
(*_V fields are used)
V5: Changes after review
- Macrofication of registers values
- Numonyx is default value in switch for fast read family
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 commands
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 | 330 ++++++++++++++++++++++++++++++++++++++++++++++++++----
1 file changed, 311 insertions(+), 19 deletions(-)
--
2.5.0
next reply other threads:[~2016-03-23 7:56 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-23 7:56 marcin.krzeminski [this message]
2016-03-23 7:56 ` [Qemu-devel] [PATCH v6 01/11] block: m25p80: Removed unused variable marcin.krzeminski
2016-03-23 7:56 ` [Qemu-devel] [PATCH v6 02/11] block: m25p80: RESET_ENABLE and RESET_MEMORY commands marcin.krzeminski
2016-03-23 7:56 ` [Qemu-devel] [PATCH v6 03/11] block: m25p80: Widen flags variable marcin.krzeminski
2016-03-23 7:56 ` [Qemu-devel] [PATCH v6 04/11] block: m25p80: Extend address mode marcin.krzeminski
2016-03-23 7:56 ` [Qemu-devel] [PATCH v6 05/11] block: m25p80: 4byte " marcin.krzeminski
2016-03-23 7:56 ` [Qemu-devel] [PATCH v6 06/11] block: m25p80: Add configuration registers marcin.krzeminski
2016-03-23 7:56 ` [Qemu-devel] [PATCH v6 07/11] block: m25p80: Dummy cycles for N25Q256/512 marcin.krzeminski
2016-03-23 7:56 ` [Qemu-devel] [PATCH v6 08/11] block: m25p80: Fast read and 4bytes commands marcin.krzeminski
2016-03-23 7:56 ` [Qemu-devel] [PATCH v6 09/11] block: m25p80: Implemented FSR register marcin.krzeminski
2016-03-23 7:56 ` [Qemu-devel] [PATCH v6 10/11] block: m25p80: n25q256a/n25q512a models marcin.krzeminski
2016-03-23 7:56 ` [Qemu-devel] [PATCH v6 11/11] block: m25p80: at25128a/at25256a models marcin.krzeminski
2016-03-24 16:29 ` [Qemu-devel] [PATCH v6 00/11] Support for N25Q256/512 and AT25128/256 Peter Maydell
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=1458719789-29868-1-git-send-email-marcin.krzeminski@nokia.com \
--to=marcin.krzeminski@nokia.com \
--cc=clg@fr.ibm.com \
--cc=crosthwaitepeter@gmail.com \
--cc=pawel.lenkow@itlen.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=rfsw-patches@mlist.nsn-inter.net \
/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;
as well as URLs for NNTP newsgroup(s).