Skip to content
Permalink
Bart-Van-Assch…
Switch branches/tags

Commits on Oct 12, 2021

  1. scsi: core: Remove two host template members that are no longer used

    All SCSI drivers have been converted to use shost_groups and sdev_groups
    instead of shost_attrs or sdev_attrs. Hence remove shost_attrs and
    sdev_attrs. Additionally, remove the 'lld_attr_group' members and also
    the scsi_convert_dev_attrs() function.
    
    Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Reviewed-by: Benjamin Block <bblock@linux.ibm.com>
    Signed-off-by: Bart Van Assche <bvanassche@acm.org>
    bvanassche authored and intel-lab-lkp committed Oct 12, 2021
  2. scsi: usb: Switch to attribute groups

    struct device supports attribute groups directly but does not support
    struct device_attribute directly. Hence switch to attribute groups.
    
    Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Signed-off-by: Bart Van Assche <bvanassche@acm.org>
    bvanassche authored and intel-lab-lkp committed Oct 12, 2021
  3. scsi: unisys: Remove the shost_attrs member

    This patch prepares for removal of the shost_attrs member from struct
    scsi_host_template.
    
    Acked-by: David Kershner <david.kershner@unisys.com>
    Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Signed-off-by: Bart Van Assche <bvanassche@acm.org>
    bvanassche authored and intel-lab-lkp committed Oct 12, 2021
  4. scsi: snic: Switch to attribute groups

    struct device supports attribute groups directly but does not support
    struct device_attribute directly. Hence switch to attribute groups.
    
    Signed-off-by: Bart Van Assche <bvanassche@acm.org>
    bvanassche authored and intel-lab-lkp committed Oct 12, 2021
  5. scsi: smartpqi: Switch to attribute groups

    struct device supports attribute groups directly but does not support
    struct device_attribute directly. Hence switch to attribute groups.
    
    Signed-off-by: Bart Van Assche <bvanassche@acm.org>
    bvanassche authored and intel-lab-lkp committed Oct 12, 2021
  6. scsi: qla4xxx: Switch to attribute groups

    struct device supports attribute groups directly but does not support
    struct device_attribute directly. Hence switch to attribute groups.
    
    Signed-off-by: Bart Van Assche <bvanassche@acm.org>
    bvanassche authored and intel-lab-lkp committed Oct 12, 2021
  7. scsi: qla2xxx: Switch to attribute groups

    struct device supports attribute groups directly but does not support
    struct device_attribute directly. Hence switch to attribute groups.
    Additionally, remove qla_insert_tgt_attrs() and replace it with
    qla_host_attr_is_visible().
    
    Signed-off-by: Bart Van Assche <bvanassche@acm.org>
    bvanassche authored and intel-lab-lkp committed Oct 12, 2021
  8. scsi: qla2xxx: Remove a declaration

    Since there is no definition for the qla2x00_host_attrs_dm array, remove
    its declaration.
    
    Signed-off-by: Bart Van Assche <bvanassche@acm.org>
    bvanassche authored and intel-lab-lkp committed Oct 12, 2021
  9. scsi: qedi: Switch to attribute groups

    struct device supports attribute groups directly but does not support
    struct device_attribute directly. Hence switch to attribute groups.
    
    Signed-off-by: Bart Van Assche <bvanassche@acm.org>
    bvanassche authored and intel-lab-lkp committed Oct 12, 2021
  10. scsi: qedf: Switch to attribute groups

    struct device supports attribute groups directly but does not support
    struct device_attribute directly. Hence switch to attribute groups.
    
    Signed-off-by: Bart Van Assche <bvanassche@acm.org>
    bvanassche authored and intel-lab-lkp committed Oct 12, 2021
  11. scsi: pmcraid: Switch to attribute groups

    struct device supports attribute groups directly but does not support
    struct device_attribute directly. Hence switch to attribute groups.
    
    Signed-off-by: Bart Van Assche <bvanassche@acm.org>
    bvanassche authored and intel-lab-lkp committed Oct 12, 2021
  12. scsi: pm8001: Switch to attribute groups

    struct device supports attribute groups directly but does not support
    struct device_attribute directly. Hence switch to attribute groups.
    
    Acked-by: Jack Wang <jinpu.wang@ionos.com>
    Signed-off-by: Bart Van Assche <bvanassche@acm.org>
    bvanassche authored and intel-lab-lkp committed Oct 12, 2021
  13. scsi: sym53c500_cs: Switch to attribute groups

    struct device supports attribute groups directly but does not support
    struct device_attribute directly. Hence switch to attribute groups.
    
    Signed-off-by: Bart Van Assche <bvanassche@acm.org>
    bvanassche authored and intel-lab-lkp committed Oct 12, 2021
  14. scsi: ncr53c8xx: Switch to attribute groups

    struct device supports attribute groups directly but does not support
    struct device_attribute directly. Hence switch to attribute groups.
    
    Signed-off-by: Bart Van Assche <bvanassche@acm.org>
    bvanassche authored and intel-lab-lkp committed Oct 12, 2021
  15. scsi: myrs: Switch to attribute groups

    struct device supports attribute groups directly but does not support
    struct device_attribute directly. Hence switch to attribute groups.
    
    Signed-off-by: Bart Van Assche <bvanassche@acm.org>
    bvanassche authored and intel-lab-lkp committed Oct 12, 2021
  16. scsi: myrb: Switch to attribute groups

    struct device supports attribute groups directly but does not support
    struct device_attribute directly. Hence switch to attribute groups.
    
    Signed-off-by: Bart Van Assche <bvanassche@acm.org>
    bvanassche authored and intel-lab-lkp committed Oct 12, 2021
  17. scsi: mvsas: Switch to attribute groups

    struct device supports attribute groups directly but does not support
    struct device_attribute directly. Hence switch to attribute groups.
    
    Signed-off-by: Bart Van Assche <bvanassche@acm.org>
    bvanassche authored and intel-lab-lkp committed Oct 12, 2021
  18. scsi: mpt3sas: Switch to attribute groups

    struct device supports attribute groups directly but does not support
    struct device_attribute directly. Hence switch to attribute groups.
    
    Signed-off-by: Bart Van Assche <bvanassche@acm.org>
    bvanassche authored and intel-lab-lkp committed Oct 12, 2021
  19. scsi: megaraid: Switch to attribute groups

    struct device supports attribute groups directly but does not support
    struct device_attribute directly. Hence switch to attribute groups.
    
    Signed-off-by: Bart Van Assche <bvanassche@acm.org>
    bvanassche authored and intel-lab-lkp committed Oct 12, 2021
  20. scsi: lpfc: Switch to attribute groups

    struct device supports attribute groups directly but does not support
    struct device_attribute directly. Hence switch to attribute groups.
    
    Signed-off-by: Bart Van Assche <bvanassche@acm.org>
    bvanassche authored and intel-lab-lkp committed Oct 12, 2021
  21. scsi: isci: Switch to attribute groups

    struct device supports attribute groups directly but does not support
    struct device_attribute directly. Hence switch to attribute groups.
    
    Signed-off-by: Bart Van Assche <bvanassche@acm.org>
    bvanassche authored and intel-lab-lkp committed Oct 12, 2021
  22. scsi: ipr: Switch to attribute groups

    struct device supports attribute groups directly but does not support
    struct device_attribute directly. Hence switch to attribute groups.
    
    Signed-off-by: Bart Van Assche <bvanassche@acm.org>
    bvanassche authored and intel-lab-lkp committed Oct 12, 2021
  23. scsi: ibmvfc: Switch to attribute groups

    struct device supports attribute groups directly but does not support
    struct device_attribute directly. Hence switch to attribute groups.
    
    Signed-off-by: Bart Van Assche <bvanassche@acm.org>
    bvanassche authored and intel-lab-lkp committed Oct 12, 2021
  24. scsi: ibmvscsi: Switch to attribute groups

    struct device supports attribute groups directly but does not support
    struct device_attribute directly. Hence switch to attribute groups.
    
    Signed-off-by: Bart Van Assche <bvanassche@acm.org>
    bvanassche authored and intel-lab-lkp committed Oct 12, 2021
  25. scsi: hptiop: Switch to attribute groups

    struct device supports attribute groups directly but does not support
    struct device_attribute directly. Hence switch to attribute groups.
    
    Signed-off-by: Bart Van Assche <bvanassche@acm.org>
    bvanassche authored and intel-lab-lkp committed Oct 12, 2021
  26. scsi: hpsa: Switch to attribute groups

    struct device supports attribute groups directly but does not support
    struct device_attribute directly. Hence switch to attribute groups.
    
    Signed-off-by: Bart Van Assche <bvanassche@acm.org>
    bvanassche authored and intel-lab-lkp committed Oct 12, 2021
  27. scsi: hisi_sas: Switch to attribute groups

    struct device supports attribute groups directly but does not support
    struct device_attribute directly. Hence switch to attribute groups.
    
    Signed-off-by: Bart Van Assche <bvanassche@acm.org>
    bvanassche authored and intel-lab-lkp committed Oct 12, 2021
  28. scsi: fnic: Switch to attribute groups

    struct device supports attribute groups directly but does not support
    struct device_attribute directly. Hence switch to attribute groups.
    
    Signed-off-by: Bart Van Assche <bvanassche@acm.org>
    bvanassche authored and intel-lab-lkp committed Oct 12, 2021
  29. scsi: cxlflash: Switch to attribute groups

    struct device supports attribute groups directly but does not support
    struct device_attribute directly. Hence switch to attribute groups.
    
    Signed-off-by: Bart Van Assche <bvanassche@acm.org>
    bvanassche authored and intel-lab-lkp committed Oct 12, 2021
  30. scsi: csiostor: Switch to attribute groups

    struct device supports attribute groups directly but does not support
    struct device_attribute directly. Hence switch to attribute groups.
    
    Signed-off-by: Bart Van Assche <bvanassche@acm.org>
    bvanassche authored and intel-lab-lkp committed Oct 12, 2021
  31. scsi: bnx2i: Switch to attribute groups

    struct device supports attribute groups directly but does not support
    struct device_attribute directly. Hence switch to attribute groups.
    
    Signed-off-by: Bart Van Assche <bvanassche@acm.org>
    bvanassche authored and intel-lab-lkp committed Oct 12, 2021
  32. scsi: bnx2fc: Switch to attribute groups

    struct device supports attribute groups directly but does not support
    struct device_attribute directly. Hence switch to attribute groups.
    
    Signed-off-by: Bart Van Assche <bvanassche@acm.org>
    bvanassche authored and intel-lab-lkp committed Oct 12, 2021
  33. scsi: bfa: Switch to attribute groups

    struct device supports attribute groups directly but does not support
    struct device_attribute directly. Hence switch to attribute groups.
    
    Signed-off-by: Bart Van Assche <bvanassche@acm.org>
    bvanassche authored and intel-lab-lkp committed Oct 12, 2021
  34. scsi: be2iscsi: Switch to attribute groups

    struct device supports attribute groups directly but does not support
    struct device_attribute directly. Hence switch to attribute groups.
    
    Signed-off-by: Bart Van Assche <bvanassche@acm.org>
    bvanassche authored and intel-lab-lkp committed Oct 12, 2021
  35. scsi: arcmsr: Switch to attribute groups

    struct device supports attribute groups directly but does not support
    struct device_attribute directly. Hence switch to attribute groups.
    
    Signed-off-by: Bart Van Assche <bvanassche@acm.org>
    bvanassche authored and intel-lab-lkp committed Oct 12, 2021
Older