summaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel/bma220_spi.c
Commit message (Expand)AuthorAgeFilesLines
* iio: accel: bma220: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-4/+4
* iio: accel: bma220: Fix alignment for DMA safetyJonathan Cameron2022-06-141-1/+1
* iio: bma220: Use scan_type when processing raw dataGwendal Grignou2021-11-171-3/+3
* iio: accel: bma220: make suspend state setting more robustAlexandru Ardelean2021-07-191-12/+29
* iio: accel: bma220: convert probe to device-managed functionsAlexandru Ardelean2021-07-191-33/+11
* iio: accel: bma220: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron2021-05-171-3/+7
* iio: Remove kernel-doc keyword in file header commentGwendal Grignou2021-03-251-1/+1
* iio: accel: bma220: Remove unneeded blank linesAndy Shevchenko2020-09-031-4/+1
* iio: accel: bma220: Use BIT() and GENMASK() macrosAndy Shevchenko2020-09-031-2/+3
* iio: accel: bma220: Group IIO headers togetherAndy Shevchenko2020-09-031-1/+2
* iio: accel: bma220: Drop ACPI_PTR() and accompanying ifdefferyAndy Shevchenko2020-09-031-4/+2
* iio: accel: bma220: Mark PM functions as __maybe_unusedAndy Shevchenko2020-09-031-9/+3
* iio: accel: bma220: Use dev_get_drvdata() directlyAndy Shevchenko2020-09-031-4/+2
* iio: accel: bma220: Convert to use ->read_avail()Andy Shevchenko2020-09-031-15/+19
* iio: accel: bma220: Fix returned codes from bma220_init(), bma220_deinit()Andy Shevchenko2020-09-031-5/+9
* iio: accel: bma220_spi: Do not define 'struct acpi_device_id' when !CONFIG_ACPILee Jones2020-07-201-0/+2
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330Thomas Gleixner2019-06-051-4/+1
* iio:accel: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
* iio: accel: bma220_spi: set up buffer timestamps for non-zero valuesAlison Schofield2016-08-151-1/+1
* iio: accel: Add triggered buffer support for BMA220Tiberiu Breana2016-05-211-2/+63
* iio: accel: Add support for Bosch BMA220Tiberiu Breana2016-05-141-0/+277