aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/iio/accel/bmc150-accel-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-29iio: bmc150-accel-core: Use iio_read_acpi_mount_matrix() helperHans de Goede1-42/+2
2022-11-23iio: Don't silently expect attribute typesMatti Vaittinen1-6/+6
2022-11-23iio: bmc150-accel-core: Use IIO_STATIC_CONST_DEVICE_ATTR()Matti Vaittinen1-16/+3
2022-10-17iio: bmc150-accel-core: Fix unsafe buffer attributesMatti Vaittinen1-5/+18
2022-04-10iio: core: Hide read accesses to iio_dev->currentmodeMiquel Raynal1-2/+2
2022-03-18Merge tag 'iio-for-5.18a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-nextGreg Kroah-Hartman1-4/+4
2022-02-18iio:accel:bmc150: Move exports into IIO_BMC150 namespaceJonathan Cameron1-4/+4
2022-01-30iio: Fix error handling for PMMiaoqian Lin1-1/+4
2021-12-21iio:accel:bmc150: Mark structure __maybe_unused as only needed with for pm ops.Jonathan Cameron1-1/+1
2021-10-19iio: accel: bmc150: Make bmc150_accel_core_remove() return voidUwe Kleine-König1-3/+1
2021-10-19iio: triggered-buffer: extend support to configure output buffersAlexandru Ardelean1-0/+1
2021-08-08iio: accel: bmc150: Add support for BMC156Stephan Gerhold1-3/+6
2021-08-08iio: accel: bmc150: Make it possible to configure INT2 instead of INT1Stephan Gerhold1-12/+59
2021-06-16iio: accel: bmc150: Use more consistent and accurate scale valuesStephan Gerhold1-22/+24
2021-06-13iio: accel: bma180/bmc150: Move BMA254 to bmc150-accel driverStephan Gerhold1-1/+1
2021-06-13iio: accel: bmc150: Add device IDs for BMA253Stephan Gerhold1-1/+1
2021-06-13iio: accel: bmc150: Sort all chip names alphabetically / by chip IDStephan Gerhold1-20/+20
2021-06-13iio: accel: bmc150: Drop duplicated documentation of supported chipsStephan Gerhold1-9/+1
2021-06-13iio: accel: bmc150: Drop misleading/duplicate chip identifiersStephan Gerhold1-27/+7
2021-06-13iio: accel: bmc150: Fix bma222 scale unitStephan Gerhold1-4/+5
2021-06-09iio: accel: bmc150: Set label based on accel-location for ACPI DUAL250E fwnodesHans de Goede1-0/+16
2021-06-09iio: accel: bmc150: Refactor bmc150_apply_acpi_orientation()Hans de Goede1-5/+13
2021-06-09iio: accel: bmc150: Add support for DUAL250E ACPI DSM for setting the hinge angleHans de Goede1-0/+3
2021-06-09iio: accel: bmc150: Remove bmc150_set/get_second_device() accessor functionsHans de Goede1-16/+0
2021-06-09iio: accel: bmc150: Move struct bmc150_accel_data definition to bmc150-accel.hHans de Goede1-53/+0
2021-06-09iio: accel: bmc150: Don't make the remove function of the second accelerometer unregister itselfHans de Goede1-2/+2
2021-06-09iio: accel: bmc150: Fix dereferencing the wrong pointer in bmc150_get/set_second_deviceHans de Goede1-7/+3
2021-06-03iio: Drop Duplicated "mount-matrix" parameterAndy Shevchenko1-2/+1
2021-05-17iio: accel: bmc150-accel: Balanced runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron1-5/+1
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron1-2/+2
2021-03-25iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou1-1/+0
2021-03-11iio: accel: bmc150: Set label based on accel-location on 2-accel yoga-style 2-in-1sHans de Goede1-6/+12
2020-12-03iio: accel: bmc150: Get mount-matrix from ACPIHans de Goede1-4/+104
2020-12-03iio: accel: bmc150: Check for a second ACPI device for BOSC0200Jeremy Cline1-0/+21
2020-12-03iio: accel: bmc150: Removed unused bmc150_accel_dat irq memberHans de Goede1-5/+2
2020-12-03iio:trigger: rename try_reenable() to reenable() plus return voidJonathan Cameron1-8/+4
2020-12-03iio: accel: bmc150-accel: Add rudimentary regulator supportLinus Walleij1-2/+33
2020-12-03iio: accel: bmc150-accel: Add support for BMA222Linus Walleij1-0/+15
2020-11-21iio: accel: bmc150: use iio_triggered_buffer_setup_ext()Alexandru Ardelean1-11/+14
2020-08-22iio:accel:bmc150-accel: Fix timestamp alignment and prevent data leak.Jonathan Cameron1-3/+12
2020-06-20iio: Move attach/detach of the poll func to the coreLars-Peter Clausen1-2/+2
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2019-09-08iio: fix center temperature of bmc150-accel-corePascal Bouwmann1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner1-9/+1
2019-04-22iio:accel:Switch hardcoded function name with a reference to __func__ making the code more maintainableMohan Kumar1-1/+1
2019-04-04iio: accel: bmc150: add mount matrix supportH. Nikolaus Schaller1-0/+21
2018-04-28iio: accel: bcm150: Remove handling for regmap raw_read_maxCharles Keepax1-20/+3
2018-02-24iio: accel: bmc150: Remove redundant __func__ in dev_dbg()Andy Shevchenko1-5/+1
2017-08-22iio:accel: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-3/+0
2017-07-17iio: accel: bmc150: Always restore device to normal mode after suspend-resumeHans de Goede1-8/+1