Re: [PATCH 2/2] hwmon: (ad7418) Add device tree probing

2019-02-25 Thread Guenter Roeck
On Mon, Jan 28, 2019 at 10:06:37PM +0100, Linus Walleij wrote: > This adds device tree probing for the AD7418 hwmon sensor. > When device tree is not enabled, stub functions will kick > in. > > Tested on the Gateway Cambria GW2358-4. > > Signed-off-by: Linus Walleij Applied to hwmon-next.

[PATCH 2/2] hwmon: (ad7418) Add device tree probing

2019-01-28 Thread Linus Walleij
This adds device tree probing for the AD7418 hwmon sensor. When device tree is not enabled, stub functions will kick in. Tested on the Gateway Cambria GW2358-4. Signed-off-by: Linus Walleij --- drivers/hwmon/ad7418.c | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff