summaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel
Commit message (Expand)AuthorAgeFilesLines
* 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
| * iio: st_sensors: remove st_sensors_power_disable() functionAlexandru Ardelean2021-09-142-24/+2
| * iio: st_sensors: remove st_sensors_deallocate_trigger() functionAlexandru Ardelean2021-09-141-17/+1
| * iio: st_sensors: disable regulators after device unregistrationAlexandru Ardelean2021-09-142-4/+4
| * iio: accel: Add driver support for ADXL355Puranjay Mohan2021-09-146-0/+792
* | iio: accel: fxls8962af: return IRQ_HANDLED when fifo is flushedSean Nyekjaer2021-09-141-1/+1
|/
* Merge 5.14-rc6 into staging-nextGreg Kroah-Hartman2021-08-162-1/+3
|\
| * iio: accel: fxls8962af: fix i2c dependencyArnd Bergmann2021-07-241-0/+2
| * iio: accel: fxls8962af: fix potential use of uninitialized symbolSean Nyekjaer2021-07-131-1/+1
* | iio: accel: bmc150: Add support for BMC156Stephan Gerhold2021-08-085-9/+45
* | iio: accel: bmc150: Make it possible to configure INT2 instead of INT1Stephan Gerhold2021-08-081-12/+59
* | iio: accel: st_accel: use devm_iio_triggered_buffer_setup() for bufferAlexandru Ardelean2021-07-243-16/+3
* | iio: st-sensors: Remove some unused includes and add some that should be thereJonathan Cameron2021-07-244-15/+5
* | iio: accel: adxl345: convert probe to device-managed functionsAlexandru Ardelean2021-07-194-33/+9
* | iio: accel: bma220: make suspend state setting more robustAlexandru Ardelean2021-07-191-12/+29
* | iio: accel: bma220: convert probe to device-managed functionsAlexandru Ardelean2021-07-191-33/+11
* | iio: accel: da280: convert probe to device-managed functionsAlexandru Ardelean2021-07-171-17/+9
* | iio: accel: da311: convert probe to device-managed functionsAlexandru Ardelean2021-07-171-17/+9
* | iio: accel: dmard10: convert probe to device-managed functionsAlexandru Ardelean2021-07-171-17/+10