index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
/
ltc2992.c
Age
Commit message (
Expand
)
Author
2025-04-23
hwmon: (ltc2992) Use new GPIO line value setter callbacks
Bartosz Golaszewski
2024-07-31
hwmon: (ltc2992) use device_for_each_child_node_scoped() to access child nodes
Javier Carrasco
2024-05-29
hwmon: (ltc2992) Fix memory leak in ltc2992_parse_dt()
Javier Carrasco
2024-05-01
hwmon: Drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
2023-10-28
hwmon: (ltc2992) Avoid division by zero
Antoniu Miclaus
2023-06-08
hwmon: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-04-19
hwmon: ltc2992: constify pointers to hwmon_channel_info
Krzysztof Kozlowski
2023-03-15
hwmon: (ltc2992) Set `can_sleep` flag for GPIO chip
Lars-Peter Clausen
2022-12-04
hwmon: use simple i2c probe
Stephen Kitt
2022-05-22
hwmon: (ltc2992) Use HWMON_CHANNEL_INFO macro
Guenter Roeck
2022-01-15
Replace for_each_*_bit_from() with for_each_*_bit() where appropriate
Yury Norov
2021-05-10
hwmon: (ltc2992) Put fwnode in error case during ->probe()
Andy Shevchenko
2020-12-11
hwmon: (ltc2992) Fix less than zero comparisons with an unsigned integer
Colin Ian King
2020-12-11
hwmon: (ltc2992) Add support for GPIOs.
Alexandru Tachici
2020-12-11
hwmon: (ltc2992) Add support
Alexandru Tachici