Message ID | 20201209044238.78659-1-ebiggers@kernel.org |
---|---|
Headers | show |
Series | eMMC inline encryption support | expand |
On Tue, 08 Dec 2020 20:42:36 -0800, Eric Biggers wrote: > From: Eric Biggers <ebiggers@google.com> > > Document the bindings for the registers and clock for the MMC instance > of the Inline Crypto Engine (ICE) on Snapdragon SoCs. These bindings > are needed in order for sdhci-msm to support inline encryption. > > Reviewed-by: Satya Tangirala <satyat@google.com> > Signed-off-by: Eric Biggers <ebiggers@google.com> > --- > Documentation/devicetree/bindings/mmc/sdhci-msm.txt | 3 +++ > 1 file changed, 3 insertions(+) > Acked-by: Rob Herring <robh@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<peng.zhou@mediatek.com> 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