From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41391) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bGMeX-0001nU-2y for qemu-devel@nongnu.org; Fri, 24 Jun 2016 04:39:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bGMeT-0000Vf-14 for qemu-devel@nongnu.org; Fri, 24 Jun 2016 04:39:53 -0400 Received: from mail-am1on0104.outbound.protection.outlook.com ([157.56.112.104]:61984 helo=emea01-am1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bGMeS-0000UX-9T for qemu-devel@nongnu.org; Fri, 24 Jun 2016 04:39:48 -0400 From: Date: Fri, 24 Jun 2016 10:07:01 +0200 Message-ID: <1466755631-25201-1-git-send-email-marcin.krzeminski@nokia.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH v3 00/10] m25p80: Add new 512Mbit and 1Gbit devices List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: crosthwaitepeter@gmail.com, pawel.lenkow@itlen.com, rfsw-patches@mlist.emea.nsn-intra.net, peter.maydell@linaro.org, clg@fr.ibm.com, clg@kaod.org From: Marcin Krzeminski This series adds support for new flash devices. V3: * Add ReadMode handling in Dual/Quad readd for Spansion=20 * 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(-) --=20 2.7.4