summaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel
Commit message (Expand)AuthorAgeFilesLines
* iio:accel:stk8ba50: Remove duplicated error reporting in .remove()Uwe Kleine-König2022-06-111-1/+3
* iio:accel:stk8312: Remove duplicated error reporting in .remove()Uwe Kleine-König2022-06-111-1/+3
* iio:accel:mc3230: Remove duplicated error reporting in .remove()Uwe Kleine-König2022-06-111-1/+3
* iio: accel: mma8452: Add missing documentation for name element of chip_infoJonathan Cameron2022-04-281-0/+1
* iio: accel: dmard06: Drop dependency on OFAndy Shevchenko2022-04-281-1/+0
* iio: accel: adxl355: use fwnode_irq_get_byname()Puranjay Mohan2022-04-281-5/+2
* iio: core: Simplify the registration of kfifo buffersMiquel Raynal2022-04-104-4/+0
* iio: core: Hide read accesses to iio_dev->currentmodeMiquel Raynal2022-04-101-2/+2
* iio: st_sensors: Stop abusing mlock to ensure internal coherencyMiquel Raynal2022-04-101-6/+2
* iio: st_sensors: Return as early as possible from the _write_raw() callbacksMiquel Raynal2022-04-101-4/+1
* iio: accel: kxsd9-spi: changed leading spaces to tabsPaul Lemmermann2022-04-041-2/+2
* iio: accel: dmard09: fixed code styling issuesPaul Lemmermann2022-04-041-1/+1
* iio: accel: add support for LIS302DL variantSicelo A. Mhlongo2022-04-044-0/+13
* iio: accel: Remove unused enum in st_accelSicelo A. Mhlongo2022-04-041-26/+0
* Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-2858-220/+2221
|\
| * Merge tag 'iio-for-5.18a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2022-03-1858-220/+2221
| |\
| | * iio: accel: mma8452: use the correct logic to get mma8452_dataHaibo Chen2022-03-021-2/+2
| | * iio: accel: adxl345: Remove unneeded blank linesAndy Shevchenko2022-02-262-6/+0
| | * iio: accel: adxl345: Drop comma in terminator entriesAndy Shevchenko2022-02-263-3/+3
| | * iio: accel: adxl345: Extract adxl345_powerup() helperAndy Shevchenko2022-02-261-2/+6
| | * iio: accel: adxl345: Add ACPI HID tableKai-Heng Feng2022-02-262-0/+14
| | * iio: accel: adxl345: Make use of device propertiesAndy Shevchenko2022-02-264-11/+9
| | * iio: accel: adxl345: Get rid of name parameter in adxl345_core_probe()Andy Shevchenko2022-02-264-7/+16
| | * iio: accel: adxl345: Set driver_data for OF enumerationAndy Shevchenko2022-02-263-6/+6
| | * iio: accel: adxl345: Convert to use dev_err_probe()Andy Shevchenko2022-02-263-32/+16
| | * iio: accel: adxl367: Fix handled initialization in adxl367_irq_handler()Nathan Chancellor2022-02-261-1/+1
| | * iio: accel: adxl367: unlock on error in adxl367_buffer_predisable()Dan Carpenter2022-02-261-1/+1
| | * iio: accel: add ADXL367 driverCosmin Tanislav2022-02-216-0/+1895
| | * iio:accel:bma180: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-7/+2
| | * iio:accel:stk8312: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-8/+3
| | * iio:accel:stk8ba50: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-8/+3
| | * iio:accel:mma9553: Switch from CONFIG_PM guards to pm_ptr() etcJonathan Cameron2022-02-181-8/+3
| | * iio:accel:mma9551: Switch from CONFIG_PM guards to pm_ptr() etcJonathan Cameron2022-02-181-8/+3
| | * iio:accel:mma7660: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()Jonathan Cameron2022-02-181-8/+3
| | * iio:accel:mc3230: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-4/+2
| | * iio:accel:dmard10: Switch from CONFIG_PM guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-4/+3
| | * iio:accel:dmard06: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-7/+3
| | * iio:accel:da280: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-4/+2
| | * iio:accel:da311: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-4/+2
| | * iio:imu:adis: Move exports into IIO_ADISLIB namespaceJonathan Cameron2022-02-182-0/+2
| | * iio:common:ssp_sensors: Move exports into IIO_SSP_SENSORS namespaceJonathan Cameron2022-02-181-0/+1
| | * iio:st-sensors: Move exports into IIO_ST_SENSORS namespaceJonathan Cameron2022-02-183-2/+5
| | * iio:st-sensors: Remove duplicate MODULE_*Jonathan Cameron2022-02-181-5/+0
| | * iio:accel:fxl8962af: Move exports into IIO_FXL8962AF namespaceJonathan Cameron2022-02-183-3/+5
| | * iio:accel:bmi088: Move exports into IIO_BMI088 namespaceJonathan Cameron2022-02-182-4/+5
| | * iio:accel:bmc150: Move exports into IIO_BMC150 namespaceJonathan Cameron2022-02-183-4/+6
| | * iio:accel:adxl372: Move exports into IIO_ADXL372 namespaceJonathan Cameron2022-02-183-2/+4
| | * iio:accel:adxl355: Move exports into IIO_ADXL355 namespaceJonathan Cameron2022-02-183-3/+5
| | * iio:accel:adxl345: Move exports into IIO_ADXL345 namespaceJonathan Cameron2022-02-183-1/+3
| | * iio:accel:adxl313: Move exports into IIO_ADXL313 namespaceJonathan Cameron2022-02-183-3/+5