All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] mmc: sh_mobile_sdhi: Add r7s72100 support
@ 2016-09-11 21:03 Chris Brandt
  2016-09-11 21:03 ` [PATCH v2 1/3] mmc: sh_mobile_sdhi: add ocr_mask option Chris Brandt
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Chris Brandt @ 2016-09-11 21:03 UTC (permalink / raw)
  To: Ulf Hansson, Wolfram Sang, Sergei Shtylyov, Geert Uytterhoeven
  Cc: Simon Horman, linux-mmc, linux-renesas-soc, Chris Brandt

For the most part, the SDHI controller in the RZ/A1 (r7s72100)
is the same as other Renesas SoC...except for the fact that the 
data port register was widened to 32-bits and the 16-bit accesses
in the current tmio driver aren't going to cut it.

Also, the tmio driver allows you to pass in what voltages you
support via the ocr_mask. For the RZ/A1, it's just simple 3.3v.
So, I added the ability to pass that when using DT.

Chris Brandt (3):
  mmc: sh_mobile_sdhi: add ocr_mask option
  mmc: tmio-mmc: add support for 32bit data port
  mmc: sh_mobile_sdhi: Add r7s72100 support

 Documentation/devicetree/bindings/mmc/tmio_mmc.txt |  1 +
 drivers/mmc/host/sh_mobile_sdhi.c                  |  9 ++++++
 drivers/mmc/host/tmio_mmc.h                        | 12 ++++++++
 drivers/mmc/host/tmio_mmc_pio.c                    | 35 ++++++++++++++++++++++
 include/linux/mfd/tmio.h                           |  5 ++++
 5 files changed, 62 insertions(+)

-- 
2.9.2

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

end of thread, other threads:[~2016-09-12 13:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-11 21:03 [PATCH v2 0/3] mmc: sh_mobile_sdhi: Add r7s72100 support Chris Brandt
2016-09-11 21:03 ` [PATCH v2 1/3] mmc: sh_mobile_sdhi: add ocr_mask option Chris Brandt
2016-09-11 21:03 ` [PATCH v2 2/3] mmc: tmio-mmc: add support for 32bit data port Chris Brandt
2016-09-12 10:59   ` Sergei Shtylyov
2016-09-12 13:06     ` Chris Brandt
2016-09-11 21:03 ` [PATCH v2 3/3] mmc: sh_mobile_sdhi: Add r7s72100 support Chris Brandt

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.