From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dong Aisheng Subject: Re: [PATCH v3 0/6] mmc: imx: a few fixes and new feature Date: Wed, 29 Jul 2015 17:10:28 +0800 Message-ID: <20150729091027.GC16916@shlinux1.ap.freescale.net> References: <1438160637-28061-1-git-send-email-haibo.chen@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Content-Disposition: inline In-Reply-To: <1438160637-28061-1-git-send-email-haibo.chen@freescale.com> Sender: linux-kernel-owner@vger.kernel.org To: Haibo Chen Cc: robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, shawnguo@kernel.org, kernel@pengutronix.de, linux@arm.linux.org.uk, ulf.hansson@linaro.org, aisheng.dong@freescale.com, johan.derycke@barco.com, fabio.estevam@freescale.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mmc@vger.kernel.org List-Id: devicetree@vger.kernel.org On Wed, Jul 29, 2015 at 05:03:51PM +0800, Haibo Chen wrote: > Changes for v3: > -Add property describe in binding doc. > > Haibo Chen (6): > mmc: sdhci-esdhc-imx: add imx7d support and support HS400 > mmc: sdhci-esdhc-imx: add tuning-step seting support > ARM: dts: imx7d-sdb: add eMMC5.0 support > mmc: sdhci-esdhc-imx: add compatible string in bingding doc > mmc: sdhci-esdhc-imx: config watermark level and burst length > mmc: sdhci-esdhc-imx: set back the burst_length_enable bit to 1 > Hi Haibo, I'm a little busy these days. Will help review it ASAP, maybe can do it tomorrow. Regards Dong Aisheng > .../devicetree/bindings/mmc/fsl-imx-esdhc.txt | 2 + > arch/arm/boot/dts/imx7d-sdb.dts | 13 +++ > drivers/mmc/host/sdhci-esdhc-imx.c | 97 +++++++++++++++++++++- > include/linux/platform_data/mmc-esdhc-imx.h | 1 + > 4 files changed, 112 insertions(+), 1 deletion(-) > > -- > 1.9.1 >