From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relmlor2.renesas.com ([210.160.252.172]:50772 "EHLO relmlie1.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754336AbcJNNO2 (ORCPT ); Fri, 14 Oct 2016 09:14:28 -0400 From: Chris Brandt To: Ulf Hansson , Wolfram Sang , Sergei Shtylyov , Geert Uytterhoeven CC: Simon Horman , "linux-mmc@vger.kernel.org" , "linux-renesas-soc@vger.kernel.org" Subject: RE: [PATCH v3 0/3] mmc: sh_mobile_sdhi: Add r7s72100 support Date: Fri, 14 Oct 2016 13:14:22 +0000 Message-ID: References: <20160912141507.6837-1-chris.brandt@renesas.com> In-Reply-To: <20160912141507.6837-1-chris.brandt@renesas.com> Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Sender: linux-renesas-soc-owner@vger.kernel.org List-ID: Hello. What ever happened to this series of patches? They didn't seem too outrageous, but they never got applied. Thank you. Chris On 9/12/2016, Chris Brandt wrote: > To: Ulf Hansson ; Wolfram Sang engineering.com>; Sergei Shtylyov ; > Geert Uytterhoeven > Cc: Simon Horman ; linux-mmc@vger.kernel.org; > linux-renesas-soc@vger.kernel.org; Chris Brandt > Subject: [PATCH v3 0/3] mmc: sh_mobile_sdhi: Add r7s72100 support >=20 > For the most part, the SDHI controller in the RZ/A1 (r7s72100) is the sam= e > as other Renesas SoC...except for the fact that the data port register wa= s > widened to 32-bits and the 16-bit accesses in the current tmio driver > aren't going to cut it. >=20 > Also, the tmio driver allows you to pass in what voltages you support via > the ocr_mask. For the RZ/A1, it's just simple 3.3v. > So, I added the ability to pass that when using DT. >=20 > Chris Brandt (3): > mmc: sh_mobile_sdhi: add ocr_mask option > mmc: tmio-mmc: add support for 32bit data port > mmc: sh_mobile_sdhi: Add r7s72100 support >=20 > Documentation/devicetree/bindings/mmc/tmio_mmc.txt | 1 + > drivers/mmc/host/sh_mobile_sdhi.c | 9 +++++++ > drivers/mmc/host/tmio_mmc.h | 12 +++++++++ > drivers/mmc/host/tmio_mmc_pio.c | 30 > ++++++++++++++++++++++ > include/linux/mfd/tmio.h | 5 ++++ > 5 files changed, 57 insertions(+) >=20 > -- > 2.9.2 >=20