summaryrefslogtreecommitdiff
path: root/drivers/iio/accel/bmc150-accel-core.c
AgeCommit message (Expand)Author
2022-11-23iio: Don't silently expect attribute typesMatti Vaittinen
2022-11-23iio: bmc150-accel-core: Use IIO_STATIC_CONST_DEVICE_ATTR()Matti Vaittinen
2022-10-17iio: bmc150-accel-core: Fix unsafe buffer attributesMatti Vaittinen
2022-04-10iio: core: Hide read accesses to iio_dev->currentmodeMiquel Raynal
2022-03-18Merge tag 'iio-for-5.18a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2022-02-18iio:accel:bmc150: Move exports into IIO_BMC150 namespaceJonathan Cameron
2022-01-30iio: Fix error handling for PMMiaoqian Lin
2021-12-21iio:accel:bmc150: Mark structure __maybe_unused as only needed with for pm ops.Jonathan Cameron
2021-10-19iio: accel: bmc150: Make bmc150_accel_core_remove() return voidUwe Kleine-König
2021-10-19iio: triggered-buffer: extend support to configure output buffersAlexandru Ardelean
2021-08-08iio: accel: bmc150: Add support for BMC156Stephan Gerhold
2021-08-08iio: accel: bmc150: Make it possible to configure INT2 instead of INT1Stephan Gerhold
2021-06-16iio: accel: bmc150: Use more consistent and accurate scale valuesStephan Gerhold
2021-06-13iio: accel: bma180/bmc150: Move BMA254 to bmc150-accel driverStephan Gerhold
2021-06-13iio: accel: bmc150: Add device IDs for BMA253Stephan Gerhold
2021-06-13iio: accel: bmc150: Sort all chip names alphabetically / by chip IDStephan Gerhold
2021-06-13iio: accel: bmc150: Drop duplicated documentation of supported chipsStephan Gerhold
2021-06-13iio: accel: bmc150: Drop misleading/duplicate chip identifiersStephan Gerhold
2021-06-13iio: accel: bmc150: Fix bma222 scale unitStephan Gerhold
2021-06-09iio: accel: bmc150: Set label based on accel-location for ACPI DUAL250E fwnodesHans de Goede
2021-06-09iio: accel: bmc150: Refactor bmc150_apply_acpi_orientation()Hans de Goede
2021-06-09iio: accel: bmc150: Add support for DUAL250E ACPI DSM for setting the hinge a...Hans de Goede
2021-06-09iio: accel: bmc150: Remove bmc150_set/get_second_device() accessor functionsHans de Goede
2021-06-09iio: accel: bmc150: Move struct bmc150_accel_data definition to bmc150-accel.hHans de Goede
2021-06-09iio: accel: bmc150: Don't make the remove function of the second acceleromete...Hans de Goede
2021-06-09iio: accel: bmc150: Fix dereferencing the wrong pointer in bmc150_get/set_sec...Hans de Goede
2021-06-03iio: Drop Duplicated "mount-matrix" parameterAndy Shevchenko
2021-05-17iio: accel: bmc150-accel: Balanced runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron
2021-03-25iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou
2021-03-11iio: accel: bmc150: Set label based on accel-location on 2-accel yoga-style 2...Hans de Goede
2020-12-03iio: accel: bmc150: Get mount-matrix from ACPIHans de Goede
2020-12-03iio: accel: bmc150: Check for a second ACPI device for BOSC0200Jeremy Cline
2020-12-03iio: accel: bmc150: Removed unused bmc150_accel_dat irq memberHans de Goede
2020-12-03iio:trigger: rename try_reenable() to reenable() plus return voidJonathan Cameron
2020-12-03iio: accel: bmc150-accel: Add rudimentary regulator supportLinus Walleij
2020-12-03iio: accel: bmc150-accel: Add support for BMA222Linus Walleij
2020-11-21iio: accel: bmc150: use iio_triggered_buffer_setup_ext()Alexandru Ardelean
2020-08-22iio:accel:bmc150-accel: Fix timestamp alignment and prevent data leak.Jonathan Cameron
2020-06-20iio: Move attach/detach of the poll func to the coreLars-Peter Clausen
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean
2019-09-08iio: fix center temperature of bmc150-accel-corePascal Bouwmann
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner
2019-04-22iio:accel:Switch hardcoded function name with a reference to __func__ making ...Mohan Kumar
2019-04-04iio: accel: bmc150: add mount matrix supportH. Nikolaus Schaller
2018-04-28iio: accel: bcm150: Remove handling for regmap raw_read_maxCharles Keepax
2018-02-24iio: accel: bmc150: Remove redundant __func__ in dev_dbg()Andy Shevchenko
2017-08-22iio:accel: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron
2017-07-17iio: accel: bmc150: Always restore device to normal mode after suspend-resumeHans de Goede
2017-01-10iio:buffer: Introduced a function to assign the buffer specific attrs.Jonathan Cameron