From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41066) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDBJg-0000ml-U9 for qemu-devel@nongnu.org; Wed, 15 Jun 2016 09:57:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bDBJd-0005rn-NM for qemu-devel@nongnu.org; Wed, 15 Jun 2016 09:57:12 -0400 Received: from mail-db3on0113.outbound.protection.outlook.com ([157.55.234.113]:43661 helo=emea01-db3-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDBJd-0005rP-8J for qemu-devel@nongnu.org; Wed, 15 Jun 2016 09:57:09 -0400 From: Date: Wed, 15 Jun 2016 15:41:02 +0200 Message-ID: <1465998071-7355-1-git-send-email-marcin.krzeminski@nokia.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH 0/9] 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 From: Marcin Krzeminski This series adds support for new flash devices. Marcin Krzeminski (9): 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. hw/block/m25p80.c | 335 ++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 286 insertions(+), 49 deletions(-) -- 2.7.4