commit | 1bd2cd6bc6ad8b582046818189766f109687b3fe | [log] [tgz] |
---|---|---|
author | Michael van der Westhuizen <michael@smart-africa.com> | Fri Jun 19 15:55:51 2015 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sun Jun 21 19:59:22 2015 +0800 |
tree | f05d61943c9772419972327287b620873024b885 | |
parent | 8000112cedb8743bad67997a96dc94877a36ce0f [diff] |
crypto: picoxcell - Update to the current clk API The picoXcell hardware crypto accelerator driver was using an older version of the clk framework, and not (un)preparing the clock before enabling/disabling it. This change uses the handy clk_prepare_enable function to interact with the current clk framework correctly. Signed-off-by: Michael van der Westhuizen <michael@smart-africa.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>