Age | Commit message (Expand) | Author |
2021-12-22 | Merge tag 'iio-for-5.17a' of https://git.kernel.org/pub/scm/linux/kernel/git/... | Greg Kroah-Hartman |
2021-12-21 | iio:accel:kxcjk-1013: Mark struct __maybe_unused to avoid warning. | Jonathan Cameron |
2021-12-21 | iio:accel:bmc150: Mark structure __maybe_unused as only needed with for pm ops. | Jonathan Cameron |
2021-12-16 | iio:accel:bma180: Suppress clang W=1 warning about pointer to enum conversion. | Jonathan Cameron |
2021-11-27 | iio: expose shared parameter in IIO_ENUM_AVAILABLE | Antoniu Miclaus |
2021-11-17 | iio: mma8452: Fix trigger reference couting | Lars-Peter Clausen |
2021-11-17 | iio: kxsd9: Don't return error code in trigger handler | Lars-Peter Clausen |
2021-11-17 | iio: accel: kxcjk-1013: Fix possible memory leak in probe and remove | Yang Yingliang |
2021-11-17 | iio: stk8ba50: Use scan_type when processing raw data | Gwendal Grignou |
2021-11-17 | iio: stk8312: Use scan_type when processing raw data | Gwendal Grignou |
2021-11-17 | iio: sca3000: Use scan_type when processing raw data | Gwendal Grignou |
2021-11-17 | iio: mma7455: Use scan_type when processing raw data | Gwendal Grignou |
2021-11-17 | iio: kxcjk-1013: Use scan_type when processing raw data | Gwendal Grignou |
2021-11-17 | iio: bma220: Use scan_type when processing raw data | Gwendal Grignou |
2021-11-17 | iio: mma8452: Use correct type for return variable in IRQ handler | Lars-Peter Clausen |
2021-11-17 | iio: accel: mma7660: Warn about failure to put device in stand-by in .remove() | Uwe Kleine-König |
2021-10-20 | iio: accel: sca3000: Use sign_extend32() instead of opencoding sign extension. | Jonathan Cameron |
2021-10-19 | Merge tag 'iio-for-5.16a-split-take4' of https://git.kernel.org/pub/scm/linux... | Greg Kroah-Hartman |
2021-10-19 | iio: accel: mma7455: Make mma7455_core_remove() return void | Uwe Kleine-König |
2021-10-19 | iio: accel: kxsd9: Make kxsd9_common_remove() return void | Uwe Kleine-König |
2021-10-19 | iio: accel: bmi088: Make bmi088_accel_core_remove() return void | Uwe Kleine-König |
2021-10-19 | iio: accel: bmc150: Make bmc150_accel_core_remove() return void | Uwe Kleine-König |
2021-10-19 | iio: accel: bma400: Make bma400_remove() return void | Uwe Kleine-König |
2021-10-19 | iio: triggered-buffer: extend support to configure output buffers | Alexandru Ardelean |
2021-10-19 | iio: accel: fxls8962af: add wake on event | Sean Nyekjaer |
2021-10-19 | iio: accel: fxls8962af: add threshold event handling | Sean Nyekjaer |
2021-10-17 | iio: accel: mma7660: Mark acpi match table as maybe unused | Daniel Palmer |
2021-09-14 | iio: accel: fxls8962af: return IRQ_HANDLED when fifo is flushed | Sean Nyekjaer |
2021-09-14 | iio: accel: adxl355: Add triggered buffer support | Puranjay Mohan |
2021-09-14 | iio: accel: adxl355: use if(ret) in place of ret < 0 | Puranjay Mohan |
2021-09-14 | iio: accel: Add driver support for ADXL313 | Lucas Stankus |
2021-09-14 | iio: st_sensors: remove reference to parent device object on st_sensor_data | Alexandru Ardelean |
2021-09-14 | iio: st_sensors: remove all driver remove functions | Alexandru Ardelean |
2021-09-14 | iio: st_sensors: remove st_sensors_power_disable() function | Alexandru Ardelean |
2021-09-14 | iio: st_sensors: remove st_sensors_deallocate_trigger() function | Alexandru Ardelean |
2021-09-14 | iio: st_sensors: disable regulators after device unregistration | Alexandru Ardelean |
2021-09-14 | iio: accel: Add driver support for ADXL355 | Puranjay Mohan |
2021-08-16 | Merge 5.14-rc6 into staging-next | Greg Kroah-Hartman |
2021-08-08 | iio: accel: bmc150: Add support for BMC156 | Stephan Gerhold |
2021-08-08 | iio: accel: bmc150: Make it possible to configure INT2 instead of INT1 | Stephan Gerhold |
2021-07-24 | iio: accel: st_accel: use devm_iio_triggered_buffer_setup() for buffer | Alexandru Ardelean |
2021-07-24 | iio: accel: fxls8962af: fix i2c dependency | Arnd Bergmann |
2021-07-24 | iio: st-sensors: Remove some unused includes and add some that should be there | Jonathan Cameron |
2021-07-19 | iio: accel: adxl345: convert probe to device-managed functions | Alexandru Ardelean |
2021-07-19 | iio: accel: bma220: make suspend state setting more robust | Alexandru Ardelean |
2021-07-19 | iio: accel: bma220: convert probe to device-managed functions | Alexandru Ardelean |
2021-07-17 | iio: accel: da280: convert probe to device-managed functions | Alexandru Ardelean |
2021-07-17 | iio: accel: da311: convert probe to device-managed functions | Alexandru Ardelean |
2021-07-17 | iio: accel: dmard10: convert probe to device-managed functions | Alexandru Ardelean |
2021-07-13 | iio: accel: fxls8962af: fix potential use of uninitialized symbol | Sean Nyekjaer |