crypto: s5p-sss - Remove useless hash interrupt handler
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Tue, 19 Apr 2016 13:44:12 +0000 (15:44 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 20 Apr 2016 09:50:07 +0000 (17:50 +0800)
commit5512442553bbe8d4fcdba3e17b30f187706384a7
treee439822973a596f48d048139e4b90b3085e56f29
parent07c8fccbf7fd6adf896db380c5a32c66a5b32aca
crypto: s5p-sss - Remove useless hash interrupt handler

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@samsung.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Documentation/devicetree/bindings/crypto/samsung-sss.txt
drivers/crypto/s5p-sss.c