aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel/bma220_spi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-19iio: accel: bma220: make suspend state setting more robustAlexandru Ardelean1-12/+29
2021-07-19iio: accel: bma220: convert probe to device-managed functionsAlexandru Ardelean1-33/+11
2021-05-17iio: accel: bma220: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron1-3/+7
2021-03-25iio: Remove kernel-doc keyword in file header commentGwendal Grignou1-1/+1
2020-09-03iio: accel: bma220: Remove unneeded blank linesAndy Shevchenko1-4/+1
2020-09-03iio: accel: bma220: Use BIT() and GENMASK() macrosAndy Shevchenko1-2/+3
2020-09-03iio: accel: bma220: Group IIO headers togetherAndy Shevchenko1-1/+2
2020-09-03iio: accel: bma220: Drop ACPI_PTR() and accompanying ifdefferyAndy Shevchenko1-4/+2
2020-09-03iio: accel: bma220: Mark PM functions as __maybe_unusedAndy Shevchenko1-9/+3
2020-09-03iio: accel: bma220: Use dev_get_drvdata() directlyAndy Shevchenko1-4/+2
2020-09-03iio: accel: bma220: Convert to use ->read_avail()Andy Shevchenko1-15/+19
2020-09-03iio: accel: bma220: Fix returned codes from bma220_init(), bma220_deinit()Andy Shevchenko1-5/+9
2020-07-20iio: accel: bma220_spi: Do not define 'struct acpi_device_id' when !CONFIG_ACPILee Jones1-0/+2
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330Thomas Gleixner1-4/+1
2017-08-22iio:accel: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-1/+0
2016-08-15iio: accel: bma220_spi: set up buffer timestamps for non-zero valuesAlison Schofield1-1/+1
2016-05-21iio: accel: Add triggered buffer support for BMA220Tiberiu Breana1-2/+63
2016-05-14iio: accel: Add support for Bosch BMA220Tiberiu Breana1-0/+277