Searched hist:"96 e1b660faa44c958d19ccf064b939a00bed6c90" (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/scsi/cxlflash/ |
H A D | main.h | diff 96e1b660faa44c958d19ccf064b939a00bed6c90 Thu Jun 16 01:49:38 CEST 2016 Uma Krishnan <ukrishn@linux.vnet.ibm.com> cxlflash: Add device dependent flags
Device dependent flags are needed to support functions that are specific to a particular device.
One such case is - some CXL Flash cards need to be notified of device shutdown. For other CXL devices, this feature does not prove to be useful yet. Such distinct features need to be identified in the driver to bypass or invoke specific functionality.
In this patch, a member 'flags' has been added to device dependent values. These flags will be used and expanded in the future to support various device specific functions.
Signed-off-by: Uma Krishnan <ukrishn@linux.vnet.ibm.com> Acked-by: Manoj N. Kumar <manoj@linux.vnet.ibm.com> Acked-by: Matthew R. Ochs <mrochs@linux.vnet.ibm.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
|
H A D | main.c | diff 96e1b660faa44c958d19ccf064b939a00bed6c90 Thu Jun 16 01:49:38 CEST 2016 Uma Krishnan <ukrishn@linux.vnet.ibm.com> cxlflash: Add device dependent flags
Device dependent flags are needed to support functions that are specific to a particular device.
One such case is - some CXL Flash cards need to be notified of device shutdown. For other CXL devices, this feature does not prove to be useful yet. Such distinct features need to be identified in the driver to bypass or invoke specific functionality.
In this patch, a member 'flags' has been added to device dependent values. These flags will be used and expanded in the future to support various device specific functions.
Signed-off-by: Uma Krishnan <ukrishn@linux.vnet.ibm.com> Acked-by: Manoj N. Kumar <manoj@linux.vnet.ibm.com> Acked-by: Matthew R. Ochs <mrochs@linux.vnet.ibm.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
|