All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH 4/4] mmc: SDHI: update sh_mobile_sdhi_of_data for r8a7790
@ 2014-04-03 15:01 Ben Dooks
  2014-04-04  0:38 ` Kuninori Morimoto
  0 siblings, 1 reply; 4+ messages in thread
From: Ben Dooks @ 2014-04-03 15:01 UTC (permalink / raw)
  To: Linux MMC List, Kuninori Morimoto, linux-kernel, Rob Taylor,
	William Towle

We tested this patch with our current kernel, and have a question
about the addition of the of_rcar_gen2_compatible area.

+static const struct sh_mobile_sdhi_of_data of_rcar_gen2_compatible = {
+       .tmio_flags     = TMIO_MMC_HAS_IDLE_WAIT | 
TMIO_MMC_WRPROTECT_DISABLE,
+       .capabilities   = MMC_CAP_SD_HIGHSPEED | MMC_CAP_SDIO_IRQ,
+       .capabilities2  = MMC_CAP2_NO_MULTI_READ,
+};

We have been doing some speed tests and this is causing an order
of magnitude speed loss with a number of cards. We're seeing 
1.2-1.6MB/sec instead of 10+MB/sec we would expect from a Class 10
or UHS-1 card.

Is there any reason to stop using the MULTI_READ as the system seems
to work without MMC_CAP2_NO_MULTI_READ.

Also, this series does not seem to be in any of the git trees I
would expect. Does it need re-sending?

-- 
Ben Dooks				http://www.codethink.co.uk/
Senior Engineer				Codethink - Providing Genius

^ permalink raw reply	[flat|nested] 4+ messages in thread
* mmc: sh_mobile_sdhi: DT update for R-Car
@ 2014-01-28  4:44 Kuninori Morimoto
  2014-01-31  5:30 ` Kuninori Morimoto
  0 siblings, 1 reply; 4+ messages in thread
From: Kuninori Morimoto @ 2014-01-28  4:44 UTC (permalink / raw)
  To: Simon, Chris Ball; +Cc: Magnus, Linux-SH, Kuninori Morimoto, linux-mmc


Hi Chris

These patches updates code for R-Car.
Basically, these clarifies chip dependent settings
inside driver, and, removed unneeded settings from dtsi file.
These are based on latest linus/master branch
(ba635f8cd20ebc7bddf1eb8e1f4eae28a034e916)

Kuninori Morimoto (4):
      mmc: SDHI: tidyup sh_mobile_sdhi_of_match position
      mmc: SDHI: updata sh_mobile_sdhi_of_data for r8a7778
      mmc: SDHI: updata sh_mobile_sdhi_of_data for r8a7779
      mmc: SDHI: updata sh_mobile_sdhi_of_data for r8a7790

 arch/arm/boot/dts/r8a7778-bockw-reference.dts |    4 ++-
 arch/arm/boot/dts/r8a7778.dtsi                |    6 ----
 arch/arm/boot/dts/r8a7779.dtsi                |    8 -----
 arch/arm/boot/dts/r8a7790.dtsi                |    4 ---
 drivers/mmc/host/sh_mobile_sdhi.c             |   41 +++++++++++++++++--------
 5 files changed, 31 insertions(+), 32 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-04-04  0:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-03 15:01 [PATCH 4/4] mmc: SDHI: update sh_mobile_sdhi_of_data for r8a7790 Ben Dooks
2014-04-04  0:38 ` Kuninori Morimoto
  -- strict thread matches above, loose matches on Subject: below --
2014-01-28  4:44 mmc: sh_mobile_sdhi: DT update for R-Car Kuninori Morimoto
2014-01-31  5:30 ` Kuninori Morimoto
2014-01-31  5:32   ` [PATCH 4/4] mmc: SDHI: update sh_mobile_sdhi_of_data for r8a7790 Kuninori Morimoto
2014-01-31  5:32     ` Kuninori Morimoto

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.