From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40851) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a2mST-0002Oj-CM for qemu-devel@nongnu.org; Sat, 28 Nov 2015 15:51:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a2mSQ-0007oW-61 for qemu-devel@nongnu.org; Sat, 28 Nov 2015 15:51:01 -0500 From: Peter Crosthwaite Date: Sat, 28 Nov 2015 12:50:39 -0800 Message-Id: Subject: [Qemu-devel] [PATCH v1 0/2] i.MX25 SD support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, jcd@tribudubois.net Cc: saipava@xilinx.com, qemu-block@nongnu.org, Peter Crosthwaite Hi Jean Christophe, This patch series adds support for SD on i.MX25. This is usable for the PDK board. P1 is a bugfix in SD that is needed. P2 adds the SD controller to the SoC. Regards, Peter Peter Crosthwaite (2): sd: sdhci: Delete over-zealous power check arm: fsl-imx25: Add SD support hw/arm/fsl-imx25.c | 26 ++++++++++++++++++++++++++ hw/sd/sdhci.c | 2 +- include/hw/arm/fsl-imx25.h | 9 +++++++++ 3 files changed, 36 insertions(+), 1 deletion(-) -- 1.9.1