From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Brandt Subject: [PATCH v3 0/3] mmc: sh_mobile_sdhi: fix missing r7s72100 clocks Date: Wed, 18 Jan 2017 12:24:59 -0500 Message-ID: <20170118172502.13876-1-chris.brandt@renesas.com> Return-path: Sender: linux-mmc-owner@vger.kernel.org To: Ulf Hansson , Rob Herring , Mark Rutland , Simon Horman , Wolfram Sang , Geert Uytterhoeven Cc: devicetree@vger.kernel.org, linux-mmc@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Chris Brandt List-Id: devicetree@vger.kernel.org At first this started out as a simple typo fix, until I realized that the SDHI in the RZ/A1 has 2 clocks per channel and both need to be turned on/off. This patch series adds the ability to specify 2 clocks instead of just 1, and does so for the RZ/A1 r7s72100. This patch has been tested on an RZ/A1 RSK board. Card detect works fine as well as bind/unbind. Chris Brandt (3): mmc: sh_mobile_sdhi: add support for 2 clocks mmc: sh_mobile_sdhi: explain clock bindings ARM: dts: r7s72100: update sdhi clock bindings Documentation/devicetree/bindings/mmc/tmio_mmc.txt | 21 +++++++++++++++++++++ arch/arm/boot/dts/r7s72100.dtsi | 17 ++++++++++++----- drivers/mmc/host/sh_mobile_sdhi.c | 13 +++++++++++++ include/dt-bindings/clock/r7s72100-clock.h | 6 ++++-- 4 files changed, 50 insertions(+), 7 deletions(-) -- 2.10.1