From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kuninori Morimoto Subject: [PATCH 0/10][RFC] mmc: tmio: fixup patches Date: Mon, 21 Jul 2014 22:30:37 -0700 (PDT) Message-ID: <87egxehsec.wl%kuninori.morimoto.gx@gmail.com> References: <87simtenpi.wl%kuninori.morimoto.gx@renesas.com> <87pphxe2q0.wl%kuninori.morimoto.gx@renesas.com> <53AD638C.5060907@renesas.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: In-Reply-To: <53AD638C.5060907@renesas.com> Sender: linux-sh-owner@vger.kernel.org To: Simon , Ian Molton , Chris Ball Cc: TOSHIAKI KOMATSU , NAOYA SHIIBA , Morimoto , Magnus , Linux-SH , "goda (Renesas)" , linux-mmc@vger.kernel.org, ryo.kataoka.wt@renesas.com, shinobu.uehara.xc@renesas.com, kouei.abe.cp@renesas.com List-Id: linux-mmc@vger.kernel.org Hi Chris, Simon These are fixup patches for mmc tmio/shmobile. I tesed these patches on my environment. I'm very happy if someone test these patches. These patches modify TMIO driver, but, basically it has no effect to non-Renesas chip. I CC:ed Ian who created original TMIO driver. Kuninori Morimoto (3): 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() Shinobu Uehara (6): mmc: sh_mobile_sdhi: Add EXT_ACC register busy check 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 | 27 +++++++++++++++++++--- drivers/mmc/host/tmio_mmc_dma.c | 8 +++---- drivers/mmc/host/tmio_mmc_pio.c | 39 +++++++++++++++++++++++++++++--- include/linux/mfd/tmio.h | 22 ++++++++++++++++++ include/linux/mmc/host.h | 3 +++ 8 files changed, 110 insertions(+), 18 deletions(-)