From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751365AbeEBMzD (ORCPT ); Wed, 2 May 2018 08:55:03 -0400 Received: from mail-it0-f68.google.com ([209.85.214.68]:36907 "EHLO mail-it0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751029AbeEBMy7 (ORCPT ); Wed, 2 May 2018 08:54:59 -0400 X-Google-Smtp-Source: AB8JxZq+43qdyS4Z29scK9nMZwbDeF2/5vja7e+DwVHxHF+Q43IRNCGF/SVcxd/4lTMNb5EsQSTC4t3riPiQUJamotY= MIME-Version: 1.0 In-Reply-To: <20180426140728.43155-2-icenowy@aosc.io> References: <20180426140728.43155-1-icenowy@aosc.io> <20180426140728.43155-2-icenowy@aosc.io> From: Ulf Hansson Date: Wed, 2 May 2018 14:54:58 +0200 Message-ID: Subject: Re: [PATCH 1/3] mmc: sunxi: add support for the MMC controller on H6 To: Icenowy Zheng Cc: Rob Herring , Maxime Ripard , Chen-Yu Tsai , "linux-mmc@vger.kernel.org" , devicetree@vger.kernel.org, Linux ARM , Linux Kernel Mailing List , linux-sunxi Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 26 April 2018 at 16:07, Icenowy Zheng 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 > --- > 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulf Hansson Subject: Re: [PATCH 1/3] mmc: sunxi: add support for the MMC controller on H6 Date: Wed, 2 May 2018 14:54:58 +0200 Message-ID: References: <20180426140728.43155-1-icenowy@aosc.io> <20180426140728.43155-2-icenowy@aosc.io> Reply-To: ulf.hansson-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Sender: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org In-Reply-To: <20180426140728.43155-2-icenowy-h8G6r0blFSE@public.gmane.org> List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: Icenowy Zheng Cc: Rob Herring , Maxime Ripard , Chen-Yu Tsai , "linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Linux ARM , Linux Kernel Mailing List , linux-sunxi List-Id: devicetree@vger.kernel.org On 26 April 2018 at 16:07, Icenowy Zheng 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 > --- > 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: ulf.hansson@linaro.org (Ulf Hansson) Date: Wed, 2 May 2018 14:54:58 +0200 Subject: [PATCH 1/3] mmc: sunxi: add support for the MMC controller on H6 In-Reply-To: <20180426140728.43155-2-icenowy@aosc.io> References: <20180426140728.43155-1-icenowy@aosc.io> <20180426140728.43155-2-icenowy@aosc.io> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 26 April 2018 at 16:07, Icenowy Zheng 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 > --- > 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