summaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel
Commit message (Expand)AuthorAgeFilesLines
* iio: accel: bmc150: Use more consistent and accurate scale valuesStephan Gerhold2021-06-161-22/+24
* iio: hid-sensors: Update header includesJonathan Cameron2021-06-161-4/+1
* iio: hid-sensors: lighten exported symbols by moving to IIO_HID namespaceAndy Shevchenko2021-06-161-0/+1
* iio: accel: bma180/bmc150: Move BMA254 to bmc150-accel driverStephan Gerhold2021-06-134-84/+18
* iio: accel: bmc150: Add device IDs for BMA253Stephan Gerhold2021-06-134-2/+5
* iio: accel: bmc150: Sort all chip names alphabetically / by chip IDStephan Gerhold2021-06-133-42/+42
* iio: accel: bmc150: Drop duplicated documentation of supported chipsStephan Gerhold2021-06-132-18/+2
* iio: accel: bmc150: Drop misleading/duplicate chip identifiersStephan Gerhold2021-06-134-67/+37
* iio: accel: bmc150: Clarify combo modules in KconfigStephan Gerhold2021-06-131-2/+5
* iio: accel: bmc150: Fix bma222 scale unitStephan Gerhold2021-06-131-4/+5
* iio: accel: bma180: Fix BMA25x bandwidth register valuesStephan Gerhold2021-06-131-2/+7
* iio: accel: bmc150: Set label based on accel-location for ACPI DUAL250E fwnodesHans de Goede2021-06-091-0/+16
* iio: accel: bmc150: Refactor bmc150_apply_acpi_orientation()Hans de Goede2021-06-091-5/+13
* iio: accel: bmc150: Add support for DUAL250E ACPI DSM for setting the hinge a...Hans de Goede2021-06-093-0/+116
* iio: accel: bmc150: Remove bmc150_set/get_second_device() accessor functionsHans de Goede2021-06-093-24/+4
* iio: accel: bmc150: Move struct bmc150_accel_data definition to bmc150-accel.hHans de Goede2021-06-092-53/+61
* iio: accel: bmc150: Add support for dual-accelerometers with a DUAL250E HIDHans de Goede2021-06-091-7/+12
* iio: accel: bmc150: Move check for second ACPI device into a separate functionHans de Goede2021-06-091-29/+51
* iio: accel: bmc150: Don't make the remove function of the second acceleromete...Hans de Goede2021-06-093-4/+4
* iio: accel: bmc150: Fix dereferencing the wrong pointer in bmc150_get/set_sec...Hans de Goede2021-06-091-7/+3
* iio: adis: Cleanout unused headersJonathan Cameron2021-06-042-6/+0
* iio: accel: bma180: Add missing 500 Hz / 1000 Hz bandwidthStephan Gerhold2021-06-031-1/+1
* iio: accel: st_sensors: Stop copying channelsLinus Walleij2021-06-031-10/+1
* iio: accel: st_sensors: Support generic mounting matrixLinus Walleij2021-06-031-53/+59
* iio: Drop Duplicated "mount-matrix" parameterAndy Shevchenko2021-06-036-9/+6
* 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