Re: [PATCH v3] hwmon: MC13783: add uid and die temperature sensor inputs

From: Guenter Roeck
Date: Wed Mar 28 2018 - 09:17:50 EST


On 03/28/2018 03:06 AM, Lee Jones wrote:
On Tue, 27 Mar 2018, Guenter Roeck wrote:

On 03/27/2018 07:19 AM, Andrey Gusakov wrote:
The uid and die temperature can be read out on the ADIN7 using
input mux. Map uid and die temperature sensor to channels 16
and 17.

Signed-off-by: Andrey Gusakov <andrey.gusakov@xxxxxxxxxxxxxxxxxx>

Applied to hwmon-next.

You've applied changes to a subsystem without an appropriate
Maintainer Ack?


Me blind. I didn't realize that part of it was in mfd. Now dropped, and sorry.

Guenter

---
Changes in v3:
- comment style fixes
Changes in v2:
- suport both mc13783 and mc13892
- uid_input renamed to in16_input
- style fixes
---
drivers/hwmon/mc13783-adc.c | 60 +++++++++++++++++++++++++++++++++++++++++++++
drivers/mfd/mc13xxx-core.c | 15 +++++++++++-
include/linux/mfd/mc13xxx.h | 2 ++
3 files changed, 76 insertions(+), 1 deletion(-)