From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58454) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRIwr-0005zT-6h for qemu-devel@nongnu.org; Thu, 04 Feb 2016 07:23:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRIwp-0008O9-20 for qemu-devel@nongnu.org; Thu, 04 Feb 2016 07:23:45 -0500 Received: from demumfd002.nsn-inter.net ([93.183.12.31]:54800) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRIwo-0008Lz-PP for qemu-devel@nongnu.org; Thu, 04 Feb 2016 07:23:42 -0500 From: marcin.krzeminski@nokia.com Date: Thu, 4 Feb 2016 13:23:15 +0100 Message-Id: <1454588606-14094-1-git-send-email-marcin.krzeminski@nokia.com> Subject: [Qemu-devel] [PATCH v2 00/11] Support for N25Q256/512 and AT25128/256 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: crosthwaitepeter@gmail.com, clg@fr.ibm.com, pawel.lenkow@itlen.com, marcin.krzeminski@nokia.com From: Marcin Krzeminski V2: - Removed support for mx66u51235 and s25fl512s from this series - Corrected/implemented dummy cycles - rebased to master Model was tested on u-boot and kernel using custom qemu machine. 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 | 290 +++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 279 insertions(+), 11 deletions(-) -- 2.5.0