Re: [PATCH v5 6/6] crypto: qcom: Add ACPI support

2018-07-10 Thread Vinod
On 10-07-18, 11:27, Jeffrey Hugo wrote: > On 7/9/2018 12:19 AM, Vinod Koul wrote: > > From: Timur Tabi > > > > Add support for probing on ACPI systems, with ACPI HID QCOM8160. > > > > On ACPI systems, clocks are always enabled, the PRNG should > > already be enabled, and the register region is r

Re: [PATCH v5 6/6] crypto: qcom: Add ACPI support

2018-07-10 Thread Timur Tabi
On 7/10/18 12:27 PM, Jeffrey Hugo wrote: Add support for probing on ACPI systems, with ACPI HID QCOM8160. On ACPI systems, clocks are always enabled, the PRNG should already be enabled, and the register region is read-only. The driver only verifies that the hardware is already enabled never tri

Re: [PATCH v5 6/6] crypto: qcom: Add ACPI support

2018-07-10 Thread Jeffrey Hugo
On 7/9/2018 12:19 AM, Vinod Koul wrote: From: Timur Tabi Add support for probing on ACPI systems, with ACPI HID QCOM8160. On ACPI systems, clocks are always enabled, the PRNG should already be enabled, and the register region is read-only. The driver only verifies that the hardware is already

[PATCH v5 6/6] crypto: qcom: Add ACPI support

2018-07-08 Thread Vinod Koul
From: Timur Tabi Add support for probing on ACPI systems, with ACPI HID QCOM8160. On ACPI systems, clocks are always enabled, the PRNG should already be enabled, and the register region is read-only. The driver only verifies that the hardware is already enabled never tries to disable or configur