Message ID | 20200710072013.177481-1-ebiggers@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | Inline crypto support on DragonBoard 845c | expand |
On Fri, 10 Jul 2020 00:20:07 -0700, Eric Biggers wrote: > This patchset implements UFS inline encryption support on the > DragonBoard 845c, using the Qualcomm Inline Crypto Engine (ICE) > that's present on the Snapdragon 845 SoC. > > This is based on top of scsi/5.9/scsi-queue, which contains the > ufshcd-crypto patches by Satya Tangirala. > > [...] Applied to 5.9/scsi-queue, thanks! [1/5] scsi: firmware: qcom_scm: Add support for programming inline crypto keys https://git.kernel.org/mkp/scsi/c/e10d24786adb [2/5] scsi: ufs-qcom: Name the dev_ref_clk_ctrl registers https://git.kernel.org/mkp/scsi/c/12700db4f9f7 [4/5] scsi: ufs: Add program_key() variant op https://git.kernel.org/mkp/scsi/c/a5fedfacb402 [5/5] scsi: ufs-qcom: Add Inline Crypto Engine support https://git.kernel.org/mkp/scsi/c/de9063fbd769
Hi Martin, On Wed, Jul 22, 2020 at 12:28:29AM -0400, Martin K. Petersen wrote: > On Fri, 10 Jul 2020 00:20:07 -0700, Eric Biggers wrote: > > > This patchset implements UFS inline encryption support on the > > DragonBoard 845c, using the Qualcomm Inline Crypto Engine (ICE) > > that's present on the Snapdragon 845 SoC. > > > > This is based on top of scsi/5.9/scsi-queue, which contains the > > ufshcd-crypto patches by Satya Tangirala. > > > > [...] > > Applied to 5.9/scsi-queue, thanks! > > [1/5] scsi: firmware: qcom_scm: Add support for programming inline crypto keys > https://git.kernel.org/mkp/scsi/c/e10d24786adb > [2/5] scsi: ufs-qcom: Name the dev_ref_clk_ctrl registers > https://git.kernel.org/mkp/scsi/c/12700db4f9f7 > [4/5] scsi: ufs: Add program_key() variant op > https://git.kernel.org/mkp/scsi/c/a5fedfacb402 > [5/5] scsi: ufs-qcom: Add Inline Crypto Engine support > https://git.kernel.org/mkp/scsi/c/de9063fbd769 Seems that something went wrong when you applied patch 5. It's supposed to add the file ufs-qcom-ice.c, but the committed version doesn't have that file. - Eric
Eric, > Seems that something went wrong when you applied patch 5. It's > supposed to add the file ufs-qcom-ice.c, but the committed version > doesn't have that file. Not sure what happened there, I recall it being a clean b4 am. I fixed it up. Sorry about that!