summaryrefslogtreecommitdiffstats
path: root/drivers/iio/magnetometer/mag3110.c
Commit message (Expand)AuthorAgeFilesLines
* iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2024-05-271-1/+1
* iio: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-211-1/+1
* iio: magnetometer: mag3110: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* iio:magn:mag3110: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-7/+3
* iio: mag3110: Use scan_type when processing raw dataGwendal Grignou2021-11-171-2/+4
* iio:magnetometer:mag3110: Fix alignment and data leak issues.Jonathan Cameron2020-12-031-4/+9
* iio: magnetometer: mag3110: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-031-14/+6
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330Thomas Gleixner2019-06-051-4/+1
* iio: magnetometer: mag3110: add vdd/vddio regulator operation supportAnson Huang2019-01-121-8/+86
* iio: magnetometer: mag3110: Add ability to run in continuous modeRichard Tresidder2018-05-121-18/+140
* iio:magnetometer: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
* iio: magnetometer: mag3110: Add OF device ID tableJavier Martinez Canillas2017-03-191-0/+7
* iio: magnetometer: mag3110: claim direct mode during raw writesAlison Schofield2017-01-211-10/+20
* iio: magnetometer: mag3110: claim direct mode during raw readsAlison Schofield2016-08-211-8/+15
* iio:core: timestamping clock selection supportGregor Boirie2016-06-301-1/+1
* iio: magnetometer: mag3110: Place driver on standby on errorCristina Opriceana2015-04-011-8/+10
* iio:magnetometer:mag3110: Enable user offset calibrationPeter Meerwald2014-05-031-2/+15
* iio:magnetometer:mag3110: Fix initialization of ctrl_reg1Peter Meerwald2014-05-031-1/+1
* iio:magnetometer:mag3110: Fix unreachable codePeter Meerwald2014-02-251-1/+0
* iio:magnetometer:mag3110: Scale factor missing for temperaturePeter Meerwald2014-02-151-3/+13
* iio:magnetometer:mag3110: Fix output of decimal digits in show_int_plus_micros()Peter Meerwald2014-02-081-1/+1
* iio:magnetometer:mag3110: Report busy in _read_raw() / write_raw() when buffe...Peter Meerwald2014-02-081-0/+6
* iio:mag:mag3110 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron2013-12-171-1/+5
* iio: Fix mag3110 scan_typePeter Meerwald2013-11-091-1/+6
* iio: Add Freescale mag3110 magnetometer driverPeter Meerwald2013-10-231-0/+401