From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Subject: Re: [PATCH 0/3 v6] mmc: sh_mmcif: add parent clk support Date: Mon, 25 May 2015 09:26:18 +0900 Message-ID: <20150525002618.GI19830@verge.net.au> References: <873840a4ch.wl%kuninori.morimoto.gx@renesas.com> <87617vpqy3.wl%kuninori.morimoto.gx@renesas.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from kirsty.vergenet.net ([202.4.237.240]:37953 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751100AbbEYA02 (ORCPT ); Sun, 24 May 2015 20:26:28 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: Ulf Hansson Cc: Kuninori Morimoto , linux-mmc , Magnus , Linux-SH , Laurent , Geert Uytterhoeven , kobayashi On Fri, May 22, 2015 at 04:01:06PM +0200, Ulf Hansson wrote: > On 14 May 2015 at 09:20, Kuninori Morimoto > wrote: > > > > Hi Ulf, Simon > > > > These patches are v6 of sh_mmcif clock support. > > > > 1) - 2) : cleanup patches > > 3) : v6 patch for clk > > 4) - 5) : DTS patch > > > > Simon > > > > 1) - 3) only : driver uses default clock > > 4) - 5) only : driver uses it, but it is updated to default clock > > 1) - 5) all : it uses new method > > > > so, you can check 4) - 5) without thinking about 1) - 3). > > > > Kuninori Morimoto (5): > > 1) mmc: sh_mmcif: add sh_mmcif_host_to_dev() macro and use it. > > 2) mmc: sh_mmcif: use sh_mmcif_xxx prefix for all functions > > 3) mmc: sh_mmcif: calculate best clock with parent clock > > 4) ARM: shmobile: r8a7790: add MMCIF max-frequency > > 5) ARM: shmobile: r8a7791: add MMCIF max-frequency > > > > Documentation/devicetree/bindings/mmc/renesas,mmcif.txt | 3 ++ > > arch/arm/boot/dts/r8a7790.dtsi | 2 + > > arch/arm/boot/dts/r8a7791.dtsi | 1 + > > drivers/mmc/host/sh_mmcif.c | 220 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------- > > 4 files changed, 161 insertions(+), 65 deletions(-) > > Thanks, applied patch 1->3. I leave 4->5 to Simon. Thanks Ulf. Morimoto-san, can I confirm that I should go ahead and queue up 4->5 ?