linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 00/11] UHS-I SDR-104 support for sh_mobile_sdhi
@ 2016-08-30 21:09 Simon Horman
  2016-08-30 21:09 ` [PATCH v5 01/11] mmc: tmio: enhance illegal sequence handling Simon Horman
                   ` (10 more replies)
  0 siblings, 11 replies; 23+ messages in thread
From: Simon Horman @ 2016-08-30 21:09 UTC (permalink / raw)
  To: Wolfram Sang, Ulf Hansson
  Cc: Magnus Damm, linux-mmc, linux-renesas-soc, Simon Horman

Hi,

this series is based on work by Ai Kyuse to add UHS-I SDR-104 support for
sh_mobile_sdhi. It builds on work by Shinobu Uehara, Rob Taylor, William
Towle and Ian Molton, Ben Hutchings, Wolfram Sang and others to add UHS-I
SDR-50 support to the same driver.

This series enables:
* UHS-I SDR-104 on the r8a7790/Lager where UHS-I SDR-50 is already enabled.
* Both UHS-1 SDR-50 and SDR-104 on the r8a7796/Salvator-X

It is based on the next branch of the mmc tree

The "mmc:" patches are targeted at the next branch of the mmc
tree. The "ARM:" and "arm64:" patches are targeted at the next branch of
the renesas tree.

To aid review the following git branches have been provided:
* topic/sdr104-v4 branch: This patchset
* topic/sdr104-v5+sdhi-dma-v3: This patchset merged with a rebase of
                               prototype DMA support for SDHI on R-Car Gen 3

Overview of changes since v4:
* Addressed review from Ulf Hansen
* Add Gen 3 support and enable on r8a7796/Salvator-X

TODO:
* Continue investigation of using saved tap values on resume
  from suspend

Please see http://elinux.org/Tests:SD-SDHI-SDR104 for indicative tests
results.

Ai Kyuse (3):
  mmc: tmio: enhance illegal sequence handling
  mmc: tmio: Add hw reset support
  mmc: tmio: Add tuning support

Simon Horman (7):
  mmc: tmio: document mandatory and optional callbacks
  mmc: sh_mobile_sdhi: Add tuning support
  ARM: dts: lager: Enable UHS-I SDR-104
  arm64: dts: r8a7795: remove unnecessary cap-mmc-highspeed property
  arm64: r8a7795: Set maximum frequencies for SDHI clocks
  arm64: dts: r8a7795: salvator-x: Enable UHS-I SDR-104
  arm64: defconfig: Enable SDHI and GPIO_REGULATOR

Wolfram Sang (1):
  arm64: dts: r8a7795: salvator: enable UHS for SDHI 0 & 3

 arch/arm/boot/dts/r8a7790-lager.dts                |   1 +
 arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts |  24 +-
 arch/arm64/boot/dts/renesas/r8a7795.dtsi           |   6 +-
 arch/arm64/configs/defconfig                       |   2 +
 drivers/mmc/host/sh_mobile_sdhi.c                  | 275 ++++++++++++++++++++-
 drivers/mmc/host/tmio_mmc.h                        |  15 +-
 drivers/mmc/host/tmio_mmc_pio.c                    |  85 ++++++-
 7 files changed, 396 insertions(+), 12 deletions(-)

-- 
2.7.0.rc3.207.g0ac5344

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

end of thread, other threads:[~2016-09-16 10:29 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-30 21:09 [PATCH v5 00/11] UHS-I SDR-104 support for sh_mobile_sdhi Simon Horman
2016-08-30 21:09 ` [PATCH v5 01/11] mmc: tmio: enhance illegal sequence handling Simon Horman
2016-08-30 21:09 ` [PATCH v5 02/11] mmc: tmio: document mandatory and optional callbacks Simon Horman
2016-08-30 21:09 ` [PATCH v5 03/11] mmc: tmio: Add hw reset support Simon Horman
2016-08-31  7:50   ` Ulf Hansson
2016-09-01  6:45     ` Simon Horman
2016-08-30 21:09 ` [PATCH v5 04/11] mmc: tmio: Add tuning support Simon Horman
2016-08-30 21:09 ` [PATCH v5 05/11] mmc: sh_mobile_sdhi: " Simon Horman
2016-08-30 21:09 ` [PATCH v5 06/11] ARM: dts: lager: Enable UHS-I SDR-104 Simon Horman
2016-08-30 21:09 ` [PATCH v5 07/11] arm64: dts: r8a7795: remove unnecessary cap-mmc-highspeed property Simon Horman
2016-09-01 14:32   ` Simon Horman
2016-09-16 10:29   ` Wolfram Sang
2016-08-30 21:09 ` [PATCH v5 08/11] arm64: r8a7795: Set maximum frequencies for SDHI clocks Simon Horman
2016-08-31  8:44   ` Wolfram Sang
2016-09-01 14:24     ` Simon Horman
2016-08-30 21:09 ` [PATCH v5 09/11] arm64: dts: r8a7795: salvator: enable UHS for SDHI 0 & 3 Simon Horman
2016-08-30 21:09 ` [PATCH v5 10/11] arm64: dts: r8a7795: salvator-x: Enable UHS-I SDR-104 Simon Horman
2016-09-01  7:23   ` Wolfram Sang
2016-09-01 14:25     ` Simon Horman
2016-09-01 14:29       ` Wolfram Sang
2016-09-01 14:37         ` Simon Horman
2016-08-30 21:09 ` [PATCH v5 11/11] arm64: defconfig: Enable SDHI and GPIO_REGULATOR Simon Horman
2016-09-01 14:33   ` Simon Horman

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).