From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Subject: Re: [PATCH 0/10 v2] mmc: tmio: fixup patches Date: Wed, 30 Jul 2014 09:45:28 +0900 Message-ID: <20140730004526.GD9561@verge.net.au> References: <87simtenpi.wl%kuninori.morimoto.gx@renesas.com> <87pphxe2q0.wl%kuninori.morimoto.gx@renesas.com> <53AD638C.5060907@renesas.com> <87egxehsec.wl%kuninori.morimoto.gx@gmail.com> <87mwbso8sp.wl%kuninori.morimoto.gx@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from kirsty.vergenet.net ([202.4.237.240]:59719 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750702AbaG3Ape (ORCPT ); Tue, 29 Jul 2014 20:45:34 -0400 Content-Disposition: inline In-Reply-To: <87mwbso8sp.wl%kuninori.morimoto.gx@gmail.com> Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: Kuninori Morimoto Cc: Chris Ball , Ian Molton , TOSHIAKI KOMATSU , NAOYA SHIIBA , Magnus , Linux-SH , goda , linux-mmc@vger.kernel.org, ryo.kataoka.wt@renesas.com, shinobu.uehara.xc@renesas.com, kouei.abe.cp@renesas.com, cm-hiep@jinso.co.jp On Tue, Jul 29, 2014 at 01:42:33AM -0700, Kuninori Morimoto wrote: > Hi Chris, Simon > > These are v2 of fixup patches for mmc tmio/shmobile. > I tesed these patches on my environment. > I'm very happy if someone test these patches. Acked-by: Simon Horman > > Kuninori Morimoto (4): > mmc: tmio: care about DMA tx/rx addr offset > mmc: tmio: remove Renesas specific #ifdef > mmc: tmio: remove SCLKEN bit setting from tmio_mmc_set_clock() > mmc: tmio: ensure that the clock has been stopped before set_clock > > Shinobu Uehara (6): > mmc: block: add block number limitation flag for multiple block read > mmc: tmio: clear error IRQ status > mmc: tmio: control multiple block transfer mode > mmc: tmio: add TMIO_MMC_SDIO_STATUS_QUIRK > mmc: tmio: check ILL_FUNC instead of CBSY > mmc: tmio: add actual clock support as option > > arch/arm/mach-shmobile/board-koelsch.c | 6 ++--- > arch/arm/mach-shmobile/board-lager.c | 4 ++-- > drivers/mmc/card/block.c | 19 +++++++++++++-- > drivers/mmc/host/sh_mobile_sdhi.c | 26 ++++++++++++++++++--- > drivers/mmc/host/tmio_mmc_dma.c | 8 +++---- > drivers/mmc/host/tmio_mmc_pio.c | 40 +++++++++++++++++++++++++++++--- > include/linux/mfd/tmio.h | 22 ++++++++++++++++++ > include/linux/mmc/host.h | 3 +++ > 8 files changed, 110 insertions(+), 18 deletions(-) > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Wed, 30 Jul 2014 00:45:28 +0000 Subject: Re: [PATCH 0/10 v2] mmc: tmio: fixup patches Message-Id: <20140730004526.GD9561@verge.net.au> List-Id: References: <87simtenpi.wl%kuninori.morimoto.gx@renesas.com> <87pphxe2q0.wl%kuninori.morimoto.gx@renesas.com> <53AD638C.5060907@renesas.com> <87egxehsec.wl%kuninori.morimoto.gx@gmail.com> <87mwbso8sp.wl%kuninori.morimoto.gx@gmail.com> In-Reply-To: <87mwbso8sp.wl%kuninori.morimoto.gx@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Kuninori Morimoto Cc: Chris Ball , Ian Molton , TOSHIAKI KOMATSU , NAOYA SHIIBA , Magnus , Linux-SH , goda , linux-mmc@vger.kernel.org, ryo.kataoka.wt@renesas.com, shinobu.uehara.xc@renesas.com, kouei.abe.cp@renesas.com, cm-hiep@jinso.co.jp On Tue, Jul 29, 2014 at 01:42:33AM -0700, Kuninori Morimoto wrote: > Hi Chris, Simon > > These are v2 of fixup patches for mmc tmio/shmobile. > I tesed these patches on my environment. > I'm very happy if someone test these patches. Acked-by: Simon Horman > > Kuninori Morimoto (4): > mmc: tmio: care about DMA tx/rx addr offset > mmc: tmio: remove Renesas specific #ifdef > mmc: tmio: remove SCLKEN bit setting from tmio_mmc_set_clock() > mmc: tmio: ensure that the clock has been stopped before set_clock > > Shinobu Uehara (6): > mmc: block: add block number limitation flag for multiple block read > mmc: tmio: clear error IRQ status > mmc: tmio: control multiple block transfer mode > mmc: tmio: add TMIO_MMC_SDIO_STATUS_QUIRK > mmc: tmio: check ILL_FUNC instead of CBSY > mmc: tmio: add actual clock support as option > > arch/arm/mach-shmobile/board-koelsch.c | 6 ++--- > arch/arm/mach-shmobile/board-lager.c | 4 ++-- > drivers/mmc/card/block.c | 19 +++++++++++++-- > drivers/mmc/host/sh_mobile_sdhi.c | 26 ++++++++++++++++++--- > drivers/mmc/host/tmio_mmc_dma.c | 8 +++---- > drivers/mmc/host/tmio_mmc_pio.c | 40 +++++++++++++++++++++++++++++--- > include/linux/mfd/tmio.h | 22 ++++++++++++++++++ > include/linux/mmc/host.h | 3 +++ > 8 files changed, 110 insertions(+), 18 deletions(-) >