[PATCH v2 1/2] dt-bindings: rng: add bindings doc for Keystone SA HWRNG driver

2018-03-13 Thread Vitaly Andrianov
The Keystone SA module has a hardware random generator module. This commit adds binding doc for the KS2 SA HWRNG driver. Signed-off-by: Vitaly Andrianov Signed-off-by: Murali Karicheri Reviewed-by: Rob Herring --- Documentation/devicetree/bindings/rng/ks-sa-rng.txt | 21

[PATCH v2 0/2] Keystone2 HW random generator

2018-03-13 Thread Vitaly Andrianov
Keyston2 Security Accelerator has a hardware random generator sub-module. This series adds the driver for the sub-module. Changes in v2: - Changed subject prefix in 1/2 patch - renamed dts node Vitaly Andrianov (2): dt-bindings: rng: add bindings doc for Keystone SA HWRNG driver hw_random

[PATCH v2 2/2] hw_random: keystone2: add hw_random driver

2018-03-13 Thread Vitaly Andrianov
Keystone Security Accelerator module has a hardware random generator sub-module. This commit adds the driver for this sub-module. Signed-off-by: Vitaly Andrianov [t-kri...@ti.com: dropped one unnecessary dev_err message] Signed-off-by: Tero Kristo Signed-off-by: Murali Karicheri --- drivers

Re: [EXTERNAL] Re: what is a replacement for private_AES_set_encrypt_key and AES_encrypt functions

2018-03-13 Thread Vitaly Andrianov
On 03/12/2018 10:43 AM, Ard Biesheuvel wrote: On 12 March 2018 at 14:38, Vitaly Andrianov wrote: Hello, The Texas Instruments keystone2 out-of-tree kernel uses the private_AES_set_encrypt_key() and the AES_encrypt() at the crypto HW acceleration driver. The "crypto: arm/aes - replac

what is a replacement for private_AES_set_encrypt_key and AES_encrypt functions

2018-03-12 Thread Vitaly Andrianov
turn 0; } Which functions can I use to replace the removed ones in the above code? I'm very appreciate any advice. Sincerely, -Vitaly Andrianov

[PATCH 0/2] Keystone2 HW random generator

2018-03-01 Thread Vitaly Andrianov
Keyston2 Security Accelerator has a hardware random generator sub-module. This series adds the driver for the sub-module. Vitaly Andrianov (2): Documentation: dt: rng: add bindings doc for Keystone SA HWRNG driver hw_random: keystone2: add hw_random driver .../devicetree/bindings/rng/ks-sa

[PATCH 2/2] hw_random: keystone2: add hw_random driver

2018-03-01 Thread Vitaly Andrianov
Keystone Security Accelerator module has a hardware random generator sub-module. This commit adds the driver for this sub-module. Signed-off-by: Vitaly Andrianov [t-kri...@ti.com: dropped one unnecessary dev_err message] Signed-off-by: Tero Kristo Signed-off-by: Murali Karicheri --- drivers

[PATCH 1/2] Documentation: dt: rng: add bindings doc for Keystone SA HWRNG driver

2018-03-01 Thread Vitaly Andrianov
The Keystone SA module has a hardware random generator module. This commit adds binding doc for the KS2 SA HWRNG driver. Signed-off-by: Vitaly Andrianov Signed-off-by: Murali Karicheri --- Documentation/devicetree/bindings/rng/ks-sa-rng.txt | 21 + 1 file changed, 21