From patchwork Thu Jan 16 10:14:35 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gilad Ben-Yossef X-Patchwork-Id: 198220 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 37028C33CB1 for ; Thu, 16 Jan 2020 10:14:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 128A4206B7 for ; Thu, 16 Jan 2020 10:14:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726889AbgAPKO6 (ORCPT ); Thu, 16 Jan 2020 05:14:58 -0500 Received: from foss.arm.com ([217.140.110.172]:47436 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726832AbgAPKO6 (ORCPT ); Thu, 16 Jan 2020 05:14:58 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id E58CA31B; Thu, 16 Jan 2020 02:14:57 -0800 (PST) Received: from e110176-lin.arm.com (unknown [10.50.4.173]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 8AC273F534; Thu, 16 Jan 2020 02:14:56 -0800 (PST) From: Gilad Ben-Yossef To: Herbert Xu , "David S. Miller" Cc: Ofir Drang , Hadar Gat , linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 00/11] crypto: ccree - fixes and cleanups Date: Thu, 16 Jan 2020 12:14:35 +0200 Message-Id: <20200116101447.20374-1-gilad@benyossef.com> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org A bunch of fixes and code cleanups for the ccree driver Gilad Ben-Yossef (8): crypto: ccree - fix AEAD decrypt auth fail crypto: ccree - turn errors to debug msgs crypto: ccree - fix pm wrongful error reporting crypto: ccree - cc_do_send_request() is void func crypto: ccree - fix PM race condition crypto: ccree - split overloaded usage of irq field crypto: ccree - make cc_pm_put_suspend() void crypto: ccree - erase unneeded inline funcs Hadar Gat (2): crypto: ccree: fix typos in error msgs crypto: ccree: fix typo in comment Ofir Drang (1): crypto: ccree - fix FDE descriptor sequence drivers/crypto/ccree/cc_aead.c | 22 +++---- drivers/crypto/ccree/cc_cipher.c | 54 ++++++++++++++-- drivers/crypto/ccree/cc_driver.c | 16 ++--- drivers/crypto/ccree/cc_driver.h | 5 +- drivers/crypto/ccree/cc_pm.c | 37 +++-------- drivers/crypto/ccree/cc_pm.h | 17 +---- drivers/crypto/ccree/cc_request_mgr.c | 90 ++++----------------------- drivers/crypto/ccree/cc_request_mgr.h | 8 --- 8 files changed, 93 insertions(+), 156 deletions(-)