summaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel (follow)
Commit message (Expand)AuthorAgeFilesLines
* iio:st-sensors: Remove duplicate MODULE_*Jonathan Cameron2022-02-181-5/+0
* iio:accel:fxl8962af: Move exports into IIO_FXL8962AF namespaceJonathan Cameron2022-02-183-3/+5
* iio:accel:bmi088: Move exports into IIO_BMI088 namespaceJonathan Cameron2022-02-182-4/+5
* iio:accel:bmc150: Move exports into IIO_BMC150 namespaceJonathan Cameron2022-02-183-4/+6
* iio:accel:adxl372: Move exports into IIO_ADXL372 namespaceJonathan Cameron2022-02-183-2/+4
* iio:accel:adxl355: Move exports into IIO_ADXL355 namespaceJonathan Cameron2022-02-183-3/+5
* iio:accel:adxl345: Move exports into IIO_ADXL345 namespaceJonathan Cameron2022-02-183-1/+3
* iio:accel:adxl313: Move exports into IIO_ADXL313 namespaceJonathan Cameron2022-02-183-3/+5
* iio:accel:bma400: Move exports into IIO_BMA400 namespaceJonathan Cameron2022-02-183-3/+5
* iio:accel:kxsd9: Move exports into IIO_KDSD9 namespaceJonathan Cameron2022-02-183-3/+5
* iio:accel:mma7455_core: Move exports into IIO_MMA7455 namespaceJonathan Cameron2022-02-183-3/+5
* iio:accel:mma9551_core: Move exports into IIO_MMA9551 namespaceJonathan Cameron2022-02-183-18/+20
* iio: accel: st_accel: Add support for Silan SC7A20Samuel Holland2022-02-183-0/+90
* iio: mma8452: Add support for the "mount-matrix" device propertyHans de Goede2022-02-181-0/+21
* iio: mma8452: Fix probe failing when an i2c_device_id is usedHans de Goede2022-02-181-11/+18
* iio: accel: adxl355: Replace custom definitions with generic from units.hAndy Shevchenko2022-02-061-3/+2
* iio: st_sensors: don't always auto-enable I2C and SPI interface driversNikita Yushchenko2022-01-231-15/+20
* iio:accel:dmard09: Tidy up white space around {} in id tableJonathan Cameron2022-01-231-1/+1
* Merge tag 'iio-for-5.17a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2021-12-2211-18/+36
|\
| * iio:accel:kxcjk-1013: Mark struct __maybe_unused to avoid warning.Jonathan Cameron2021-12-211-1/+1
| * iio:accel:bmc150: Mark structure __maybe_unused as only needed with for pm ops.Jonathan Cameron2021-12-211-1/+1
| * iio:accel:bma180: Suppress clang W=1 warning about pointer to enum conversion.Jonathan Cameron2021-12-161-1/+1
| * iio: expose shared parameter in IIO_ENUM_AVAILABLEAntoniu Miclaus2021-11-272-2/+2
| * iio: stk8ba50: Use scan_type when processing raw dataGwendal Grignou2021-11-171-1/+2
| * iio: stk8312: Use scan_type when processing raw dataGwendal Grignou2021-11-171-1/+1
| * iio: sca3000: Use scan_type when processing raw dataGwendal Grignou2021-11-171-4/+13
| * iio: mma7455: Use scan_type when processing raw dataGwendal Grignou2021-11-171-1/+2
| * iio: kxcjk-1013: Use scan_type when processing raw dataGwendal Grignou2021-11-171-1/+2
| * iio: bma220: Use scan_type when processing raw dataGwendal Grignou2021-11-171-3/+3
| * iio: mma8452: Use correct type for return variable in IRQ handlerLars-Peter Clausen2021-11-171-1/+1
| * iio: accel: mma7660: Warn about failure to put device in stand-by in .remove()Uwe Kleine-König2021-11-171-1/+7
* | iio: mma8452: Fix trigger reference coutingLars-Peter Clausen2021-11-171-1/+1
* | iio: kxsd9: Don't return error code in trigger handlerLars-Peter Clausen2021-11-171-3/+3
* | iio: accel: kxcjk-1013: Fix possible memory leak in probe and removeYang Yingliang2021-11-171-3/+2
|/
* iio: accel: sca3000: Use sign_extend32() instead of opencoding sign extension.Jonathan Cameron2021-10-201-2/+1
* Merge tag 'iio-for-5.16a-split-take4' of https://git.kernel.org/pub/scm/linux...Greg Kroah-Hartman2021-10-1935-105/+1917
|\
| * iio: accel: mma7455: Make mma7455_core_remove() return voidUwe Kleine-König2021-10-194-6/+8
| * iio: accel: kxsd9: Make kxsd9_common_remove() return voidUwe Kleine-König2021-10-194-6/+8
| * iio: accel: bmi088: Make bmi088_accel_core_remove() return voidUwe Kleine-König2021-10-193-5/+5
| * iio: accel: bmc150: Make bmc150_accel_core_remove() return voidUwe Kleine-König2021-10-194-6/+8
| * iio: accel: bma400: Make bma400_remove() return voidUwe Kleine-König2021-10-194-6/+11
| * iio: triggered-buffer: extend support to configure output buffersAlexandru Ardelean2021-10-192-0/+2
| * iio: accel: fxls8962af: add wake on eventSean Nyekjaer2021-10-191-2/+44
| * iio: accel: fxls8962af: add threshold event handlingSean Nyekjaer2021-10-191-3/+298
| * iio: accel: mma7660: Mark acpi match table as maybe unusedDaniel Palmer2021-10-171-1/+1
| * iio: accel: adxl355: Add triggered buffer supportPuranjay Mohan2021-09-142-1/+158
| * iio: accel: adxl355: use if(ret) in place of ret < 0Puranjay Mohan2021-09-141-6/+6
| * iio: accel: Add driver support for ADXL313Lucas Stankus2021-09-146-0/+576
| * iio: st_sensors: remove reference to parent device object on st_sensor_dataAlexandru Ardelean2021-09-141-3/+3
| * iio: st_sensors: remove all driver remove functionsAlexandru Ardelean2021-09-143-27/+2