devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/7] UHS-I support for sh_mobile_sdhi
@ 2015-04-30 12:29 Ben Hutchings
  2015-04-30 12:31 ` [RFC PATCH 2/7] mmc: sh_mobile_sdhi: Add actual clock rate support Ben Hutchings
                   ` (5 more replies)
  0 siblings, 6 replies; 36+ messages in thread
From: Ben Hutchings @ 2015-04-30 12:29 UTC (permalink / raw)
  To: Ian Molton, linux-mmc; +Cc: linux-sh, devicetree, linux-kernel

This series adds support for UHS-I in sh_mobile_sdhi, partly implemented
in tmio_mmc.  This does not yet include tuning for SDR-104, but SDR-50
works.

The pfc block needs to be configured for 1.8V or 3.3V signalling on the
SDHI, separately from the external voltage regulator.  I've treated this
as an additional regulator that sh_mobile_sdhi has to adjust, but I'm
not entirely happy with this or the way it's represented in the DT.  I
would appreciate advice on how to improve that.

Ben.

Ben Dooks (1):
  ARM: shmobile: r8a7790-lager.dts: Set sdhi and mmcif clock rates

Ben Hutchings (4):
  mmc: tmio: Add UHS-I mode support
  pinctrl: sh-pfc: r8a7790: Add regulators for SD voltage switch
  ARM: shmobile: r8a7790: Add nodes for pfc SD voltage regulators
  mmc: sh_mobile_sdhi: Add UHS-I mode support

Shinobu Uehara (1):
  mmc: sh_mobile_sdhi: Add actual clock rate support

William Towle (1):
  ARM: shmobile: r8a7790-lager.dts: Assert UHS-I SDR-50 capability

 arch/arm/boot/dts/r8a7790-lager.dts  |   21 ++++
 arch/arm/boot/dts/r8a7790.dtsi       |   21 ++++
 drivers/mmc/host/sh_mobile_sdhi.c    |   62 +++++++++++
 drivers/mmc/host/tmio_mmc.h          |    3 +
 drivers/mmc/host/tmio_mmc_pio.c      |   31 ++++++
 drivers/pinctrl/sh-pfc/Kconfig       |    1 +
 drivers/pinctrl/sh-pfc/core.c        |    2 +-
 drivers/pinctrl/sh-pfc/core.h        |    1 +
 drivers/pinctrl/sh-pfc/pfc-r8a7790.c |  189 ++++++++++++++++++++++++++++++++++
 9 files changed, 330 insertions(+), 1 deletion(-)

-- 
1.7.10.4




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

end of thread, other threads:[~2015-05-11 14:58 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-30 12:29 [RFC PATCH 0/7] UHS-I support for sh_mobile_sdhi Ben Hutchings
2015-04-30 12:31 ` [RFC PATCH 2/7] mmc: sh_mobile_sdhi: Add actual clock rate support Ben Hutchings
2015-04-30 16:34   ` Sergei Shtylyov
     [not found]     ` <554259A0.9030307-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
2015-05-06  1:05       ` Ben Hutchings
2015-05-06  1:10         ` Ben Hutchings
2015-04-30 12:31 ` [RFC PATCH 3/7] pinctrl: sh-pfc: r8a7790: Add regulators for SD voltage switch Ben Hutchings
2015-05-05  7:52   ` Ulf Hansson
2015-05-06  1:12     ` Ben Hutchings
2015-04-30 12:31 ` [RFC PATCH 4/7] ARM: shmobile: r8a7790: Add nodes for pfc SD voltage regulators Ben Hutchings
2015-05-01  0:57   ` Simon Horman
2015-05-06  1:18     ` Ben Hutchings
     [not found]       ` <1430875082.4222.28.camel-2NU49sBE5Aze9VDwLV8dzJPsBRI6B4nW9dF7HbQ/qKg@public.gmane.org>
2015-05-07  4:33         ` Simon Horman
2015-04-30 12:32 ` [RFC PATCH 5/7] mmc: sh_mobile_sdhi: Add UHS-I mode support Ben Hutchings
2015-04-30 16:04   ` Sergei Shtylyov
     [not found]     ` <554252A1.6070302-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
2015-05-06  1:41       ` Ben Hutchings
2015-05-05  7:56   ` Ulf Hansson
2015-05-05  8:35     ` [Linux-kernel] " Ben Dooks
     [not found]       ` <554880C9.8080201-4yDnlxn2s6sWdaTGBSpHTA@public.gmane.org>
2015-05-05  8:47         ` Ulf Hansson
2015-05-06  1:38           ` Ben Hutchings
2015-05-06  8:44             ` Ulf Hansson
2015-05-06 13:49               ` Ben Hutchings
2015-05-11  8:54                 ` Ulf Hansson
2015-05-11 14:01                   ` Ben Hutchings
2015-05-11 14:58                     ` Ulf Hansson
2015-04-30 12:32 ` [RFC PATCH 6/7] ARM: shmobile: r8a7790-lager.dts: Set sdhi and mmcif clock rates Ben Hutchings
2015-04-30 16:06   ` Sergei Shtylyov
2015-05-06  1:44     ` Ben Hutchings
     [not found]   ` <1430397166.5802.45.camel-2NU49sBE5Aze9VDwLV8dzJPsBRI6B4nW9dF7HbQ/qKg@public.gmane.org>
2015-05-01  0:59     ` Simon Horman
     [not found]       ` <20150501005920.GH13754-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>
2015-05-06  1:46         ` Ben Hutchings
2015-05-07  4:29           ` Simon Horman
     [not found] ` <1430396995.5802.39.camel-2NU49sBE5Aze9VDwLV8dzJPsBRI6B4nW9dF7HbQ/qKg@public.gmane.org>
2015-04-30 12:30   ` [RFC PATCH 1/7] mmc: tmio: Add UHS-I mode support Ben Hutchings
2015-05-11  3:38     ` Kuninori Morimoto
     [not found]       ` <87egmn4wfo.wl%kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2015-05-11 14:04         ` Ben Hutchings
2015-05-11 14:10       ` Ben Hutchings
2015-04-30 12:33   ` [RFC PATCH 7/7] ARM: shmobile: r8a7790-lager.dts: Assert UHS-I SDR-50 capability Ben Hutchings
2015-04-30 16:08     ` Sergei Shtylyov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).