From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?44Kr44Kq44CA44Of44Oz44CA44OS44Kn44OD44OX?= Subject: Re: [PATCH 0/10 v2] mmc: tmio: fixup patches Date: Thu, 31 Jul 2014 13:27:15 +0900 Message-ID: <53D9C5A3.8090908@jinso.co.jp> 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> <53D9A148.1000802@jinso.co.jp> <20140731023037.GC2558@verge.net.au> Reply-To: cm-hiep@jinso.co.jp Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from qecsay241.secure.ne.jp ([158.199.161.241]:49919 "HELO m119.secure.ne.jp" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with SMTP id S1751173AbaGaE1R (ORCPT ); Thu, 31 Jul 2014 00:27:17 -0400 In-Reply-To: <20140731023037.GC2558@verge.net.au> Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: Simon Horman Cc: Kuninori Morimoto , Chris Ball , Ian Molton , TOSHIAKI KOMATSU , NAOYA SHIIBA , Magnus , Linux-SH , "(Renesas)goda" , linux-mmc@vger.kernel.org, ryo.kataoka.wt@renesas.com, shinobu.uehara.xc@renesas.com, kouei.abe.cp@renesas.com Hi Simon-san On 07/31/2014 11:30 AM, Simon Horman wrote: > Hi Hiep-san, > > On Thu, Jul 31, 2014 at 10:52:08AM +0900, =E3=82=AB=E3=82=AA =E3=83=9F= =E3=83=B3 =E3=83=92=E3=82=A7=E3=83=83=E3=83=97 wrote: >> Hi Morimoto-san, Simon-san >> >> On 07/29/2014 05:42 PM, 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. >> I have just tested these series on Lager. if remove CONFIG_HIGHMEM f= rom >> config file, >> They are good at SDHI and MMC on my environment. > Could you provided a Tested-by tag? Tested-by: Nguyen Xuan Nui Reported-by: Hiep Cao Minh >>> 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 bl= ock 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(-) >>> >>> >>> >> Best regards, >> Cao Minh Hiep. >> >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-sh" = in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html >> > -- > To unsubscribe from this list: send the line "unsubscribe linux-sh" i= n > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > > From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?44Kr44Kq44CA44Of44Oz44CA44OS44Kn44OD44OX?= Date: Thu, 31 Jul 2014 04:27:15 +0000 Subject: Re: [PATCH 0/10 v2] mmc: tmio: fixup patches Message-Id: <53D9C5A3.8090908@jinso.co.jp> 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> <53D9A148.1000802@jinso.co.jp> <20140731023037.GC2558@verge.net.au> In-Reply-To: <20140731023037.GC2558@verge.net.au> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: Simon Horman Cc: Kuninori Morimoto , Chris Ball , Ian Molton , TOSHIAKI KOMATSU , NAOYA SHIIBA , Magnus , Linux-SH , "(Renesas)goda" , linux-mmc@vger.kernel.org, ryo.kataoka.wt@renesas.com, shinobu.uehara.xc@renesas.com, kouei.abe.cp@renesas.com Hi Simon-san On 07/31/2014 11:30 AM, Simon Horman wrote: > Hi Hiep-san, > > On Thu, Jul 31, 2014 at 10:52:08AM +0900, カオ ミン ヒェップ wrote: >> Hi Morimoto-san, Simon-san >> >> On 07/29/2014 05:42 PM, 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. >> I have just tested these series on Lager. if remove CONFIG_HIGHMEM from >> config file, >> They are good at SDHI and MMC on my environment. > Could you provided a Tested-by tag? Tested-by: Nguyen Xuan Nui Reported-by: Hiep Cao Minh >>> 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(-) >>> >>> >>> >> Best regards, >> Cao Minh Hiep. >> >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-sh" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html >> > -- > To unsubscribe from this list: send the line "unsubscribe linux-sh" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > >