mbox series

[RESEND,0/2] crypto: qat - replace DIDs macros

Message ID 20200909105940.203532-1-giovanni.cabiddu@intel.com (mailing list archive)
Headers show
Series crypto: qat - replace DIDs macros | expand

Message

Cabiddu, Giovanni Sept. 9, 2020, 10:59 a.m. UTC
Resending patches 4 and 5 from the series "vfio/pci: add denylist and
disable qat" that didn't get apply.

This set replaces the device IDs defined in the qat drivers with the ones
in linux/pci_ids.h and replaces the custom ADF_SYSTEM_DEVICE macro with
PCI_VDEVICE.

Giovanni Cabiddu (2):
  crypto: qat - replace device ids defines
  crypto: qat - use PCI_VDEVICE

 drivers/crypto/qat/qat_c3xxx/adf_drv.c            | 11 ++++-------
 drivers/crypto/qat/qat_c3xxxvf/adf_drv.c          | 11 ++++-------
 drivers/crypto/qat/qat_c62x/adf_drv.c             | 11 ++++-------
 drivers/crypto/qat/qat_c62xvf/adf_drv.c           | 11 ++++-------
 drivers/crypto/qat/qat_common/adf_accel_devices.h |  6 ------
 drivers/crypto/qat/qat_common/qat_hal.c           |  7 ++++---
 drivers/crypto/qat/qat_common/qat_uclo.c          |  9 +++++----
 drivers/crypto/qat/qat_dh895xcc/adf_drv.c         | 11 ++++-------
 drivers/crypto/qat/qat_dh895xccvf/adf_drv.c       | 11 ++++-------
 9 files changed, 33 insertions(+), 55 deletions(-)

Comments

Herbert Xu Sept. 18, 2020, 7:29 a.m. UTC | #1
On Wed, Sep 09, 2020 at 11:59:38AM +0100, Giovanni Cabiddu wrote:
> Resending patches 4 and 5 from the series "vfio/pci: add denylist and
> disable qat" that didn't get apply.
> 
> This set replaces the device IDs defined in the qat drivers with the ones
> in linux/pci_ids.h and replaces the custom ADF_SYSTEM_DEVICE macro with
> PCI_VDEVICE.
> 
> Giovanni Cabiddu (2):
>   crypto: qat - replace device ids defines
>   crypto: qat - use PCI_VDEVICE
> 
>  drivers/crypto/qat/qat_c3xxx/adf_drv.c            | 11 ++++-------
>  drivers/crypto/qat/qat_c3xxxvf/adf_drv.c          | 11 ++++-------
>  drivers/crypto/qat/qat_c62x/adf_drv.c             | 11 ++++-------
>  drivers/crypto/qat/qat_c62xvf/adf_drv.c           | 11 ++++-------
>  drivers/crypto/qat/qat_common/adf_accel_devices.h |  6 ------
>  drivers/crypto/qat/qat_common/qat_hal.c           |  7 ++++---
>  drivers/crypto/qat/qat_common/qat_uclo.c          |  9 +++++----
>  drivers/crypto/qat/qat_dh895xcc/adf_drv.c         | 11 ++++-------
>  drivers/crypto/qat/qat_dh895xccvf/adf_drv.c       | 11 ++++-------
>  9 files changed, 33 insertions(+), 55 deletions(-)

All applied.  Thanks.