This patch set adds UHS support to the usdhi6rol0 driver, with control of the regulator and pin state settings. Changes since v4: - Add a fix patch to remove UHS capabilities that were announced without actual driver support. Changes since v3: - No error print for failure of mmc_regulator_set_vqmmc(). - Do not set UHS caps if the vqmmc regulator is missing. - No not set UHS caps if the no-1-8-v property is set. Changes since v2: - dt: renamed pins_uhs to state_uhs. - dt: made default optional in pinctrl-names. - dt: document that use of state_uhs also requires a default pin state. - add error handling for missing pin states. Changes since v1: - Use mmc_regulator_set_vqmmc(). Lars Persson (4): mmc: dt: usdhi6rol0: add optional pinctrl binding mmc: usdhi6rol0: do not announce UHS capabilities mmc: usdhi6rol0: add support for UHS modes mmc: usdhi6rol0: add pinctrl to set pin drive strength .../devicetree/bindings/mmc/usdhi6rol0.txt | 6 +++ drivers/mmc/host/usdhi6rol0.c | 60 +++++++++++++++++++++- 2 files changed, 65 insertions(+), 1 deletion(-) -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html