summaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel/st_accel_core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iio-for-6.5a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2023-06-151-0/+1
|\
| * iio: accel: st_accel: Add LSM303DMarius Hoch2023-05-131-0/+1
* | iio: accel: st_accel: Fix invalid mount_matrix on devices without ACPI _ONT m...Hans de Goede2023-05-131-2/+2
|/
* iio: accel: add support for IIS328DQ variantStefan Wahren2023-03-191-0/+1
* iio: accel: st_accel: Add LSM303CStephan Gerhold2023-01-081-0/+1
* 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: add support for LIS302DL variantSicelo A. Mhlongo2022-04-041-0/+1
* iio:st-sensors: Move exports into IIO_ST_SENSORS namespaceJonathan Cameron2022-02-181-2/+3
* iio: accel: st_accel: Add support for Silan SC7A20Samuel Holland2022-02-181-0/+83
* iio: st_sensors: remove reference to parent device object on st_sensor_dataAlexandru Ardelean2021-09-141-3/+3
* iio: st_sensors: remove all driver remove functionsAlexandru Ardelean2021-09-141-7/+2
* iio: st_sensors: remove st_sensors_deallocate_trigger() functionAlexandru Ardelean2021-09-141-17/+1
* iio: accel: st_accel: use devm_iio_triggered_buffer_setup() for bufferAlexandru Ardelean2021-07-241-5/+1
* iio: st-sensors: Remove some unused includes and add some that should be thereJonathan Cameron2021-07-241-6/+2
* iio: accel: st_sensors: Stop copying channelsLinus Walleij2021-06-031-10/+1
* iio: accel: st_sensors: Support generic mounting matrixLinus Walleij2021-06-031-53/+59
* iio: st_sensors: Add lsm9ds0 IMU supportAndy Shevchenko2021-05-171-1/+88
* iio: st_sensors: Call st_sensors_power_enable() from bus driversAndy Shevchenko2021-05-171-16/+5
* iio: accel: st_accel: Move platform data from header to C fileAndy Shevchenko2021-05-171-0/+5
* iio: accel: st_sensors: add support for LIS2HH12Gaëtan André2020-04-191-0/+77
* iio: st_sensors: Drop unneeded explicit castingsAndy Shevchenko2020-03-211-2/+1
* iio: st_sensors: Use dev_get_platdata() to get platform_dataAndy Shevchenko2020-03-211-2/+1
* iio: st_accel: Fix unused variable warningYueHaibing2019-12-081-2/+6
* iio: st: Drop GPIO includeLinus Walleij2019-10-271-1/+0
* iio: remove get_irq_data_ready() function pointer and use IRQ number directlyDenis Ciocca2019-08-051-4/+3
* iio: make st_sensors drivers use regmapDenis Ciocca2019-07-271-3/+0
* iio: move 3-wire spi initialization to st_sensors_spiDenis Ciocca2019-07-271-3/+1
* iio:accel: introduce st_accel_get_settings() functionDenis Ciocca2019-07-271-0/+18
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner2019-05-301-2/+1
* iio: accel: add support to LIS2DE12Robert Jones2019-04-141-0/+76
* iio: st_accel: remove redundant unsigned less than zero checkColin Ian King2019-04-041-1/+1
* iio: st_accel: use ACPI orientation dataDaniel Drake2019-02-021-1/+170
* iio: st-accel: add support for lis3deHeiko Stuebner2018-11-161-0/+1
* iio: st_pressure: st_accel: pass correct platform data to initMichael Nosthoff2018-03-101-1/+1
* Revert "iio: accel: st_accel: remove redundant pointer pdata"Jonathan Cameron2018-03-101-0/+5
* iio: accel: st_accel: remove redundant pointer pdataColin Ian King2017-12-021-5/+0
* iio: accel: add support to LIS3DHHLorenzo Bianconi2017-10-101-0/+52
* iio: st_sensors: split open-drain parameters for irq1 and irq2Lorenzo Bianconi2017-10-101-6/+12
* iio: accel: add support to LIS2DW12Lorenzo Bianconi2017-10-091-0/+79
* iio: st_sensors: decouple irq1 configuration parameters from the irq2 onesLorenzo Bianconi2017-10-091-22/+44
* iio: st_sensors: add register mask for status registerLorenzo Bianconi2017-10-091-7/+28
* iio:accel: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-2/+0
* Merge tag 'iio-for-4.14b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2017-08-201-2/+2
|\
| * iio: accel: st_accel: fix data-ready line configurationLorenzo Bianconi2017-08-121-2/+2
* | Merge 4.13-rc5 into staging-nextGreg Kroah-Hartman2017-08-141-0/+32
|\ \ | |/ |/|
| * Merge tag 'iio-fixes-for-4.13a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-07-231-0/+32
| |\
| | * iio: accel: st_accel: add SPI-3wire supportLorenzo Bianconi2017-07-061-0/+32
* | | iio: accel: st_accel: rename H3LIS331DL_DRIVER_NAME in H3LIS331DL_ACCEL_DEV_NAMELorenzo Bianconi2017-07-091-1/+1
|/ /
* / iio: st_pressure: st_accel: Initialise sensor platform data properlyShrirang Bagul2017-04-261-3/+4
|/