All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] nvme: add thermal zone devices
@ 2019-05-21 16:04 ` Akinobu Mita
  0 siblings, 0 replies; 38+ messages in thread
From: Akinobu Mita @ 2019-05-21 16:04 UTC (permalink / raw)
  To: linux-nvme, linux-pm
  Cc: Akinobu Mita, Zhang Rui, Eduardo Valentin, Daniel Lezcano,
	Keith Busch, Jens Axboe, Christoph Hellwig, Sagi Grimberg,
	Minwoo Im, Kenneth Heitke, Chaitanya Kulkarni

The NVMe controller reports up to nine temperature values in the SMART /
Health log page (the composite temperature and temperature sensor 1 through
temperature sensor 8).
The temperature threshold feature (Feature Identifier 04h) configures the
asynchronous event request command to complete when the temperature is
crossed its corresponding temperature threshold.

This provide these temperatures and thresholds via thermal zone devices.

* v2
- s/correspoinding/corresponding/ typo in commit log
- Borrowed nvme_get_features() from Keith's patch
- Temperature threshold notification is splitted into another patch
- Change the data type of 'sensor' to unsigned
- Add BUILD_BUG_ON for the array size of tzdev member in nvme_ctrl
- Add WARN_ON_ONCE for paranoid checks
- Fix off-by-one error in nvme_get_temp
- Validate 'sensor' where the value is actually used
- Define and utilize two enums related to the temperature threshold feature
- Remove hysteresis value for this trip point and don't utilize the under
  temperature threshold
- Print error message for thermal_zone_device_register() failure
- Add function comments for nvme_thermal_zones_{,un}register
- Suppress non-fatal errors from nvme_thermal_zones_register()
- Add comment about implemented temperature sensors 
- Instead of creating a new 'thermal_work', append async smart event's
  action to the existing async_event_work
- Add comment for tzdev member in nvme_ctrl
- Call nvme_thermal_zones_unregister() earlier than the last reference
  release

Akinobu Mita (3):
  nvme: add thermal zone infrastructure
  nvme: notify thermal framework when temperature threshold events occur
  nvme-pci: support thermal zone

Keith Busch (1):
  nvme: Export get and set features

 drivers/nvme/host/core.c | 317 ++++++++++++++++++++++++++++++++++++++++++++++-
 drivers/nvme/host/nvme.h |  31 +++++
 drivers/nvme/host/pci.c  |   5 +
 include/linux/nvme.h     |  12 ++
 4 files changed, 362 insertions(+), 3 deletions(-)

Cc: Zhang Rui <rui.zhang@intel.com>
Cc: Eduardo Valentin <edubezval@gmail.com>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Keith Busch <keith.busch@intel.com>
Cc: Jens Axboe <axboe@fb.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Sagi Grimberg <sagi@grimberg.me>
Cc: Minwoo Im <minwoo.im.dev@gmail.com>
Cc: Kenneth Heitke <kenneth.heitke@intel.com>
Cc: Chaitanya Kulkarni <Chaitanya.Kulkarni@wdc.com>
-- 
2.7.4


^ permalink raw reply	[flat|nested] 38+ messages in thread

end of thread, other threads:[~2019-06-03 15:03 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-21 16:04 [PATCH v2 0/4] nvme: add thermal zone devices Akinobu Mita
2019-05-21 16:04 ` Akinobu Mita
2019-05-21 16:04 ` [PATCH v2 1/4] nvme: Export get and set features Akinobu Mita
2019-05-21 16:04   ` Akinobu Mita
2019-05-21 17:23   ` Chaitanya Kulkarni
2019-05-21 17:23     ` Chaitanya Kulkarni
2019-05-22 15:24     ` Akinobu Mita
2019-05-22 15:24       ` Akinobu Mita
2019-05-21 16:04 ` [PATCH v2 2/4] nvme: add thermal zone infrastructure Akinobu Mita
2019-05-21 16:04   ` Akinobu Mita
2019-05-21 16:15   ` Keith Busch
2019-05-21 16:15     ` Keith Busch
2019-05-22 15:44     ` Akinobu Mita
2019-05-22 15:44       ` Akinobu Mita
2019-05-22 15:44       ` Keith Busch
2019-05-22 15:44         ` Keith Busch
2019-05-22 15:52         ` Akinobu Mita
2019-05-22 15:52           ` Akinobu Mita
2019-05-21 21:05   ` Heitke, Kenneth
2019-05-21 21:05     ` Heitke, Kenneth
2019-05-22 15:23     ` Akinobu Mita
2019-05-22 15:23       ` Akinobu Mita
2019-05-24  2:35   ` Eduardo Valentin
2019-05-24  2:35     ` Eduardo Valentin
2019-05-24 13:57     ` Akinobu Mita
2019-05-24 13:57       ` Akinobu Mita
2019-06-03  2:18       ` Eduardo Valentin
2019-06-03  2:18         ` Eduardo Valentin
2019-06-03 15:03         ` Akinobu Mita
2019-06-03 15:03           ` Akinobu Mita
2019-05-21 16:04 ` [PATCH v2 3/4] nvme: notify thermal framework when temperature threshold events occur Akinobu Mita
2019-05-21 16:04   ` Akinobu Mita
2019-05-21 16:04 ` [PATCH v2 4/4] nvme-pci: support thermal zone Akinobu Mita
2019-05-21 16:04   ` Akinobu Mita
2019-05-22 17:46   ` Christoph Hellwig
2019-05-22 17:46     ` Christoph Hellwig
2019-05-23 14:21     ` Akinobu Mita
2019-05-23 14:21       ` Akinobu Mita

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.