Age | Commit message (Expand) | Author | Files | Lines |
2023-07-15 | iio: light: bu27008: Fix intensity data type | Matti Vaittinen | 1 | -1/+1 |
2023-07-15 | iio: light: bu27008: Fix scale format | Matti Vaittinen | 1 | -2/+18 |
2023-07-15 | iio: light: bu27034: Fix scale format | Matti Vaittinen | 1 | -3/+19 |
2023-06-15 | Merge tag 'iio-for-6.5a' of https://git.kernel.org/pub/scm/linux/kernel/git/j... | Greg Kroah-Hartman | 51 | -47/+1576 |
2023-05-23 | iio: light: ROHM BU27008 color sensor | Matti Vaittinen | 3 | -0/+1041 |
2023-05-21 | iio: Switch i2c drivers back to use .probe() | Uwe Kleine-König | 48 | -48/+48 |
2023-05-13 | iio: bu27034: Ensure reset is written | Matti Vaittinen | 1 | -1/+11 |
2023-05-13 | iio: bu27034: Probe asynchronously | Matti Vaittinen | 1 | -0/+1 |
2023-05-13 | iio: light: Add support for TI OPT4001 light sensor | Stefan Windfeldt-Prytz | 3 | -0/+479 |
2023-05-13 | iio: light: al3320a: Handle ACPI device CALS0001 | Marius Hoch | 1 | -0/+8 |
2023-05-13 | iio: light: vcnl4035: fixed chip ID check | Frank Li | 1 | -0/+3 |
2023-05-13 | iio: bu27034: Fix integration time | Matti Vaittinen | 1 | -5/+9 |
2023-04-27 | Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 9 | -11/+1524 |
2023-04-12 | Merge tag 'iio-for-6.4a' of https://git.kernel.org/pub/scm/linux/kernel/git/j... | Greg Kroah-Hartman | 9 | -11/+1524 |
2023-04-10 | iio: light: ROHM BU27034 Ambient Light Sensor | Matti Vaittinen | 3 | -0/+1512 |
2023-04-08 | iio: light: tsl2772: fix reading proximity-diodes from device tree | Brian Masney | 1 | -0/+1 |
2023-03-28 | Merge tag 'iio-fixes-for-6.3a' of https://git.kernel.org/pub/scm/linux/kernel... | Greg Kroah-Hartman | 2 | -1/+14 |
2023-03-12 | iio: light: max44009: add missing OF device matching | Krzysztof Kozlowski | 1 | -6/+7 |
2023-03-11 | iio: Rename iio_trigger_poll_chained and add kernel-doc | Mehdi Djait | 5 | -5/+5 |
2023-02-26 | iio: light: cm32181: Unregister second I2C client if present | Kai-Heng Feng | 1 | -0/+12 |
2023-02-24 | Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 4 | -245/+400 |
2023-02-22 | Merge branch 'for-6.3/hid-sensor' into for-linus | Benjamin Tissoires | 2 | -27/+37 |
2023-02-06 | Merge 6.2-rc7 into char-misc-next | Greg Kroah-Hartman | 1 | -4/+5 |
2023-02-02 | iio: light: vcnl4000: Fix WARN_ON on uninitialized lock | Mårten Lindahl | 1 | -1/+2 |
2023-01-21 | iio: light: vcnl4000: Add interrupt support for vcnl4040 | Mårten Lindahl | 1 | -0/+169 |
2023-01-21 | iio: light: vcnl4000: Make irq handling more generic | Mårten Lindahl | 1 | -10/+14 |
2023-01-21 | iio: light: vcnl4000: Prepare for more generic setup | Mårten Lindahl | 1 | -128/+128 |
2023-01-21 | iio: light: cm32181: Fix PM support on system with 2 I2C resources | Kai-Heng Feng | 1 | -4/+5 |
2022-12-28 | iio: light: tsl2563: Keep Makefile sorted by module name | Andy Shevchenko | 1 | -1/+1 |
2022-12-28 | iio: light: tsl2563: sort header inclusion alphabetically | Andy Shevchenko | 1 | -7/+7 |
2022-12-28 | iio: light: tsl2563: Use dev_get_drvdata() directly in PM callbacks | Andy Shevchenko | 1 | -2/+2 |
2022-12-28 | iio: light: tsl2563: Utilise temporary variable for struct device | Andy Shevchenko | 1 | -3/+3 |
2022-12-28 | iio: light: tsl2563: Drop legacy platform data code | Andy Shevchenko | 1 | -10/+2 |
2022-12-28 | iio: light: tsl2563: Simplify with dev_err_probe | Andy Shevchenko | 1 | -18/+11 |
2022-12-28 | iio: light: tsl2563: Drop unused defintion(s) | Andy Shevchenko | 1 | -6/+3 |
2022-12-28 | iio: light: tsl2563: Make use of the macros from bits.h | Andy Shevchenko | 1 | -8/+9 |
2022-12-28 | iio: light: tsl2563: Configure INT in one place | Andy Shevchenko | 1 | -17/+25 |
2022-12-28 | iio: light: tsl2563: Use i2c_smbus_write_word_data() in tsl2563_configure() | Andy Shevchenko | 1 | -33/+19 |
2022-12-28 | iio: light: tsl2563: Do not hardcode interrupt trigger type | Ferry Toth | 1 | -1/+7 |
2022-12-28 | iio: light: max44009: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
2022-12-20 | IIO: hid-sensor-prox: Use generic usage | Philipp Jungkamp | 1 | -14/+23 |
2022-12-20 | IIO: hid-sensor-als: Use generic usage | Philipp Jungkamp | 1 | -13/+14 |
2022-11-27 | Merge tag 'iio-fixes-for-6.1d' of https://git.kernel.org/pub/scm/linux/kernel... | Greg Kroah-Hartman | 2 | -6/+8 |
2022-11-23 | iio: light: zopt2201: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
2022-11-23 | iio: light: veml6070: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
2022-11-23 | iio: light: veml6030: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
2022-11-23 | iio: light: vcnl4035: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
2022-11-23 | iio: light: vcnl4000: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+3 |
2022-11-23 | iio: light: us5182d: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
2022-11-23 | iio: light: tsl4531: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |