[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200920110924.19741-1-Sergey.Semin@baikalelectronics.ru>
Date: Sun, 20 Sep 2020 14:09:20 +0300
From: Serge Semin <Sergey.Semin@...kalelectronics.ru>
To: Jean Delvare <jdelvare@...e.com>,
Guenter Roeck <linux@...ck-us.net>,
Maxim Kaurkin <maxim.kaurkin@...kalelectronics.ru>
CC: Serge Semin <Sergey.Semin@...kalelectronics.ru>,
Serge Semin <fancer.lancer@...il.com>,
Maxim Kaurkin <Maxim.Kaurkin@...kalelectronics.ru>,
Alexey Malahov <Alexey.Malahov@...kalelectronics.ru>,
Pavel Parkhomenko <Pavel.Parkhomenko@...kalelectronics.ru>,
<linux-mips@...r.kernel.org>, <linux-hwmon@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
Subject: [PATCH 0/3] hwmon: bt1-pvt: Fix PVT sensor being unpowered
Baikal-T1 PVT sensor has got a dedicated power domain with 1.8V intended
to be supplied via the external GPVT and VPVT_18 pins. In case if the
power isn't supplied, the sensor IO registers will be accessible, but the
data conversion just won't happen. The situation of the power loss
currently will cause the temperature and voltage read procedures to hang
up. The problem is fixed in the framework of this patchset firstly by
checking whether the conversion works at the sensor probe procedure, and
secondly by keeping the current conversion update timeout in the private
driver data cache and using it to set the wait-completion timeout.
Fixes: 87976ce2825d ("hwmon: Add Baikal-T1 PVT sensor driver")
Signed-off-by: Serge Semin <Sergey.Semin@...kalelectronics.ru>
Cc: Maxim Kaurkin <Maxim.Kaurkin@...kalelectronics.ru>
Cc: Alexey Malahov <Alexey.Malahov@...kalelectronics.ru>
Cc: Pavel Parkhomenko <Pavel.Parkhomenko@...kalelectronics.ru>
Cc: linux-mips@...r.kernel.org
Cc: linux-hwmon@...r.kernel.org
Cc: linux-kernel@...r.kernel.org
Serge Semin (3):
hwmon: bt1-pvt: Test sensor power supply on probe
hwmon: bt1-pvt: Cache current update timeout
hwmon: bt1-pvt: Wait for the completion with timeout
drivers/hwmon/bt1-pvt.c | 138 ++++++++++++++++++++++++++++------------
drivers/hwmon/bt1-pvt.h | 3 +
2 files changed, 101 insertions(+), 40 deletions(-)
--
2.27.0
Powered by blists - more mailing lists