From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8C694C2BB9A for ; Tue, 15 Dec 2020 17:53:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 54F6A22255 for ; Tue, 15 Dec 2020 17:53:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730522AbgLORxh (ORCPT ); Tue, 15 Dec 2020 12:53:37 -0500 Received: from mail.kernel.org ([198.145.29.99]:37868 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730154AbgLORxf (ORCPT ); Tue, 15 Dec 2020 12:53:35 -0500 Date: Tue, 15 Dec 2020 09:52:51 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1608054774; bh=hXPUuO6IQOjzr+sj64k3SZ3Y/yxjs2z8ZppnJqErAEY=; h=From:To:Cc:Subject:References:In-Reply-To:From; b=AiwUOOqvaALNAa9kg0a9Xkvn6d23jW8jD9fP+LVg2rXai4DOh4cO3mjtIZ0IOVVr7 6ov6RTxQKV5w3EfPaJ9jv3zxQuPWUFenCJimYmHh5q1+HsK6Rj9XLwfy6FUnv2KEi8 FliGXAEN5tD/Yf36A/5PRI2uevdO+kniLNZl//xdR2mXZGcZcOTnf/1iDSfCVAZwjU kRE/jkZHyAnnZMlzK3Ax92N/rltQZ+VOcKAEfTjtONe5No0igt14hYQVpVYG1ox1/w IE8+oTUiTcWFs+8VHBO62il6badS9NyKNETNe+d9L3bdyxDubAaqvQyA8qPTIyir4y aQ7iAiSlzMTVA== From: Eric Biggers To: "Peng.Zhou" Cc: linux-mmc@vger.kernel.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-fscrypt@vger.kernel.org, Satya Tangirala , Ulf Hansson , Andy Gross , Bjorn Andersson , Adrian Hunter , Asutosh Das , Rob Herring , Neeraj Soni , Barani Muthukumaran , Stanley Chu , Konrad Dybcio Subject: Re: [PATCH v3 0/9] eMMC inline encryption support Message-ID: References: <20201209044238.78659-1-ebiggers@kernel.org> <1608019654.31445.8.camel@mbjsdccf07> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1608019654.31445.8.camel@mbjsdccf07> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Dec 15, 2020 at 04:07:34PM +0800, Peng.Zhou wrote: > > > I had verified this patchset in MT6853 (A 5G mobile smartphone platform > of Mediatek which meets eMMC v5.2 specification) and they work normally > in Android environment. > Reviewed and Tested by: Peng Zhou Thanks Peng. Is your Reviewed-and-tested-by for the whole patchset, or just for patches 1-5? Patches 6-9 only affect Qualcomm hardware. Also, were many changes to mtk-sd.c required to get the crypto support working on your hardware, or was it just a matter of making a SMC call and setting the crypto capability flag, like it was for ufs-mediatek (commit 46426552e74f)? If you could send your patch for mtk-sd.c on top of this patchset, that would be helpful for people to see. - Eric