[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20171020103916.3309-3-romain.porte@nokia.com>
Date: Fri, 20 Oct 2017 12:39:16 +0200
From: Romain Porte <romain.porte@...ia.com>
To: <linux@...ck-us.net>
CC: <linux-hwmon@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
Romain Porte <romain.porte@...ia.com>
Subject: [PATCH 2/2] pmbus: removed tps544c20 from generic pmbus driver
Since there is a new driver proposed with enhanced
features we need to remove support for tps544c20
from the generic pmbus driver.
---
drivers/hwmon/pmbus/pmbus.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/hwmon/pmbus/pmbus.c b/drivers/hwmon/pmbus/pmbus.c
index 7718e58dbda5..aeea5c9e7a8b 100644
--- a/drivers/hwmon/pmbus/pmbus.c
+++ b/drivers/hwmon/pmbus/pmbus.c
@@ -212,7 +212,6 @@ static const struct i2c_device_id pmbus_id[] = {
{"tps40400", 1},
{"tps544b20", 1},
{"tps544b25", 1},
- {"tps544c20", 1},
{"tps544c25", 1},
{"udt020", 1},
{}
--
2.11.0
Powered by blists - more mailing lists