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