aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel/mxc4005.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-08Merge 6.9-rc7 into char-misc-testingGreg Kroah-Hartman1-7/+85
2024-04-29iio: accel: mxc4005: Read orientation matrix from ACPI ROTM methodHans de Goede1-0/+22
2024-03-28iio: accel: mxc4005: Reset chip on probe() and resume()Hans de Goede1-0/+68
2024-03-28iio: accel: mxc4005: Interrupt handling fixesHans de Goede1-7/+17
2024-02-17iio: accel: mxc4005: new ACPI ID for the MXC6655 accelerometerNikita Mikhailevich1-0/+1
2024-01-23iio: accel: mxc4005: Drop ACPI_PTR() usageJonathan Cameron1-2/+2
2023-10-11iio: accel: mxc4005: allow module autoloading via OF compatibleLuca Ceresoli1-0/+8
2023-05-21iio: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2022-11-23iio: accel: mxc4005: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-06-19iio:accel:mxc4005: rearrange iio trigger get and registerDmitry Rokosov1-2/+2
2021-05-17iio: accel: mxc4005: Fix overread of data and alignment issue.Jonathan Cameron1-3/+7
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron1-1/+1
2021-03-25iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou1-1/+0
2020-12-03iio:trigger: rename try_reenable() to reenable() plus return voidJonathan Cameron1-10/+6
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2020-06-14iio: accel: mxc4005: add support for mxc6655Christian Oder1-0/+2
2020-04-19iio:accel:mxc4005: Drop unnecessary explicit casts in regmap_bulk_read callsJonathan Cameron1-2/+2
2019-07-27iio: mxc4005: Use device-managed APIsChuhong Yuan1-34/+6
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner1-9/+1
2017-08-22iio:accel: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-2/+0
2016-04-03iio: remove gpio interrupt probing from drivers that use a single interruptIrina Tirdea1-29/+0
2015-08-31iio: mxc4005: add data ready trigger for mxc4005Teodora Baluta1-1/+141
2015-08-31iio: mxc4005: add triggered buffer mode for mxc4005Teodora Baluta1-3/+76
2015-08-31iio: accel: add support for mxc4005 accelerometerTeodora Baluta1-0/+354