Re: [PATCH 1/3] mmc: sunxi: add support for the MMC controller on H6

From: Ulf Hansson
Date: Wed May 02 2018 - 08:55:07 EST


On 26 April 2018 at 16:07, Icenowy Zheng <icenowy@xxxxxxx> wrote:
> The new Allwinner H6 SoC have 3 MMC controllers. The first and second
> ones are similar to the ones on A64, but the third one adds EMCE
> (Embedded Crypto Engine) support which does hardware transparent crypto
> on the eMMC.
>
> As we still do not have support for EMCE, and the support of it is
> disabled by defualt, we just duplicate the A64 mmc configurations and
> change the compatible string.
>
> Signed-off-by: Icenowy Zheng <icenowy@xxxxxxx>
> ---
> Documentation/devicetree/bindings/mmc/sunxi-mmc.txt | 2 ++

DT doc changes in separate patches please!

> drivers/mmc/host/sunxi-mmc.c | 16 ++++++++++++++++
> 2 files changed, 18 insertions(+)
>

Kind regards
Uffe