summaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel (follow)
Commit message (Expand)AuthorAgeFilesLines
* iio: accel: stk8ba50: Fix buffer alignment in iio_push_to_buffers_with_timest...Jonathan Cameron2021-05-171-9/+8
* iio: accel: stk8312: Fix buffer alignment in iio_push_to_buffers_with_timesta...Jonathan Cameron2021-05-171-4/+8
* iio: accel: mxc4005: Fix overread of data and alignment issue.Jonathan Cameron2021-05-171-3/+7
* iio: accel: kxcjk-1013: Fix buffer alignment in iio_push_to_buffers_with_time...Jonathan Cameron2021-05-171-10/+14
* iio: accel: hid: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron2021-05-171-5/+8
* iio: accel: bma220: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron2021-05-171-3/+7
* iio: accel: bma180: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron2021-05-171-3/+7
* iio: accel: mma8452: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron2021-05-171-4/+1
* iio: accel: bmi088: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron2021-05-171-6/+20
* iio: accel: kxcjk-1013: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron2021-05-171-4/+1
* iio: accel: mma9551/3: Balance untime pm + use pm_runtime_resume_and_get()Jonathan Cameron2021-05-173-5/+1
* iio: accel: bmc150-accel: Balanced runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron2021-05-171-5/+1
* iio: accel: kxcjk-1013: Add support for KX023-1025Stephan Gerhold2021-05-171-0/+93
* iio: accel: kxcjk-1013: Refactor configuration registers into structStephan Gerhold2021-05-171-42/+82
* iio: accel: fxls8962af: fix errata bug E3 - I2C burst readsSean Nyekjaer2021-05-171-3/+30
* iio: accel: fxls8962af: add hw buffered samplingSean Nyekjaer2021-05-171-0/+195
* iio: accel: fxls8962af: add interrupt supportSean Nyekjaer2021-05-171-0/+114
* iio: accel: fxls8962af: add set/get of samplerateSean Nyekjaer2021-05-171-3/+75
* iio: accel: add support for FXLS8962AF/FXLS8964AF accelerometersSean Nyekjaer2021-05-176-0/+726
* iio:accel:stk8312: Remove acpi_device_id tableGuenter Roeck2021-05-171-9/+0
* iio: st_sensors: Add lsm9ds0 IMU supportAndy Shevchenko2021-05-171-1/+88
* iio: st_sensors: Make accel, gyro, magn and pressure probe sharedAndy Shevchenko2021-05-171-4/+0
* iio: st_sensors: Call st_sensors_power_enable() from bus driversAndy Shevchenko2021-05-173-20/+35
* iio: accel: st_accel: Move platform data from header to C fileAndy Shevchenko2021-05-172-8/+5
* iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-178-11/+11
* iio: accel: bmi088: Drop manual assignment of iio_dev.dev.parentJonathan Cameron2021-05-171-1/+0
* iio: accel: Add driver for Murata SCA3300 accelerometerTomas Melin2021-05-173-0/+486
* iio:accel:stk8312: Add lowercase i2c device idJonathan Cameron2021-05-171-2/+4
* iio: hid-sensors: select IIO_TRIGGERED_BUFFER under HID_SENSOR_IIO_TRIGGERAlexandru Ardelean2021-05-101-1/+0
* iio:accel:adis16201: Fix wrong axis assignment that prevents loadingJonathan Cameron2021-03-291-1/+1
* iio: cros: unify hw fifo attributes without API changesGwendal Grignou2021-03-251-1/+1
* iio: accel: sca3000: kernel-doc fixes. Missing - and wrong function names.Jonathan Cameron2021-03-251-4/+4
* iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou2021-03-257-9/+0
* iio: set default trig->dev.parentGwendal Grignou2021-03-251-2/+1
* iio: Remove kernel-doc keyword in file header commentGwendal Grignou2021-03-258-8/+8
* iio: accel: mma8452: fix indentationSean Nyekjaer2021-03-251-23/+23
* iio: hid-sensors: Move get sensitivity attribute to hid-sensor-commonYe Xiang2021-03-111-14/+9
* iio: accel: sca3000: use devm_iio_kfifo_buffer_setup() helperAlexandru Ardelean2021-03-111-16/+3
* iio: make use of devm_iio_kfifo_buffer_setup() helperAlexandru Ardelean2021-03-111-9/+5
* iio: accel: kxcjk-1013: Set label based on accel-location on 2-accel yoga-sty...Hans de Goede2021-03-111-4/+10
* iio: accel: bmc150: Set label based on accel-location on 2-accel yoga-style 2...Hans de Goede2021-03-111-6/+12
* iio: accel: Add support for the Bosch-Sensortec BMI088Mike Looijmans2021-03-115-0/+688
* iio: hid-sensor-accel-3d: Add timestamp channel for gravity sensorYe Xiang2021-01-221-2/+4
* iio: accel: kxcjk1013: Add rudimentary regulator supportDevajith V S2021-01-221-0/+32
* iio: accel: bmc150: Get mount-matrix from ACPIHans de Goede2020-12-031-4/+104
* iio: accel: bmc150: Check for a second ACPI device for BOSC0200Jeremy Cline2020-12-033-2/+62
* iio: accel: bmc150: Removed unused bmc150_accel_dat irq memberHans de Goede2020-12-031-5/+2
* iio:trigger: rename try_reenable() to reenable() plus return voidJonathan Cameron2020-12-034-28/+19
* iio: accel: bmc150-accel: Add rudimentary regulator supportLinus Walleij2020-12-031-2/+33
* iio: accel: bmc150-accel: Add support for BMA222Linus Walleij2020-12-034-0/+22