Searched hist:"06 a1c69cf5de7b866f2871477839f1aa14e48ea5" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/hwmon/ |
H A D | ltc2990.c | diff 06a1c69cf5de7b866f2871477839f1aa14e48ea5 Mon Aug 19 07:16:17 CDT 2019 Max Staudt <max@enpas.org> hwmon/ltc2990: Generalise DT to fwnode support
ltc2990 will now use device_property_read_u32_array() instead of of_property_read_u32_array() - allowing the use of software nodes via fwnode_create_software_node().
This allows code using i2c_new_device() to specify a default measurement mode for the LTC2990 via fwnode_create_software_node().
Signed-off-by: Max Staudt <max@enpas.org> Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org> Link: https://lore.kernel.org/r/20190819121618.16557-2-max@enpas.org Signed-off-by: Guenter Roeck <linux@roeck-us.net>
|