mbox series

[v2,0/4] crypto: qat - fixes and cleanups

Message ID 20210812081816.275405-1-giovanni.cabiddu@intel.com (mailing list archive)
Headers show
Series crypto: qat - fixes and cleanups | expand

Message

Cabiddu, Giovanni Aug. 12, 2021, 8:18 a.m. UTC
This is a rework of a set from Christophe JAILLET that implements a few
fixes and clean-ups in the QAT drivers with the addition of a related
patch.

This set removes the deprecated APIs pci_set_dma_mask() and
pci_set_consistent_dma_mask(), changes the DMA mask for QAT Gen2
devices, disables AER if an error occurs in the probe functions and
fixes a typo in the description of adf_disable_aer()

Changes from v1:
- Reworked patch #1 removing `else` related to 32 bits
- Reworked patch #1 to remove shadow return code
- Added patch to set DMA mask to 48 bits for QAT Gen2 devices

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

Giovanni Cabiddu (1):
  crypto: qat - set DMA mask to 48 bits for Gen2

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

Comments

Herbert Xu Aug. 21, 2021, 7:49 a.m. UTC | #1
On Thu, Aug 12, 2021 at 09:18:12AM +0100, Giovanni Cabiddu wrote:
> This is a rework of a set from Christophe JAILLET that implements a few
> fixes and clean-ups in the QAT drivers with the addition of a related
> patch.
> 
> This set removes the deprecated APIs pci_set_dma_mask() and
> pci_set_consistent_dma_mask(), changes the DMA mask for QAT Gen2
> devices, disables AER if an error occurs in the probe functions and
> fixes a typo in the description of adf_disable_aer()
> 
> Changes from v1:
> - Reworked patch #1 removing `else` related to 32 bits
> - Reworked patch #1 to remove shadow return code
> - Added patch to set DMA mask to 48 bits for QAT Gen2 devices
> 
> 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
> 
> Giovanni Cabiddu (1):
>   crypto: qat - set DMA mask to 48 bits for Gen2
> 
>  drivers/crypto/qat/qat_4xxx/adf_drv.c       | 14 ++++----------
>  drivers/crypto/qat/qat_c3xxx/adf_drv.c      | 21 ++++++++-------------
>  drivers/crypto/qat/qat_c3xxxvf/adf_drv.c    | 15 ++++-----------
>  drivers/crypto/qat/qat_c62x/adf_drv.c       | 21 ++++++++-------------
>  drivers/crypto/qat/qat_c62xvf/adf_drv.c     | 15 ++++-----------
>  drivers/crypto/qat/qat_common/adf_aer.c     |  2 +-
>  drivers/crypto/qat/qat_dh895xcc/adf_drv.c   | 21 ++++++++-------------
>  drivers/crypto/qat/qat_dh895xccvf/adf_drv.c | 15 ++++-----------
>  8 files changed, 41 insertions(+), 83 deletions(-)

All applied.  Thanks.