1. 26 7月, 2019 2 次提交
  2. 06 6月, 2019 3 次提交
  3. 20 7月, 2018 1 次提交
  4. 09 7月, 2018 13 次提交
  5. 22 6月, 2018 7 次提交
  6. 27 5月, 2018 6 次提交
  7. 31 3月, 2018 4 次提交
  8. 23 3月, 2018 1 次提交
  9. 09 3月, 2018 2 次提交
  10. 22 2月, 2018 1 次提交
    • A
      crypto: inside-secure - keep the requests push/pop synced · f7268c53
      Antoine Tenart 提交于
      This patch updates the Inside Secure SafeXcel driver to avoid being
      out-of-sync between the number of requests sent and the one being
      completed.
      
      The number of requests acknowledged by the driver can be different than
      the threshold that was configured if new requests were being pushed to
      the h/w in the meantime. The driver wasn't taking those into account,
      and the number of remaining requests to handled (to reconfigure the
      interrupt threshold) could be out-of sync.
      
      This patch fixes it by not taking in account the number of requests
      left, but by taking in account the total number of requests being sent
      to the hardware, so that new requests are being taken into account.
      
      Fixes: dc7e28a3 ("crypto: inside-secure - dequeue all requests at once")
      Suggested-by: NOfer Heifetz <oferh@marvell.com>
      Signed-off-by: NAntoine Tenart <antoine.tenart@bootlin.com>
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      f7268c53