Searched hist:"673 afe466166cda94053d2d2400e669fe19f8050" (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/hwmon/ |
H A D | adc128d818.c | diff 673afe466166cda94053d2d2400e669fe19f8050 Fri Aug 21 18:03:54 CEST 2020 Stephen Kitt <steve@sk2.org> hwmon: use simple i2c probe function (take 2)
Many hwmon drivers don't use the id information provided by the old i2c probe function, and the remainder can easily be adapted to the new form ("probe_new") by calling i2c_match_id explicitly.
This avoids scanning the identifier tables during probes.
Drivers which didn't use the id are converted as-is; drivers which did are modified to call i2c_match_id() with the same level of error-handling (if any) as before.
This patch wraps up the transition for hwmon, with four stragglers not included in the previous large patch.
Signed-off-by: Stephen Kitt <steve@sk2.org> Link: https://lore.kernel.org/r/20200821160354.594715-1-steve@sk2.org Signed-off-by: Guenter Roeck <linux@roeck-us.net>
|
H A D | ads7828.c | diff 673afe466166cda94053d2d2400e669fe19f8050 Fri Aug 21 18:03:54 CEST 2020 Stephen Kitt <steve@sk2.org> hwmon: use simple i2c probe function (take 2)
Many hwmon drivers don't use the id information provided by the old i2c probe function, and the remainder can easily be adapted to the new form ("probe_new") by calling i2c_match_id explicitly.
This avoids scanning the identifier tables during probes.
Drivers which didn't use the id are converted as-is; drivers which did are modified to call i2c_match_id() with the same level of error-handling (if any) as before.
This patch wraps up the transition for hwmon, with four stragglers not included in the previous large patch.
Signed-off-by: Stephen Kitt <steve@sk2.org> Link: https://lore.kernel.org/r/20200821160354.594715-1-steve@sk2.org Signed-off-by: Guenter Roeck <linux@roeck-us.net>
|
H A D | lm87.c | diff 673afe466166cda94053d2d2400e669fe19f8050 Fri Aug 21 18:03:54 CEST 2020 Stephen Kitt <steve@sk2.org> hwmon: use simple i2c probe function (take 2)
Many hwmon drivers don't use the id information provided by the old i2c probe function, and the remainder can easily be adapted to the new form ("probe_new") by calling i2c_match_id explicitly.
This avoids scanning the identifier tables during probes.
Drivers which didn't use the id are converted as-is; drivers which did are modified to call i2c_match_id() with the same level of error-handling (if any) as before.
This patch wraps up the transition for hwmon, with four stragglers not included in the previous large patch.
Signed-off-by: Stephen Kitt <steve@sk2.org> Link: https://lore.kernel.org/r/20200821160354.594715-1-steve@sk2.org Signed-off-by: Guenter Roeck <linux@roeck-us.net>
|
H A D | w83795.c | diff 673afe466166cda94053d2d2400e669fe19f8050 Fri Aug 21 18:03:54 CEST 2020 Stephen Kitt <steve@sk2.org> hwmon: use simple i2c probe function (take 2)
Many hwmon drivers don't use the id information provided by the old i2c probe function, and the remainder can easily be adapted to the new form ("probe_new") by calling i2c_match_id explicitly.
This avoids scanning the identifier tables during probes.
Drivers which didn't use the id are converted as-is; drivers which did are modified to call i2c_match_id() with the same level of error-handling (if any) as before.
This patch wraps up the transition for hwmon, with four stragglers not included in the previous large patch.
Signed-off-by: Stephen Kitt <steve@sk2.org> Link: https://lore.kernel.org/r/20200821160354.594715-1-steve@sk2.org Signed-off-by: Guenter Roeck <linux@roeck-us.net>
|