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(-) -- 2.31.1