1. 10 2月, 2020 4 次提交
  2. 04 2月, 2020 1 次提交
  3. 01 2月, 2020 2 次提交
    • A
      platform/x86: intel_menlow: switch to use <linux/units.h> helpers · dccad6f7
      Akinobu Mita 提交于
      This switches the intel_menlow driver to use deci_kelvin_to_celsius()
      and celsius_to_deci_kelvin() in <linux/units.h> instead of helpers in
      <linux/thermal.h>.
      
      This is preparation for centralizing the kelvin to/from Celsius
      conversion helpers in <linux/units.h>.
      
      This also removes a trailing space, while we're at it.
      
      Link: http://lkml.kernel.org/r/1576386975-7941-5-git-send-email-akinobu.mita@gmail.comSigned-off-by: NAkinobu Mita <akinobu.mita@gmail.com>
      Reviewed-by: NAndy Shevchenko <andy.shevchenko@gmail.com>
      Cc: Sujith Thomas <sujith.thomas@intel.com>
      Cc: Darren Hart <dvhart@infradead.org>
      Cc: Andy Shevchenko <andy@infradead.org>
      Cc: Zhang Rui <rui.zhang@intel.com>
      Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
      Cc: Amit Kucheria <amit.kucheria@verdurent.com>
      Cc: Jean Delvare <jdelvare@suse.com>
      Cc: Guenter Roeck <linux@roeck-us.net>
      Cc: Keith Busch <kbusch@kernel.org>
      Cc: Jens Axboe <axboe@fb.com>
      Cc: Christoph Hellwig <hch@lst.de>
      Cc: Sagi Grimberg <sagi@grimberg.me>
      Cc: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
      Cc: Hartmut Knaack <knaack.h@gmx.de>
      Cc: Johannes Berg <johannes.berg@intel.com>
      Cc: Jonathan Cameron <jic23@kernel.org>
      Cc: Jonathan Cameron <Jonathan.Cameron@huawei.com>
      Cc: Kalle Valo <kvalo@codeaurora.org>
      Cc: Lars-Peter Clausen <lars@metafoo.de>
      Cc: Luca Coelho <luciano.coelho@intel.com>
      Cc: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
      Cc: Stanislaw Gruszka <sgruszka@redhat.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      dccad6f7
    • A
      platform/x86: asus-wmi: switch to use <linux/units.h> helpers · f07b9fdf
      Akinobu Mita 提交于
      The asus-wmi driver doesn't implement the thermal device functionality
      directly, so including <linux/thermal.h> just for
      DECI_KELVIN_TO_CELSIUS() is a bit odd.
      
      This switches the asus-wmi driver to use deci_kelvin_to_millicelsius()
      in <linux/units.h>.
      
      The format string is changed from %d to %ld due to function returned
      type.
      
      Link: http://lkml.kernel.org/r/1576386975-7941-4-git-send-email-akinobu.mita@gmail.comSigned-off-by: NAkinobu Mita <akinobu.mita@gmail.com>
      Acked-by: NAndy Shevchenko <andy.shevchenko@gmail.com>
      Cc: Sujith Thomas <sujith.thomas@intel.com>
      Cc: Darren Hart <dvhart@infradead.org>
      Cc: Andy Shevchenko <andy@infradead.org>
      Cc: Zhang Rui <rui.zhang@intel.com>
      Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
      Cc: Amit Kucheria <amit.kucheria@verdurent.com>
      Cc: Jean Delvare <jdelvare@suse.com>
      Cc: Guenter Roeck <linux@roeck-us.net>
      Cc: Keith Busch <kbusch@kernel.org>
      Cc: Jens Axboe <axboe@fb.com>
      Cc: Christoph Hellwig <hch@lst.de>
      Cc: Sagi Grimberg <sagi@grimberg.me>
      Cc: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
      Cc: Hartmut Knaack <knaack.h@gmx.de>
      Cc: Johannes Berg <johannes.berg@intel.com>
      Cc: Jonathan Cameron <jic23@kernel.org>
      Cc: Jonathan Cameron <Jonathan.Cameron@huawei.com>
      Cc: Kalle Valo <kvalo@codeaurora.org>
      Cc: Lars-Peter Clausen <lars@metafoo.de>
      Cc: Luca Coelho <luciano.coelho@intel.com>
      Cc: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
      Cc: Stanislaw Gruszka <sgruszka@redhat.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      f07b9fdf
  4. 23 1月, 2020 20 次提交
  5. 20 1月, 2020 2 次提交
  6. 14 1月, 2020 7 次提交
  7. 13 1月, 2020 4 次提交