Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-05-27 | iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0 | Uwe Kleine-König | 1 | -1/+1 |
2023-05-21 | iio: Switch i2c drivers back to use .probe() | Uwe Kleine-König | 1 | -1/+1 |
2022-11-23 | iio: light: si1133: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+3 |
2021-06-09 | iio: light: si1133: Drop remaining uses of %hhx format string. | Jonathan Cameron | 1 | -7/+7 |
2021-06-09 | iio: si1133: fix format string warnings | Arnd Bergmann | 1 | -2/+2 |
2020-06-14 | iio: remove explicit IIO device parent assignment | Alexandru Ardelean | 1 | -1/+0 |
2020-05-03 | iio: light: si1133: Use get_unaligned_be24() | Andy Shevchenko | 1 | -12/+6 |
2020-03-08 | iio: si1133: read 24-bit signed integer for measurement | Maxime Roussin-Bélanger | 1 | -13/+24 |
2018-08-01 | iio: light: si1133: fix uninitialized resp variable | Maxime Roussin-Bélanger | 1 | -0/+3 |
2018-07-30 | iio: light: si1133 fix test for val being not zero or not one. | Colin Ian King | 1 | -1/+1 |
2018-07-23 | iio: light: introduce si1133 | Maxime Roussin-Bélanger | 1 | -0/+1068 |