mbox series

[0/3] mmc: tmio_mmc: Add support for RZ/A2

Message ID 20181008162349.42957-1-chris.brandt@renesas.com (mailing list archive)
Headers show
Series mmc: tmio_mmc: Add support for RZ/A2 | expand

Message

Chris Brandt Oct. 8, 2018, 4:23 p.m. UTC
Basically the same HW block that was used in R-Car Gen 3 is used in
RZ/A2 (with only a couple small differences).

Not sure if you're going to like the Kconfig change or not.



Chris Brandt (3):
  clk: renesas: r7s9210: Add SDHI clocks
  mmc: renesas_sdhi_internal_dmac: Add R7S9210 support
  dt-bindings: mmc: tmio_mmc: Document Renesas R7S9210

 Documentation/devicetree/bindings/mmc/tmio_mmc.txt |  1 +
 drivers/clk/renesas/r7s9210-cpg-mssr.c             |  5 ++++
 drivers/mmc/host/Kconfig                           |  5 ++--
 drivers/mmc/host/renesas_sdhi_internal_dmac.c      | 28 ++++++++++++++++++++--
 4 files changed, 35 insertions(+), 4 deletions(-)