Re: [PATCH 2/2] crypto: s5p-sss - Remove useless hash interrupt handler

From: Vladimir Zapolskiy
Date: Wed Apr 20 2016 - 06:04:18 EST


On 19.04.2016 16:44, Krzysztof Kozlowski wrote:
> Beside regular feed control interrupt, the driver requires also hash
> interrupt for older SoCs (samsung,s5pv210-secss). However after
> requesting it, the interrupt handler isn't doing anything with it, not
> even clearing the hash interrupt bit.
>
> Driver does not provide hash functions so it is safe to remove the hash
> interrupt related code and to not require the interrupt in Device Tree.
>
> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@xxxxxxxxxxx>

Thank you for the change.

Acked-by: Vladimir Zapolskiy <vz@xxxxxxxxx>

> ---
> .../devicetree/bindings/crypto/samsung-sss.txt | 6 ++--
> drivers/crypto/s5p-sss.c | 34 ++++------------------
> 2 files changed, 8 insertions(+), 32 deletions(-)
>

---
With best wishes,
Vladimir