Re: [PATCH 3/3] crypto: qce: ice: Add support for Inline Crypto Engine

2018-10-29 Thread AnilKumar Chimata
Hi Rob, Thanks for the comments, On 2018-10-25 20:58, Theodore Y. Ts'o wrote: On Thu, Oct 25, 2018 at 09:55:48AM -0500, Rob Herring wrote: > +Introduction: > += > +Storage encryption has been one of the most required feature from security > +point of view. QTI based storage encry

Re: [PATCH 3/3] crypto: qce: ice: Add support for Inline Crypto Engine

2018-10-29 Thread AnilKumar Chimata
ote > to help improve the system] > > url: > https://github.com/0day-ci/linux/commits/AnilKumar-Chimata/firmware-qcom-scm-Update-qcom_scm_call-signature/20181018-182318 > base: > https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git > master > config: sh-

Re: [PATCH 2/3] dt-bindings: Add ICE device specific parameters

2018-10-29 Thread AnilKumar Chimata
Hi Rob, Thanks for the comments, On 2018-10-25 23:45, Rob Herring wrote: On Wed, Oct 17, 2018 at 08:47:55PM +0530, AnilKumar Chimata wrote: Add dt parameters information specific to the Inline Crypto Engine (ICE) device. Signed-off-by: AnilKumar Chimata --- .../devicetree/bindings/crypto

Re: [PATCH 3/3] crypto: qce: ice: Add support for Inline Crypto Engine

2018-10-24 Thread AnilKumar Chimata
Hi Randy, Thanks for your comments, On 2018-10-17 23:09, Randy Dunlap wrote: On 10/17/18 8:17 AM, AnilKumar Chimata wrote: This patch adds support for Inline Crypto Engine (ICE), which is embedded into storage device/controller such as UFS/eMMC. ICE is intended for high throughput

Re: [PATCH 3/3] crypto: qce: ice: Add support for Inline Crypto Engine

2018-10-24 Thread AnilKumar Chimata
Hi Theodore, Thanks for the comments, On 2018-10-17 22:34, Theodore Y. Ts'o wrote: First, thanks for the effort for working on getting the core ICE driver support into upstreamable patches. On Wed, Oct 17, 2018 at 08:47:56PM +0530, AnilKumar Chimata wrote: +2) Per File Encryption (PFE)

[PATCH 3/3] crypto: qce: ice: Add support for Inline Crypto Engine

2018-10-17 Thread AnilKumar Chimata
This patch adds support for Inline Crypto Engine (ICE), which is embedded into storage device/controller such as UFS/eMMC. ICE is intended for high throughput cryptographic encryption or decryption of storage data. Signed-off-by: AnilKumar Chimata --- Documentation/crypto/msm/ice.txt | 235

[PATCH 2/3] dt-bindings: Add ICE device specific parameters

2018-10-17 Thread AnilKumar Chimata
Add dt parameters information specific to the Inline Crypto Engine (ICE) device. Signed-off-by: AnilKumar Chimata --- .../devicetree/bindings/crypto/msm/ice.txt | 34 ++ 1 file changed, 34 insertions(+) create mode 100644 Documentation/devicetree/bindings/crypto/msm

[PATCH 1/3] firmware: qcom: scm: Update qcom_scm_call signature

2018-10-17 Thread AnilKumar Chimata
Add new syscall for ICE key config restore during device reset, which needs to update the existing qcom_scm_call() signature. Signed-off-by: AnilKumar Chimata --- drivers/firmware/qcom_scm-32.c | 30 +--- drivers/firmware/qcom_scm-64.c | 77

[PATCH 0/3] Add Inline Crypto Engine (ICE) driver

2018-10-17 Thread AnilKumar Chimata
rest will be posted. AnilKumar Chimata (3): firmware: qcom: scm: Update qcom_scm_call signature dt-bindings: Add ICE device specific parameters crypto: qce: ice: Add support for Inline Crypto Engine Documentation/crypto/msm/ice.txt | 235 +++ .../devicetree/bindings/crypto