| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | iio: accel: kxsd9: Convert to i2c's .probe_new() | Uwe Kleine-König | 2022-11-23 | 1 | -3/+2 |
| * | iio: accel: dmard10: Convert to i2c's .probe_new() | Uwe Kleine-König | 2022-11-23 | 1 | -3/+2 |
| * | iio: accel: dmard09: Convert to i2c's .probe_new() | Uwe Kleine-König | 2022-11-23 | 1 | -3/+2 |
| * | iio: accel: dmard06: Convert to i2c's .probe_new() | Uwe Kleine-König | 2022-11-23 | 1 | -3/+2 |
| * | iio: accel: da311: Convert to i2c's .probe_new() | Uwe Kleine-König | 2022-11-23 | 1 | -3/+2 |
| * | iio: accel: adxl367: Convert to i2c's .probe_new() | Uwe Kleine-König | 2022-11-23 | 1 | -3/+2 |
| * | iio: accel: msa311: Use devm_regulator_get_enable() | Jonathan Cameron | 2022-11-23 | 1 | -19/+2 |
| * | iio: accel: kxcjk-1013: Use devm_regulator_bulk_get_enable() | Jonathan Cameron | 2022-11-23 | 1 | -21/+4 |
| * | iio: accel: fxls8962af: Use devm_regulator_get_enable() | Jonathan Cameron | 2022-11-23 | 1 | -21/+3 |
| * | iio: accel: adxl367: Use devm_regulator_bulk_get_enable() | Jonathan Cameron | 2022-11-23 | 1 | -24/+4 |
| * | iio: accel: fxls8962af: Use new EXPORT_NS_GPL_DEV_PM_OPS() | Jonathan Cameron | 2022-11-23 | 3 | -11/+9 |
| * | iio: accel: sca3300: Silence no spi_device_id warning | Wei Yongjun | 2022-11-23 | 1 | -2/+10 |
| * | iio: accel: bma400: Switch to use dev_err_probe() helper | Yuan Can | 2022-11-23 | 1 | -7/+3 |
* | | iio: accel: bma400: Ensure VDDIO is enable defore reading the chip ID. | Jonathan Cameron | 2022-10-29 | 1 | -12/+12 |
|/ |
|
* | iio: bmc150-accel-core: Fix unsafe buffer attributes | Matti Vaittinen | 2022-10-17 | 1 | -5/+18 |
* | iio: adxl367: Fix unsafe buffer attributes | Matti Vaittinen | 2022-10-17 | 1 | -5/+18 |
* | iio: adxl372: Fix unsafe buffer attributes | Matti Vaittinen | 2022-10-17 | 1 | -5/+18 |
* | Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2022-10-08 | 13 | -118/+1978 |
|\ |
|
| * | iio: accel: bma400: Fix smatch warning based on use of unintialized value. | Jonathan Cameron | 2022-09-21 | 1 | -1/+2 |
| * | iio: accel: bmi088: Use EXPORT_NS_GPL_RUNTIME_DEV_PM_OPS() and pm_ptr() | Jonathan Cameron | 2022-09-21 | 2 | -10/+7 |
| * | drivers: iio: accel: adxl312 and adxl314 support | George Mois | 2022-09-21 | 4 | -93/+281 |
| * | iio: accel: bma400: Add support for single and double tap events | Jagath Jog J | 2022-09-05 | 2 | -10/+347 |
| * | iio/accel: fix repeated words in comments | wangjianli | 2022-08-30 | 1 | -1/+1 |
| * | iio: add MEMSensing MSA311 3-axis accelerometer driver | Dmitry Rokosov | 2022-08-30 | 3 | -0/+1336 |
| * | iio: accel: adxl345: use HZ macro from units.h | Dmitry Rokosov | 2022-08-28 | 1 | -3/+4 |
* | | i2c: Make remove callback return void | Uwe Kleine-König | 2022-08-16 | 12 | -36/+12 |
|/ |
|
* | iio: accel: sca3300: Extend the trigger buffer from 16 to 32 bytes | LI Qingwu | 2022-07-19 | 1 | -11/+19 |
* | iio: accel: bma220: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr() | Jonathan Cameron | 2022-07-18 | 1 | -4/+4 |
* | iio: cros: Register FIFO callback after sensor is registered | Gwendal Grignou | 2022-07-18 | 1 | -2/+2 |
* | Merge tag 'iio-for-5.20a' of https://git.kernel.org/pub/scm/linux/kernel/git/... | Greg Kroah-Hartman | 2022-07-14 | 23 | -213/+1120 |
|\ |
|
| * | iio: accel: mma7660: Drop wrong use of ACPI_PTR() | Andy Shevchenko | 2022-06-18 | 1 | -3/+3 |
| * | iio:accel:kxsd9: Switch from CONFIG_PM guards to pm_ptr() etc | Jonathan Cameron | 2022-06-15 | 3 | -11/+4 |
| * | iio: accel: sca3300: Fix alignment for DMA safety | Jonathan Cameron | 2022-06-14 | 1 | -1/+1 |
| * | iio: accel: sca3000: Fix alignment for DMA safety | Jonathan Cameron | 2022-06-14 | 1 | -2/+2 |
| * | iio: accel: bmi088: Fix alignment for DMA safety | Jonathan Cameron | 2022-06-14 | 1 | -1/+1 |
| * | iio: accel: bma220: Fix alignment for DMA safety | Jonathan Cameron | 2022-06-14 | 1 | -1/+1 |
| * | iio: accel: adxl367: Fix alignment for DMA safety | Jonathan Cameron | 2022-06-14 | 2 | -4/+6 |
| * | iio: accel: adxl355: Fix alignment for DMA safety | Jonathan Cameron | 2022-06-14 | 1 | -1/+1 |
| * | iio: accel: adxl313: Fix alignment for DMA safety | Jonathan Cameron | 2022-06-14 | 1 | -1/+1 |
| * | iio: core: Fix IIO_ALIGN and rename as it was not sufficiently large | Jonathan Cameron | 2022-06-14 | 1 | -1/+1 |
| * | iio: accel: sca3000: Fix syntax errors in comments | Xiang wangx | 2022-06-14 | 1 | -1/+1 |
| * | iio: accel: sca3300: Add inclination channels | LI Qingwu | 2022-06-14 | 1 | -3/+73 |
| * | iio: accel: sca3300: Add support for SCL3300 | LI Qingwu | 2022-06-14 | 1 | -2/+28 |
| * | iio: accel: sca3300: modified to support multi chips | LI Qingwu | 2022-06-14 | 1 | -41/+156 |
| * | iio: accel: sca3300: add define for temp channel for reuse. | LI Qingwu | 2022-06-14 | 1 | -12/+14 |
| * | iio: accel: bmi088: Add support for bmi090l accel | LI Qingwu | 2022-06-11 | 3 | -0/+10 |
| * | iio: accel: bmi088: Add support for bmi085 accel | LI Qingwu | 2022-06-11 | 3 | -0/+10 |
| * | iio: accel: bmi088: modified the device name | LI Qingwu | 2022-06-11 | 3 | -19/+36 |
| * | iio: accel: bmi088: Make it possible to config scales | LI Qingwu | 2022-06-11 | 1 | -1/+32 |
| * | iio: accel: bmi088: Modified the scale calculate | LI Qingwu | 2022-06-11 | 1 | -4/+11 |