summaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel/bmc150-accel-core.c
Commit message (Expand)AuthorAgeFilesLines
* iio: Don't silently expect attribute typesMatti Vaittinen2022-11-231-6/+6
* iio: bmc150-accel-core: Use IIO_STATIC_CONST_DEVICE_ATTR()Matti Vaittinen2022-11-231-16/+3
* iio: bmc150-accel-core: Fix unsafe buffer attributesMatti Vaittinen2022-10-171-5/+18
* iio: core: Hide read accesses to iio_dev->currentmodeMiquel Raynal2022-04-101-2/+2
* Merge tag 'iio-for-5.18a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2022-03-181-4/+4
|\
| * iio:accel:bmc150: Move exports into IIO_BMC150 namespaceJonathan Cameron2022-02-181-4/+4
* | iio: Fix error handling for PMMiaoqian Lin2022-01-301-1/+4
|/
* iio:accel:bmc150: Mark structure __maybe_unused as only needed with for pm ops.Jonathan Cameron2021-12-211-1/+1
* iio: accel: bmc150: Make bmc150_accel_core_remove() return voidUwe Kleine-König2021-10-191-3/+1
* iio: triggered-buffer: extend support to configure output buffersAlexandru Ardelean2021-10-191-0/+1
* iio: accel: bmc150: Add support for BMC156Stephan Gerhold2021-08-081-3/+6
* iio: accel: bmc150: Make it possible to configure INT2 instead of INT1Stephan Gerhold2021-08-081-12/+59
* iio: accel: bmc150: Use more consistent and accurate scale valuesStephan Gerhold2021-06-161-22/+24
* iio: accel: bma180/bmc150: Move BMA254 to bmc150-accel driverStephan Gerhold2021-06-131-1/+1
* iio: accel: bmc150: Add device IDs for BMA253Stephan Gerhold2021-06-131-1/+1
* iio: accel: bmc150: Sort all chip names alphabetically / by chip IDStephan Gerhold2021-06-131-20/+20
* iio: accel: bmc150: Drop duplicated documentation of supported chipsStephan Gerhold2021-06-131-9/+1
* iio: accel: bmc150: Drop misleading/duplicate chip identifiersStephan Gerhold2021-06-131-27/+7
* iio: accel: bmc150: Fix bma222 scale unitStephan Gerhold2021-06-131-4/+5
* iio: accel: bmc150: Set label based on accel-location for ACPI DUAL250E fwnodesHans de Goede2021-06-091-0/+16
* iio: accel: bmc150: Refactor bmc150_apply_acpi_orientation()Hans de Goede2021-06-091-5/+13
* iio: accel: bmc150: Add support for DUAL250E ACPI DSM for setting the hinge a...Hans de Goede2021-06-091-0/+3
* iio: accel: bmc150: Remove bmc150_set/get_second_device() accessor functionsHans de Goede2021-06-091-16/+0
* iio: accel: bmc150: Move struct bmc150_accel_data definition to bmc150-accel.hHans de Goede2021-06-091-53/+0
* iio: accel: bmc150: Don't make the remove function of the second acceleromete...Hans de Goede2021-06-091-2/+2
* iio: accel: bmc150: Fix dereferencing the wrong pointer in bmc150_get/set_sec...Hans de Goede2021-06-091-7/+3
* iio: Drop Duplicated "mount-matrix" parameterAndy Shevchenko2021-06-031-2/+1
* iio: accel: bmc150-accel: Balanced runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron2021-05-171-5/+1
* iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-171-2/+2
* iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou2021-03-251-1/+0
* iio: accel: bmc150: Set label based on accel-location on 2-accel yoga-style 2...Hans de Goede2021-03-111-6/+12
* iio: accel: bmc150: Get mount-matrix from ACPIHans de Goede2020-12-031-4/+104
* iio: accel: bmc150: Check for a second ACPI device for BOSC0200Jeremy Cline2020-12-031-0/+21
* iio: accel: bmc150: Removed unused bmc150_accel_dat irq memberHans de Goede2020-12-031-5/+2
* iio:trigger: rename try_reenable() to reenable() plus return voidJonathan Cameron2020-12-031-8/+4
* iio: accel: bmc150-accel: Add rudimentary regulator supportLinus Walleij2020-12-031-2/+33
* iio: accel: bmc150-accel: Add support for BMA222Linus Walleij2020-12-031-0/+15
* iio: accel: bmc150: use iio_triggered_buffer_setup_ext()Alexandru Ardelean2020-11-211-11/+14
* iio:accel:bmc150-accel: Fix timestamp alignment and prevent data leak.Jonathan Cameron2020-08-221-3/+12
* iio: Move attach/detach of the poll func to the coreLars-Peter Clausen2020-06-201-2/+2
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* iio: fix center temperature of bmc150-accel-corePascal Bouwmann2019-09-081-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-9/+1
* iio:accel:Switch hardcoded function name with a reference to __func__ making ...Mohan Kumar2019-04-221-1/+1
* iio: accel: bmc150: add mount matrix supportH. Nikolaus Schaller2019-04-041-0/+21
* iio: accel: bcm150: Remove handling for regmap raw_read_maxCharles Keepax2018-04-281-20/+3
* iio: accel: bmc150: Remove redundant __func__ in dev_dbg()Andy Shevchenko2018-02-241-5/+1
* iio:accel: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-3/+0
* iio: accel: bmc150: Always restore device to normal mode after suspend-resumeHans de Goede2017-07-171-8/+1
* iio:buffer: Introduced a function to assign the buffer specific attrs.Jonathan Cameron2017-01-101-1/+2