summaryrefslogtreecommitdiff
path: root/drivers/iio/accel
AgeCommit message (Expand)AuthorFilesLines
2021-12-14iio: accel: kxcjk-1013: Fix possible memory leak in probe and removeYang Yingliang1-3/+2
2021-12-14iio: kxsd9: Don't return error code in trigger handlerLars-Peter Clausen1-3/+3
2021-12-14iio: mma8452: Fix trigger reference coutingLars-Peter Clausen1-1/+1
2021-07-28iio: accel: bma180: Fix BMA25x bandwidth register valuesStephan Gerhold1-2/+5
2021-07-28iio: accel: bma180: Use explicit member assignmentLinus Walleij1-24/+44
2021-07-20iio: accel: stk8ba50: Fix buffer alignment in iio_push_to_buffers_with_timest...Jonathan Cameron1-9/+8
2021-07-20iio: accel: stk8312: Fix buffer alignment in iio_push_to_buffers_with_timesta...Jonathan Cameron1-4/+8
2021-07-20iio: accel: kxcjk-1013: Fix buffer alignment in iio_push_to_buffers_with_time...Jonathan Cameron1-10/+14
2021-07-20iio: accel: bma220: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron1-3/+7
2021-07-20iio: accel: bma180: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron1-3/+7
2020-11-24iio: accel: kxcjk1013: Replace is_smo8500_device with an acpi_type enumHans de Goede1-5/+10
2020-09-23iio:accel:mma8452: Fix timestamp alignment and prevent data leak.Jonathan Cameron1-3/+8
2020-09-23iio:accel:mma7455: Fix timestamp alignment and prevent data leak.Jonathan Cameron1-4/+12
2020-09-23iio: accel: kxsd9: Fix alignment of local buffer.Jonathan Cameron1-5/+11
2020-09-23iio:accel:bmc150-accel: Fix timestamp alignment and prevent data leak.Jonathan Cameron1-3/+12
2020-07-22iio: mma8452: Add missed iio_device_unregister() call in mma8452_probe()Chuhong Yuan1-1/+4
2019-11-06iio: fix center temperature of bmc150-accel-corePascal Bouwmann1-1/+1
2019-04-27io: accel: kxcjk1013: restore the range after resume.he, bo1-0/+2
2019-02-12iio: accel: kxcjk1013: Add KIOX010A ACPI Hardware-IDHans de Goede1-0/+1
2018-03-28iio: st_pressure: st_accel: pass correct platform data to initMichael Nosthoff1-1/+1
2018-03-24iio: st_pressure: st_accel: Initialise sensor platform data properlyShrirang Bagul1-3/+4
2017-08-16iio: accel: bmc150: Always restore device to normal mode after suspend-resumeHans de Goede1-8/+1
2017-01-12iio: accel: st_accel: fix LIS3LV02 reading and scalingLinus Walleij1-2/+10
2016-10-30iio: st_sensors: fix scale configuration for h3lis331dlLorenzo Bianconi1-4/+8
2016-09-18iio: accel: Add driver for the mCube MC3230 3-axis accelerometerHans de Goede3-0/+222
2016-09-18iio: accel: mma7660: fix missing MODULE_DEVICE_TABLE(i2c)Hans de Goede1-0/+1
2016-09-18iio: common: ssp_sensors: accel: constify iio_info structuresJulia Lawall1-1/+1
2016-09-18iio: accel: kxsd9: Support reading a mounting matrixLinus Walleij1-0/+24
2016-09-18iio: accel: kxsd9: Deploy system and runtime PMLinus Walleij4-2/+94
2016-09-18iio: accel: kxsd9: Replace "parent" with "dev"Linus Walleij2-12/+12
2016-09-18iio: accel: kxsd9: Fetch and handle regulatorsLinus Walleij1-3/+85
2016-09-18iio: accel: kxsd9: Deploy proper register bit definesLinus Walleij1-9/+27
2016-09-18iio: accel: kxsd9: Add triggered buffer handlingLinus Walleij2-6/+78
2016-09-18iio: accel: kxsd9: Fix up offset and scalingLinus Walleij1-17/+18
2016-09-18iio: accel: kxsd9: Drop the buffer lockLinus Walleij1-14/+4
2016-09-18iio: accel: kxsd9: Add I2C transportLinus Walleij3-1/+75
2016-09-18iio: accel: kxsd9: Convert to use regmap for transportLinus Walleij4-99/+43
2016-09-18iio: accel: kxsd9: Do away with the write2 helperLinus Walleij3-14/+2
2016-09-18iio: accel: kxsd9: Split out SPI transportLinus Walleij5-127/+173
2016-09-18iio: accel: kxsd9: split out a common remove() functionLinus Walleij1-10/+14
2016-09-18iio: accel: kxsd9: Split out transport mechanismLinus Walleij1-52/+123
2016-09-14Merge tag 'iio-for-4.9b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman1-1/+3
2016-09-12iio: accel: mxc6255: Fix chip-id checkHans de Goede1-6/+1
2016-09-12Merge 4.8-rc6 into staging-nextGreg Kroah-Hartman2-0/+12
2016-09-05iio: accel: mxc6255 add support for the mxc6225Hans de Goede1-1/+8
2016-09-05Merge 4.8-rc5 into staging-nextGreg Kroah-Hartman3-2/+6
2016-09-03iio: accel: kxsd9: Fix scaling bugLinus Walleij1-0/+1
2016-09-03iio: accel: bmc150: reset chip at init timeOlof Johansson1-0/+11
2016-08-24Merge tag 'iio-for-4.9a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman6-4/+427
2016-08-21iio: accel: kxsd9: Fix raw read returnLinus Walleij1-0/+1