2021-07-11 06:14:40

by Christophe JAILLET

[permalink] [raw]
Subject: [PATCH 0/3] crypto: qat - Fixes and clean-ups

The only link between these 3 patches are that they are all related to
'drivers/crypto/qat'.


Christophe JAILLET (3):
crypto: qat - Simplify code and axe the use of a deprecated API
crypto: qat - Disable AER if an error occurs in probe functions
crypto: qat - Fix a typo in a comment

drivers/crypto/qat/qat_4xxx/adf_drv.c | 8 ++------
drivers/crypto/qat/qat_c3xxx/adf_drv.c | 15 ++++++---------
drivers/crypto/qat/qat_c3xxxvf/adf_drv.c | 9 ++-------
drivers/crypto/qat/qat_c62x/adf_drv.c | 15 ++++++---------
drivers/crypto/qat/qat_c62xvf/adf_drv.c | 9 ++-------
drivers/crypto/qat/qat_common/adf_aer.c | 2 +-
drivers/crypto/qat/qat_dh895xcc/adf_drv.c | 15 ++++++---------
drivers/crypto/qat/qat_dh895xccvf/adf_drv.c | 9 ++-------
8 files changed, 27 insertions(+), 55 deletions(-)

--
2.30.2


2021-07-11 06:17:42

by Christophe JAILLET

[permalink] [raw]
Subject: [PATCH 3/3] crypto: qat - Fix a typo in a comment

s/Enable/Disable/ when describing 'adf_disable_aer()'

Signed-off-by: Christophe JAILLET <[email protected]>
---
drivers/crypto/qat/qat_common/adf_aer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/crypto/qat/qat_common/adf_aer.c b/drivers/crypto/qat/qat_common/adf_aer.c
index d2ae293d0df6..ed3e40bc56eb 100644
--- a/drivers/crypto/qat/qat_common/adf_aer.c
+++ b/drivers/crypto/qat/qat_common/adf_aer.c
@@ -194,7 +194,7 @@ int adf_enable_aer(struct adf_accel_dev *accel_dev)
EXPORT_SYMBOL_GPL(adf_enable_aer);

/**
- * adf_disable_aer() - Enable Advance Error Reporting for acceleration device
+ * adf_disable_aer() - Disable Advance Error Reporting for acceleration device
* @accel_dev: Pointer to acceleration device.
*
* Function disables PCI Advance Error Reporting for the
--
2.30.2

2021-07-12 11:08:43

by Andy Shevchenko

[permalink] [raw]
Subject: Re: [PATCH 0/3] crypto: qat - Fixes and clean-ups

On Sun, Jul 11, 2021 at 08:12:57AM +0200, Christophe JAILLET wrote:
> The only link between these 3 patches are that they are all related to
> 'drivers/crypto/qat'.

Entire series looks good after addressing comment against patch 1.
Feel free to add
Reviewed-by: Andy Shevchenko <[email protected]>

> Christophe JAILLET (3):
> crypto: qat - Simplify code and axe the use of a deprecated API
> crypto: qat - Disable AER if an error occurs in probe functions
> crypto: qat - Fix a typo in a comment
>
> drivers/crypto/qat/qat_4xxx/adf_drv.c | 8 ++------
> drivers/crypto/qat/qat_c3xxx/adf_drv.c | 15 ++++++---------
> drivers/crypto/qat/qat_c3xxxvf/adf_drv.c | 9 ++-------
> drivers/crypto/qat/qat_c62x/adf_drv.c | 15 ++++++---------
> drivers/crypto/qat/qat_c62xvf/adf_drv.c | 9 ++-------
> drivers/crypto/qat/qat_common/adf_aer.c | 2 +-
> drivers/crypto/qat/qat_dh895xcc/adf_drv.c | 15 ++++++---------
> drivers/crypto/qat/qat_dh895xccvf/adf_drv.c | 9 ++-------
> 8 files changed, 27 insertions(+), 55 deletions(-)
>
> --
> 2.30.2
>

--
With Best Regards,
Andy Shevchenko