| Commit message (Expand) | Author | Age | Files | Lines |
* | iio: humidity: Add driver for ti HDC302x humidity sensors | Li peiyu | 2023-12-11 | 1 | -0/+473 |
* | iio: si7005: Add device tree support | Javier Carrasco | 2023-10-14 | 1 | -0/+7 |
* | iio: humidity: hid-sensor-humidity: Convert to platform remove callback retur... | Uwe Kleine-König | 2023-09-23 | 1 | -4/+2 |
* | iio: Switch i2c drivers back to use .probe() | Uwe Kleine-König | 2023-05-21 | 7 | -7/+7 |
* | iio: Rename iio_trigger_poll_chained and add kernel-doc | Mehdi Djait | 2023-03-11 | 1 | -1/+1 |
* | iio: humidity: si7020: Convert to i2c's .probe_new() | Uwe Kleine-König | 2022-11-23 | 1 | -3/+2 |
* | iio: humidity: si7005: Convert to i2c's .probe_new() | Uwe Kleine-König | 2022-11-23 | 1 | -3/+2 |
* | iio: humidity: htu21: Convert to i2c's .probe_new() | Uwe Kleine-König | 2022-11-23 | 1 | -3/+3 |
* | iio: humidity: hts221_i2c: Convert to i2c's .probe_new() | Uwe Kleine-König | 2022-11-23 | 1 | -3/+2 |
* | iio: humidity: hdc2010: Convert to i2c's .probe_new() | Uwe Kleine-König | 2022-11-23 | 1 | -3/+2 |
* | iio: humidity: hdc100x: Convert to i2c's .probe_new() | Uwe Kleine-König | 2022-11-23 | 1 | -3/+2 |
* | iio: humidity: am2315: Convert to i2c's .probe_new() | Uwe Kleine-König | 2022-11-23 | 1 | -3/+2 |
* | iio: humidity: hts211: Use devm_regulator_get_enable() | Jonathan Cameron | 2022-11-23 | 2 | -25/+4 |
* | i2c: Make remove callback return void | Uwe Kleine-König | 2022-08-16 | 1 | -3/+1 |
* | Merge tag 'iio-for-5.20a' of https://git.kernel.org/pub/scm/linux/kernel/git/... | Greg Kroah-Hartman | 2022-07-14 | 4 | -9/+10 |
|\ |
|
| * | iio: humidity: hts221: Move symbol exports into IIO_HTS221 namespace | Jonathan Cameron | 2022-06-15 | 3 | -2/+5 |
| * | iio: humidity: hts221: Use EXPORT_SIMPLE_DEV_PM_OPS() to allow compiler to re... | Jonathan Cameron | 2022-06-15 | 3 | -8/+5 |
| * | iio: humidity: hts221_buffer: explicitly add proper header files | Nuno Sá | 2022-06-14 | 1 | -0/+1 |
* | | iio:humidity:hts221: rearrange iio trigger get and register | Dmitry Rokosov | 2022-06-19 | 1 | -1/+4 |
|/ |
|
* | iio:common:meas-spec: Move exports into IIO_MEAS_SPEC_SENSORS | Jonathan Cameron | 2022-02-18 | 1 | -0/+1 |
* | iio: humidity: dht11: Switch from of headers to mod_devicetable.h | Andy Shevchenko | 2022-02-06 | 1 | -2/+1 |
* | iio: humidity: hdc100x: Add ACPI HID table | Kai-Heng Feng | 2022-01-30 | 1 | -0/+7 |
* | iio: humidity: hdc100x: Add margin to the conversion time | Chris Lesiak | 2021-07-24 | 1 | -2/+4 |
* | iio: hid-sensors: Update header includes | Jonathan Cameron | 2021-06-16 | 1 | -0/+1 |
* | iio: hid-sensors: lighten exported symbols by moving to IIO_HID namespace | Andy Shevchenko | 2021-06-16 | 1 | -0/+1 |
* | iio: humidity: am2315: Fix buffer alignment in iio_push_to_buffers_with_times... | Jonathan Cameron | 2021-05-17 | 1 | -6/+10 |
* | iio: am2315: Remove acpi_device_id table | Guenter Roeck | 2021-05-17 | 1 | -9/+0 |
* | iio: humidity: hdc2010: Drop duplicate setting of iio_dev.dev.parent | Jonathan Cameron | 2021-05-17 | 1 | -1/+0 |
* | iio: hid-sensors: select IIO_TRIGGERED_BUFFER under HID_SENSOR_IIO_TRIGGER | Alexandru Ardelean | 2021-05-10 | 1 | -1/+0 |
* | Merge tag 'iio-for-5.13a' of https://git.kernel.org/pub/scm/linux/kernel/git/... | Greg Kroah-Hartman | 2021-03-26 | 3 | -11/+8 |
|\ |
|
| * | iio: fix devm_iio_trigger_alloc with parent.cocci | Gwendal Grignou | 2021-03-25 | 1 | -1/+0 |
| * | iio: Remove kernel-doc keyword in file header comment | Gwendal Grignou | 2021-03-25 | 1 | -1/+1 |
| * | iio: hid-sensors: Move get sensitivity attribute to hid-sensor-common | Ye Xiang | 2021-03-11 | 1 | -9/+7 |
* | | iio: hid-sensor-humidity: Fix alignment issue of timestamp channel | Ye Xiang | 2021-03-06 | 1 | -5/+7 |
|/ |
|
* | iio: humidity: hts221: add vdd voltage regulator | Lorenzo Bianconi | 2020-12-03 | 2 | -0/+39 |
* | iio:humidity:si7020: Drop of_match_ptr protection | Jonathan Cameron | 2020-09-21 | 1 | -1/+2 |
* | iio:humidity:htu21: Drop of_match_ptr protection | Jonathan Cameron | 2020-09-21 | 1 | -1/+2 |
* | iio:humidity:hdc100x: Drop of_match_ptr protection. | Jonathan Cameron | 2020-09-21 | 1 | -1/+2 |
* | drivers/iio/humidity/hdc2010.c:305:2-3: Unneeded semicolon | kernel test robot | 2020-09-06 | 1 | -1/+1 |
* | iio: humidity: Add TI HDC20x0 support | Eugene Zaikonnikov | 2020-09-03 | 3 | -0/+364 |
* | Merge 5.8-rc6 into staging-next | Greg Kroah-Hartman | 2020-07-20 | 3 | -9/+17 |
|\ |
|
| * | iio:humidity:hts221 Fix alignment and data leak issues | Jonathan Cameron | 2020-07-05 | 2 | -6/+10 |
| * | iio:humidity:hdc100x Fix alignment and data leak issues | Jonathan Cameron | 2020-07-05 | 1 | -3/+7 |
* | | Replace HTTP links with HTTPS ones: drivers/iio | Alexander A. Klimov | 2020-07-13 | 1 | -5/+5 |
* | | iio: Move attach/detach of the poll func to the core | Lars-Peter Clausen | 2020-06-20 | 2 | -13/+1 |
* | | iio: remove left-over parent assignments | Alexandru Ardelean | 2020-06-14 | 2 | -2/+0 |
* | | iio: remove explicit IIO device parent assignment | Alexandru Ardelean | 2020-06-14 | 6 | -6/+0 |
* | | iio: humidity: hts221: remove usage of iio_priv_to_dev() | Alexandru Ardelean | 2020-06-14 | 3 | -8/+9 |
|/ |
|
* | iio: hid-sensors: move triggered buffer setup into hid_sensor_setup_trigger | Alexandru Ardelean | 2020-05-10 | 1 | -9/+3 |
* | iio: humidity: hts221: Drop unneeded casting when print error code | Andy Shevchenko | 2020-03-21 | 2 | -4/+4 |