summaryrefslogtreecommitdiff
path: root/drivers/iio/accel
AgeCommit message (Expand)Author
2022-02-18iio:accel:adxl372: Move exports into IIO_ADXL372 namespaceJonathan Cameron
2022-02-18iio:accel:adxl355: Move exports into IIO_ADXL355 namespaceJonathan Cameron
2022-02-18iio:accel:adxl345: Move exports into IIO_ADXL345 namespaceJonathan Cameron
2022-02-18iio:accel:adxl313: Move exports into IIO_ADXL313 namespaceJonathan Cameron
2022-02-18iio:accel:bma400: Move exports into IIO_BMA400 namespaceJonathan Cameron
2022-02-18iio:accel:kxsd9: Move exports into IIO_KDSD9 namespaceJonathan Cameron
2022-02-18iio:accel:mma7455_core: Move exports into IIO_MMA7455 namespaceJonathan Cameron
2022-02-18iio:accel:mma9551_core: Move exports into IIO_MMA9551 namespaceJonathan Cameron
2022-02-18iio: accel: st_accel: Add support for Silan SC7A20Samuel Holland
2022-02-18iio: mma8452: Add support for the "mount-matrix" device propertyHans de Goede
2022-02-18iio: mma8452: Fix probe failing when an i2c_device_id is usedHans de Goede
2022-02-09spi: make remove callback a void functionUwe Kleine-König
2022-02-06iio: accel: adxl355: Replace custom definitions with generic from units.hAndy Shevchenko
2022-01-30iio: Fix error handling for PMMiaoqian Lin
2022-01-23iio: accel: fxls8962af: add padding to regmap for SPISean Nyekjaer
2022-01-23iio: st_sensors: don't always auto-enable I2C and SPI interface driversNikita Yushchenko
2022-01-23iio:accel:dmard09: Tidy up white space around {} in id tableJonathan Cameron
2021-12-22Merge tag 'iio-for-5.17a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2021-12-21iio:accel:kxcjk-1013: Mark struct __maybe_unused to avoid warning.Jonathan Cameron
2021-12-21iio:accel:bmc150: Mark structure __maybe_unused as only needed with for pm ops.Jonathan Cameron
2021-12-16iio:accel:bma180: Suppress clang W=1 warning about pointer to enum conversion.Jonathan Cameron
2021-11-27iio: expose shared parameter in IIO_ENUM_AVAILABLEAntoniu Miclaus
2021-11-17iio: mma8452: Fix trigger reference coutingLars-Peter Clausen
2021-11-17iio: kxsd9: Don't return error code in trigger handlerLars-Peter Clausen
2021-11-17iio: accel: kxcjk-1013: Fix possible memory leak in probe and removeYang Yingliang
2021-11-17iio: stk8ba50: Use scan_type when processing raw dataGwendal Grignou
2021-11-17iio: stk8312: Use scan_type when processing raw dataGwendal Grignou
2021-11-17iio: sca3000: Use scan_type when processing raw dataGwendal Grignou
2021-11-17iio: mma7455: Use scan_type when processing raw dataGwendal Grignou
2021-11-17iio: kxcjk-1013: Use scan_type when processing raw dataGwendal Grignou
2021-11-17iio: bma220: Use scan_type when processing raw dataGwendal Grignou
2021-11-17iio: mma8452: Use correct type for return variable in IRQ handlerLars-Peter Clausen
2021-11-17iio: accel: mma7660: Warn about failure to put device in stand-by in .remove()Uwe Kleine-König
2021-10-20iio: accel: sca3000: Use sign_extend32() instead of opencoding sign extension.Jonathan Cameron
2021-10-19Merge tag 'iio-for-5.16a-split-take4' of https://git.kernel.org/pub/scm/linux...Greg Kroah-Hartman
2021-10-19iio: accel: mma7455: Make mma7455_core_remove() return voidUwe Kleine-König
2021-10-19iio: accel: kxsd9: Make kxsd9_common_remove() return voidUwe Kleine-König
2021-10-19iio: accel: bmi088: Make bmi088_accel_core_remove() return voidUwe Kleine-König
2021-10-19iio: accel: bmc150: Make bmc150_accel_core_remove() return voidUwe Kleine-König
2021-10-19iio: accel: bma400: Make bma400_remove() return voidUwe Kleine-König
2021-10-19iio: triggered-buffer: extend support to configure output buffersAlexandru Ardelean
2021-10-19iio: accel: fxls8962af: add wake on eventSean Nyekjaer
2021-10-19iio: accel: fxls8962af: add threshold event handlingSean Nyekjaer
2021-10-17iio: accel: mma7660: Mark acpi match table as maybe unusedDaniel Palmer
2021-09-14iio: accel: fxls8962af: return IRQ_HANDLED when fifo is flushedSean Nyekjaer
2021-09-14iio: accel: adxl355: Add triggered buffer supportPuranjay Mohan
2021-09-14iio: accel: adxl355: use if(ret) in place of ret < 0Puranjay Mohan
2021-09-14iio: accel: Add driver support for ADXL313Lucas Stankus
2021-09-14iio: st_sensors: remove reference to parent device object on st_sensor_dataAlexandru Ardelean
2021-09-14iio: st_sensors: remove all driver remove functionsAlexandru Ardelean