aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel
AgeCommit message (Expand)Author
2024-02-23iio: accel: bma400: Fix a compilation problemMario Limonciello
2023-03-11iio: accel: mma9551_core: Prevent uninitialized variable in mma9551_read_conf...Harshit Mogalapalli
2023-03-11iio: accel: mma9551_core: Prevent uninitialized variable in mma9551_read_stat...Harshit Mogalapalli
2023-02-15iio: hid: fix the retval in accel_3d_capture_sampleDmitry Perchanov
2023-01-14iio:imu:adis: Move exports into IIO_ADISLIB namespaceJonathan Cameron
2022-08-21iio: accel: bma400: Reordering of header filesJagath Jog J
2022-08-21iio: accel: bma400: Fix the scale min and max macro valuesJagath Jog J
2022-06-29iio: accel: mma8452: ignore the return value of reset operationHaibo Chen
2022-06-29iio:accel:mxc4005: rearrange iio trigger get and registerDmitry Rokosov
2022-06-29iio:accel:bma180: rearrange iio trigger get and registerDmitry Rokosov
2022-06-29iio: mma8452: fix probe fail when device tree compatible is used.Haibo Chen
2022-04-08iio: mma8452: Fix probe failing when an i2c_device_id is usedHans de Goede
2022-03-02iio: Fix error handling for PMMiaoqian Lin
2021-12-14iio: accel: kxcjk-1013: Fix possible memory leak in probe and removeYang Yingliang
2021-12-14iio: kxsd9: Don't return error code in trigger handlerLars-Peter Clausen
2021-12-14iio: mma8452: Fix trigger reference coutingLars-Peter Clausen
2021-11-18iio: st_sensors: disable regulators after device unregistrationAlexandru Ardelean
2021-11-18iio: st_sensors: Call st_sensors_power_enable() from bus driversAndy Shevchenko
2021-07-14iio: accel: stk8ba50: Fix buffer alignment in iio_push_to_buffers_with_timest...Jonathan Cameron
2021-07-14iio: accel: stk8312: Fix buffer alignment in iio_push_to_buffers_with_timesta...Jonathan Cameron
2021-07-14iio: accel: mxc4005: Fix overread of data and alignment issue.Jonathan Cameron
2021-07-14iio: accel: kxcjk-1013: Fix buffer alignment in iio_push_to_buffers_with_time...Jonathan Cameron
2021-07-14iio: accel: hid: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron
2021-07-14iio: accel: bma220: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron
2021-07-14iio: accel: bma180: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron
2021-07-14iio: accel: bma180: Fix BMA25x bandwidth register valuesStephan Gerhold
2021-05-19iio: hid-sensors: select IIO_TRIGGERED_BUFFER under HID_SENSOR_IIO_TRIGGERAlexandru Ardelean
2021-05-14iio:accel:adis16201: Fix wrong axis assignment that prevents loadingJonathan Cameron
2020-11-14iio: accel: kxcjk1013: Add support for KIOX010A ACPI DSM for setting tablet-modeHans de Goede
2020-11-14iio: accel: kxcjk1013: Replace is_smo8500_device with an acpi_type enumHans de Goede
2020-09-29iio: cros_ec: unify hw fifo attributes into the core fileAlexandru Ardelean
2020-09-22Merge tag 'iio-for-5.10b-take2' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman
2020-09-21iio:accel:bma180: Fix use of true when should be iio_shared_by enumJonathan Cameron
2020-09-16iio: adis16209: Use Managed device functionsNuno Sá
2020-09-16iio: adis16201: Use Managed device functionsNuno Sá
2020-09-14Merge 5.9-rc5 into staging-nextGreg Kroah-Hartman
2020-09-13Merge tag 'staging-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-09-03iio: accel: bma220: Remove unneeded blank linesAndy Shevchenko
2020-09-03iio: accel: bma220: Use BIT() and GENMASK() macrosAndy Shevchenko
2020-09-03iio: accel: bma220: Group IIO headers togetherAndy Shevchenko
2020-09-03iio: accel: bma220: Drop ACPI_PTR() and accompanying ifdefferyAndy Shevchenko
2020-09-03iio: accel: bma220: Mark PM functions as __maybe_unusedAndy Shevchenko
2020-09-03iio: accel: bma220: Use dev_get_drvdata() directlyAndy Shevchenko
2020-09-03iio: accel: bma220: Convert to use ->read_avail()Andy Shevchenko
2020-09-03iio: accel: bma220: Fix returned codes from bma220_init(), bma220_deinit()Andy Shevchenko
2020-09-03iio: accel: adxl372: Add support for FIFO peak modeStefan Popa
2020-09-03iio: accel: mma8452: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-09-03iio: accel: bma180: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-22iio:accel:mma7455: Fix timestamp alignment and prevent data leak.Jonathan Cameron