summaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel
Commit message (Expand)AuthorAgeFilesLines
...
| * iio: accel: kxsd9: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
| * iio: accel: dmard10: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
| * iio: accel: dmard09: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
| * iio: accel: dmard06: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
| * iio: accel: da311: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
| * iio: accel: adxl367: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
| * iio: accel: msa311: Use devm_regulator_get_enable()Jonathan Cameron2022-11-231-19/+2
| * iio: accel: kxcjk-1013: Use devm_regulator_bulk_get_enable()Jonathan Cameron2022-11-231-21/+4
| * iio: accel: fxls8962af: Use devm_regulator_get_enable()Jonathan Cameron2022-11-231-21/+3
| * iio: accel: adxl367: Use devm_regulator_bulk_get_enable()Jonathan Cameron2022-11-231-24/+4
| * iio: accel: fxls8962af: Use new EXPORT_NS_GPL_DEV_PM_OPS()Jonathan Cameron2022-11-233-11/+9
| * iio: accel: sca3300: Silence no spi_device_id warningWei Yongjun2022-11-231-2/+10
| * iio: accel: bma400: Switch to use dev_err_probe() helperYuan Can2022-11-231-7/+3
* | iio: accel: bma400: Ensure VDDIO is enable defore reading the chip ID.Jonathan Cameron2022-10-291-12/+12
|/
* iio: bmc150-accel-core: Fix unsafe buffer attributesMatti Vaittinen2022-10-171-5/+18
* iio: adxl367: Fix unsafe buffer attributesMatti Vaittinen2022-10-171-5/+18
* iio: adxl372: Fix unsafe buffer attributesMatti Vaittinen2022-10-171-5/+18
* Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-0813-118/+1978
|\
| * iio: accel: bma400: Fix smatch warning based on use of unintialized value.Jonathan Cameron2022-09-211-1/+2
| * iio: accel: bmi088: Use EXPORT_NS_GPL_RUNTIME_DEV_PM_OPS() and pm_ptr()Jonathan Cameron2022-09-212-10/+7
| * drivers: iio: accel: adxl312 and adxl314 supportGeorge Mois2022-09-214-93/+281
| * iio: accel: bma400: Add support for single and double tap eventsJagath Jog J2022-09-052-10/+347
| * iio/accel: fix repeated words in commentswangjianli2022-08-301-1/+1
| * iio: add MEMSensing MSA311 3-axis accelerometer driverDmitry Rokosov2022-08-303-0/+1336
| * iio: accel: adxl345: use HZ macro from units.hDmitry Rokosov2022-08-281-3/+4
* | i2c: Make remove callback return voidUwe Kleine-König2022-08-1612-36/+12
|/
* iio: accel: sca3300: Extend the trigger buffer from 16 to 32 bytesLI Qingwu2022-07-191-11/+19
* iio: accel: bma220: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-4/+4
* iio: cros: Register FIFO callback after sensor is registeredGwendal Grignou2022-07-181-2/+2
* Merge tag 'iio-for-5.20a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2022-07-1423-213/+1120
|\
| * iio: accel: mma7660: Drop wrong use of ACPI_PTR()Andy Shevchenko2022-06-181-3/+3
| * iio:accel:kxsd9: Switch from CONFIG_PM guards to pm_ptr() etcJonathan Cameron2022-06-153-11/+4
| * iio: accel: sca3300: Fix alignment for DMA safetyJonathan Cameron2022-06-141-1/+1
| * iio: accel: sca3000: Fix alignment for DMA safetyJonathan Cameron2022-06-141-2/+2
| * iio: accel: bmi088: Fix alignment for DMA safetyJonathan Cameron2022-06-141-1/+1
| * iio: accel: bma220: Fix alignment for DMA safetyJonathan Cameron2022-06-141-1/+1
| * iio: accel: adxl367: Fix alignment for DMA safetyJonathan Cameron2022-06-142-4/+6
| * iio: accel: adxl355: Fix alignment for DMA safetyJonathan Cameron2022-06-141-1/+1
| * iio: accel: adxl313: Fix alignment for DMA safetyJonathan Cameron2022-06-141-1/+1
| * iio: core: Fix IIO_ALIGN and rename as it was not sufficiently largeJonathan Cameron2022-06-141-1/+1
| * iio: accel: sca3000: Fix syntax errors in commentsXiang wangx2022-06-141-1/+1
| * iio: accel: sca3300: Add inclination channelsLI Qingwu2022-06-141-3/+73
| * iio: accel: sca3300: Add support for SCL3300LI Qingwu2022-06-141-2/+28
| * iio: accel: sca3300: modified to support multi chipsLI Qingwu2022-06-141-41/+156
| * iio: accel: sca3300: add define for temp channel for reuse.LI Qingwu2022-06-141-12/+14
| * iio: accel: bmi088: Add support for bmi090l accelLI Qingwu2022-06-113-0/+10
| * iio: accel: bmi088: Add support for bmi085 accelLI Qingwu2022-06-113-0/+10
| * iio: accel: bmi088: modified the device nameLI Qingwu2022-06-113-19/+36
| * iio: accel: bmi088: Make it possible to config scalesLI Qingwu2022-06-111-1/+32
| * iio: accel: bmi088: Modified the scale calculateLI Qingwu2022-06-111-4/+11