From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kuninori Morimoto Subject: mmc: sh_mmcif: add PLL support Date: Tue, 21 Apr 2015 03:49:31 +0000 Message-ID: <87twwauoor.wl%kuninori.morimoto.gx@renesas.com> References: <873840a4ch.wl%kuninori.morimoto.gx@renesas.com> Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset="US-ASCII" Return-path: Received: from relmlor2.renesas.com ([210.160.252.172]:62015 "EHLO relmlie1.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751823AbbDUDtf (ORCPT ); Mon, 20 Apr 2015 23:49:35 -0400 In-Reply-To: <873840a4ch.wl%kuninori.morimoto.gx@renesas.com> Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: Ulf Hansson Cc: linux-mmc , Simon , Magnus , Laurent , kobayashi Hi Ulf These patches adds PLL support for sh_mmcif. Current sh_mmcif driver was used on Renesas SH-Mobile series, and it is also used on Renesas R-Car series. But, R-Car series has PLL which was not implemented on SH-Mobile. These patches are tested by Kobayashi-san on Lager board. Kuninori Morimoto (3): mmc: sh_mmcif: move mmcif_of_match to upside mmc: sh_mmcif: cleanup to use dev instead of &pdev->dev mmc: sh_mmcif: calculate best clock with PLL drivers/mmc/host/sh_mmcif.c | 124 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 99 insertions(+), 25 deletions(-) Best regards --- Kuninori Morimoto