Age | Commit message (Expand) | Author | Files | Lines |
2024-04-29 | iio: light: stk3310: Drop most likely fake ACPI ID | Andy Shevchenko | 1 | -1/+0 |
2024-04-28 | iio: light: apds9306: Fix input arguments to in_range() | Subhajit Ghosh | 1 | -6/+6 |
2024-04-06 | iio: light: apds9306: Improve apds9306_write_event_config() | Subhajit Ghosh | 1 | -21/+27 |
2024-04-06 | iio: light: apds9306: Fix off by one in apds9306_sampling_freq_get() | Dan Carpenter | 1 | -1/+1 |
2024-03-25 | iio: light: Add support for APDS9306 Light Sensor | Subhajit Ghosh | 3 | -0/+1368 |
2024-03-25 | io: light: st_uvis25: drop casting to void in dev_set_drvdata | Javier Carrasco | 1 | -1/+1 |
2024-02-28 | iio: light: al3010: Switch from linux/of.h to linux/mod_devicetable.h | Jonathan Cameron | 1 | -1/+1 |
2024-02-28 | iio: light: al3320a: Drop unused linux/of.h include | Jonathan Cameron | 1 | -1/+0 |
2024-02-28 | iio: light: vl6180: Drop unused linux/of.h include | Jonathan Cameron | 1 | -1/+0 |
2024-02-25 | Merge tag 'iio-for-6.9a' of http://git.kernel.org/pub/scm/linux/kernel/git/ji... | Greg Kroah-Hartman | 10 | -61/+269 |
2024-02-17 | iio: hid-sensor-als: Add light chromaticity support | Basavaraj Natikar | 1 | -0/+46 |
2024-02-17 | iio: hid-sensor-als: Add light color temperature support | Basavaraj Natikar | 1 | -0/+21 |
2024-02-17 | iio: hid-sensor-als: Remove hardcoding of values for enums | Srinivas Pandruvada | 1 | -2/+2 |
2024-02-17 | iio: hid-sensor-als: Assign channels dynamically | Srinivas Pandruvada | 1 | -16/+35 |
2024-02-17 | iio: light: vcnl4000: Set ps high definition for 4040/4200 | Mårten Lindahl | 1 | -1/+35 |
2024-02-04 | iio: hid-sensor-als: Return 0 for HID_USAGE_SENSOR_TIME_TIMESTAMP | Srinivas Pandruvada | 1 | -0/+1 |
2024-01-23 | iio: light: max44000: drop ACPI_PTR() and CONFIG_ACPI guards | Jonathan Cameron | 1 | -4/+2 |
2024-01-23 | iio: light: us5182d: Drop ACPI_PTR() usage | Jonathan Cameron | 1 | -2/+2 |
2024-01-23 | iio: light: stk3310: Drop ACPI_PTR() usage | Jonathan Cameron | 1 | -2/+2 |
2024-01-23 | iio: light: rpr0521: Drop ACPI_PTR() usage | Jonathan Cameron | 1 | -2/+2 |
2024-01-23 | iio: light: ltr501: Drop ACPI_PTR() usage | Jonathan Cameron | 1 | -1/+2 |
2024-01-23 | iio: light: jsa1212: Drop ACPI_PTR() usage | Jonathan Cameron | 1 | -2/+2 |
2024-01-22 | iio: light: as73211: add support for as7331 | Javier Carrasco | 2 | -28/+118 |
2024-01-22 | iio: light: as73211: use IIO_VAL_FRACTIONAL for intensity scales | Javier Carrasco | 1 | -8/+7 |
2024-01-17 | Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 8 | -11/+1257 |
2023-12-19 | Revert "iio: hid-sensor-als: Add light color temperature support" | Srinivas Pandruvada | 1 | -35/+2 |
2023-12-19 | Revert "iio: hid-sensor-als: Add light chromaticity support" | Srinivas Pandruvada | 1 | -63/+0 |
2023-12-11 | iio: light: driver for Lite-On ltr390 | Anshul Dalal | 3 | -0/+208 |
2023-12-11 | iio: light: isl76682: remove unreachable code | Jiapeng Chong | 1 | -1/+0 |
2023-12-06 | iio: light: pa1203001: Drop ACPI_PTR() protection. | Jonathan Cameron | 1 | -1/+1 |
2023-12-06 | iio: light: isl76682: Add ISL76682 driver | Marek Vasut | 3 | -0/+362 |
2023-12-04 | iio: light: add VEML6075 UVA and UVB light sensor driver | Javier Carrasco | 3 | -0/+486 |
2023-11-26 | iio: light: ltrf216a: Return floating point values | Shreeya Patel | 1 | -5/+5 |
2023-11-16 | iio: bu27008: Add illuminance channel | Matti Vaittinen | 1 | -5/+196 |
2023-10-20 | Merge tag 'iio-for-6.7a' of https://git.kernel.org/pub/scm/linux/kernel/git/j... | Greg Kroah-Hartman | 5 | -33/+123 |
2023-10-05 | iio: light: vcnl4000: Don't power on/off chip in config | Mårten Lindahl | 1 | -1/+0 |
2023-09-24 | Merge branch 'ib-iio-hid-sensors-v6.6-rc1' into togreg | Jonathan Cameron | 1 | -16/+114 |
2023-09-24 | iio: hid-sensor-als: Add light chromaticity support | Basavaraj Natikar | 1 | -0/+63 |
2023-09-24 | iio: hid-sensor-als: Add light color temperature support | Basavaraj Natikar | 1 | -2/+35 |
2023-09-24 | iio: hid-sensor-als: Use channel index to support more hub attributes | Basavaraj Natikar | 1 | -18/+20 |
2023-09-23 | iio: light: lm3533-als: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2023-09-23 | iio: light: hid-sensor-prox: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2023-09-23 | iio: light: hid-sensor-als: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2023-09-23 | iio: light: cm3605: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2023-09-12 | iio: light: opt4001: Use i2c_get_match_data() | Biju Das | 1 | -1/+1 |
2023-08-13 | Merge 6.5-rc6 into char-misc-next | Greg Kroah-Hartman | 2 | -6/+38 |
2023-08-08 | iio: light: bd27008: Support BD27010 RGB | Matti Vaittinen | 1 | -2/+311 |
2023-08-08 | iio: light: bu27008: add chip info | Matti Vaittinen | 1 | -114/+207 |
2023-07-29 | iio: adc: Remove redundant dev_err_probe() | Ruan Jinjie | 1 | -1/+1 |
2023-07-20 | iio: light: vcnl4000: Add calibration bias for 4040/4200 | Astrid Rost | 1 | -2/+91 |