summaryrefslogtreecommitdiff
path: root/drivers/iio/accel/st_accel_core.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-15Merge tag 'iio-for-6.5a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman1-0/+1
2023-05-13iio: accel: st_accel: Add LSM303DMarius Hoch1-0/+1
2023-05-13iio: accel: st_accel: Fix invalid mount_matrix on devices without ACPI _ONT m...Hans de Goede1-2/+2
2023-03-19iio: accel: add support for IIS328DQ variantStefan Wahren1-0/+1
2023-01-08iio: accel: st_accel: Add LSM303CStephan Gerhold1-0/+1
2022-04-10iio: st_sensors: Stop abusing mlock to ensure internal coherencyMiquel Raynal1-6/+2
2022-04-10iio: st_sensors: Return as early as possible from the _write_raw() callbacksMiquel Raynal1-4/+1
2022-04-04iio: accel: add support for LIS302DL variantSicelo A. Mhlongo1-0/+1
2022-02-18iio:st-sensors: Move exports into IIO_ST_SENSORS namespaceJonathan Cameron1-2/+3
2022-02-18iio: accel: st_accel: Add support for Silan SC7A20Samuel Holland1-0/+83
2021-09-14iio: st_sensors: remove reference to parent device object on st_sensor_dataAlexandru Ardelean1-3/+3
2021-09-14iio: st_sensors: remove all driver remove functionsAlexandru Ardelean1-7/+2
2021-09-14iio: st_sensors: remove st_sensors_deallocate_trigger() functionAlexandru Ardelean1-17/+1
2021-07-24iio: accel: st_accel: use devm_iio_triggered_buffer_setup() for bufferAlexandru Ardelean1-5/+1
2021-07-24iio: st-sensors: Remove some unused includes and add some that should be thereJonathan Cameron1-6/+2
2021-06-03iio: accel: st_sensors: Stop copying channelsLinus Walleij1-10/+1
2021-06-03iio: accel: st_sensors: Support generic mounting matrixLinus Walleij1-53/+59
2021-05-17iio: st_sensors: Add lsm9ds0 IMU supportAndy Shevchenko1-1/+88
2021-05-17iio: st_sensors: Call st_sensors_power_enable() from bus driversAndy Shevchenko1-16/+5
2021-05-17iio: accel: st_accel: Move platform data from header to C fileAndy Shevchenko1-0/+5
2020-04-19iio: accel: st_sensors: add support for LIS2HH12Gaëtan André1-0/+77
2020-03-21iio: st_sensors: Drop unneeded explicit castingsAndy Shevchenko1-2/+1
2020-03-21iio: st_sensors: Use dev_get_platdata() to get platform_dataAndy Shevchenko1-2/+1
2019-12-08iio: st_accel: Fix unused variable warningYueHaibing1-2/+6
2019-10-27iio: st: Drop GPIO includeLinus Walleij1-1/+0
2019-08-05iio: remove get_irq_data_ready() function pointer and use IRQ number directlyDenis Ciocca1-4/+3
2019-07-28iio: make st_sensors drivers use regmapDenis Ciocca1-3/+0
2019-07-28iio: move 3-wire spi initialization to st_sensors_spiDenis Ciocca1-3/+1
2019-07-28iio:accel: introduce st_accel_get_settings() functionDenis Ciocca1-0/+18
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner1-2/+1
2019-04-14iio: accel: add support to LIS2DE12Robert Jones1-0/+76
2019-04-04iio: st_accel: remove redundant unsigned less than zero checkColin Ian King1-1/+1
2019-02-02iio: st_accel: use ACPI orientation dataDaniel Drake1-1/+170
2018-11-16iio: st-accel: add support for lis3deHeiko Stuebner1-0/+1
2018-03-10iio: st_pressure: st_accel: pass correct platform data to initMichael Nosthoff1-1/+1
2018-03-10Revert "iio: accel: st_accel: remove redundant pointer pdata"Jonathan Cameron1-0/+5
2017-12-02iio: accel: st_accel: remove redundant pointer pdataColin Ian King1-5/+0
2017-10-10iio: accel: add support to LIS3DHHLorenzo Bianconi1-0/+52
2017-10-10iio: st_sensors: split open-drain parameters for irq1 and irq2Lorenzo Bianconi1-6/+12
2017-10-09iio: accel: add support to LIS2DW12Lorenzo Bianconi1-0/+79
2017-10-09iio: st_sensors: decouple irq1 configuration parameters from the irq2 onesLorenzo Bianconi1-22/+44
2017-10-09iio: st_sensors: add register mask for status registerLorenzo Bianconi1-7/+28
2017-08-22iio:accel: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-2/+0
2017-08-20Merge tag 'iio-for-4.14b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman1-2/+2
2017-08-14Merge 4.13-rc5 into staging-nextGreg Kroah-Hartman1-0/+32
2017-08-12iio: accel: st_accel: fix data-ready line configurationLorenzo Bianconi1-2/+2
2017-07-24Merge tag 'iio-fixes-for-4.13a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman1-0/+32
2017-07-09iio: accel: st_accel: rename H3LIS331DL_DRIVER_NAME in H3LIS331DL_ACCEL_DEV_NAMELorenzo Bianconi1-1/+1
2017-07-06iio: accel: st_accel: add SPI-3wire supportLorenzo Bianconi1-0/+32
2017-04-26iio: st_pressure: st_accel: Initialise sensor platform data properlyShrirang Bagul1-3/+4