summaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel/mxc4005.c
Commit message (Expand)AuthorAgeFilesLines
* iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2024-05-271-3/+3
* Merge 6.9-rc7 into char-misc-testingGreg Kroah-Hartman2024-05-081-7/+85
|\
| * iio: accel: mxc4005: Reset chip on probe() and resume()Hans de Goede2024-03-281-0/+68
| * iio: accel: mxc4005: Interrupt handling fixesHans de Goede2024-03-281-7/+17
* | iio: accel: mxc4005: Read orientation matrix from ACPI ROTM methodHans de Goede2024-04-291-0/+22
|/
* iio: accel: mxc4005: new ACPI ID for the MXC6655 accelerometerNikita Mikhailevich2024-02-171-0/+1
* iio: accel: mxc4005: Drop ACPI_PTR() usageJonathan Cameron2024-01-231-2/+2
* iio: accel: mxc4005: allow module autoloading via OF compatibleLuca Ceresoli2023-10-111-0/+8
* iio: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-211-1/+1
* iio: accel: mxc4005: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* iio:accel:mxc4005: rearrange iio trigger get and registerDmitry Rokosov2022-06-191-2/+2
* iio: accel: mxc4005: Fix overread of data and alignment issue.Jonathan Cameron2021-05-171-3/+7
* iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-171-1/+1
* iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou2021-03-251-1/+0
* iio:trigger: rename try_reenable() to reenable() plus return voidJonathan Cameron2020-12-031-10/+6
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* iio: accel: mxc4005: add support for mxc6655Christian Oder2020-06-141-0/+2
* iio:accel:mxc4005: Drop unnecessary explicit casts in regmap_bulk_read callsJonathan Cameron2020-04-191-2/+2
* iio: mxc4005: Use device-managed APIsChuhong Yuan2019-07-271-34/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-9/+1
* iio:accel: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-2/+0
* iio: remove gpio interrupt probing from drivers that use a single interruptIrina Tirdea2016-04-031-29/+0
* iio: mxc4005: add data ready trigger for mxc4005Teodora Baluta2015-08-311-1/+141
* iio: mxc4005: add triggered buffer mode for mxc4005Teodora Baluta2015-08-311-3/+76
* iio: accel: add support for mxc4005 accelerometerTeodora Baluta2015-08-311-0/+354