From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43595) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDr3z-0006rc-Rj for qemu-devel@nongnu.org; Fri, 17 Jun 2016 06:31:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bDr3v-0002xI-QC for qemu-devel@nongnu.org; Fri, 17 Jun 2016 06:31:47 -0400 Received: from mail-db3on0105.outbound.protection.outlook.com ([157.55.234.105]:53966 helo=emea01-db3-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDr3v-0002x4-CC for qemu-devel@nongnu.org; Fri, 17 Jun 2016 06:31:43 -0400 From: Date: Fri, 17 Jun 2016 12:28:24 +0200 Message-ID: <1466159314-28597-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 v2 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. 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.c: Fix WINBOND fast read command handling hw/block/m25p80.c | 389 ++++++++++++++++++++++++++++++++++++++++++++------= ---- 1 file changed, 322 insertions(+), 67 deletions(-) --=20 2.7.4