Gentle ping. Thanks Uri -----Original Message----- From: Uri [mailto:uri.yanai@xxxxxxx] Sent: Wednesday, December 19, 2018 11:29 AM To: James E . J . Bottomley <jejb@xxxxxxxxxxxxxxxxxx>; Martin K . Petersen <martin.petersen@xxxxxxxxxx>; linux-scsi@xxxxxxxxxxxxxxx Cc: Alex Lemberg <Alex.Lemberg@xxxxxxx>; Uri Yanai <Uri.Yanai@xxxxxxx> Subject: [PATCH 0/2] scsi: ufs: support new temperature atrib(UFSv3.0) From: Uri Yanai <uri.yanai@xxxxxxxxxxx> Two patches adding support for new UFSv3.0 temperature attributes. * scsi: ufs: temperature notification: adds new attributes, macro definitions, ufs_features member to ufs_dev_desc and sysfs entries. * scsi: ufs: add registration to thermal zone: registers to thermal_zone interface and implements the thermal ops, following similar work done on "Intel Wireless WiFi Next Gen AGN” Uri Yanai (2): scsi: ufs: temperature notification scsi: ufs: add registration to thermal zone drivers/scsi/ufs/ufs-sysfs.c | 6 ++ drivers/scsi/ufs/ufs.h | 8 ++ drivers/scsi/ufs/ufshcd.c | 182 +++++++++++++++++++++++++++++++++++++++++++ drivers/scsi/ufs/ufshcd.h | 33 ++++++++ 4 files changed, 229 insertions(+) -- 2.7.4