summaryrefslogtreecommitdiffstats
path: root/drivers/iio/magnetometer/mmc35240.c
Commit message (Expand)AuthorAgeFilesLines
* iio: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-211-1/+1
* iio: magnetometer: mmc35240: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* iio:magn:mmc35240: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-6/+3
* iio: magnetometer: mmc35240: Fix function header formattingLee Jones2020-07-201-1/+1
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* iio: magnetometer: mmc35240: Constify struct reg_defaultRikard Falkeborn2020-06-141-1/+1
* iio:magn:mmc35240: Drop unnecessary casts of val parameter in regmap_bulk*Jonathan Cameron2020-04-191-2/+2
* iio: magnetometer: mmc35240: Fix a typo in the name of a constantChristophe JAILLET2019-07-271-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330Thomas Gleixner2019-06-051-4/+1
* iio:magnetometer: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
* Merge tag 'iio-for-4.3b-2' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2015-08-121-13/+20
|\
| * iio: mmc35240: minor change to improve code readibilityTeodora Baluta2015-08-021-13/+13
| * iio: magnetometer: mmc35240: Add DT bindingJandy Gou2015-07-191-0/+7
* | iio: magnetometer: mmc35240: fix SET/RESET sequenceViorel Suman2015-07-191-3/+4
* | iio: magnetometer: mmc35240: Fix SET/RESET maskDaniel Baluta2015-07-191-2/+2
* | iio: magnetometer: mmc35240: Fix crash in pm suspendDaniel Baluta2015-07-191-0/+1
* | iio: magnetometer: mmc35240: fix available sampling frequenciesTeodora Baluta2015-07-191-14/+21
|/
* iio: magnetometer: mmc35240: Add compensation for raw valuesDaniel Baluta2015-06-071-4/+58
* iio: magnetometer: mmc35240: Fix sensitivity on z-axisDaniel Baluta2015-06-071-1/+1
* iio: magnetometer: mmc35240: Use a smaller sleep valueDaniel Baluta2015-06-071-1/+2
* iio: magnetometer: mmc35240: Fix broken processed valueDaniel Baluta2015-06-071-16/+27
* iio: magnetometer: mmc35240: NULL terminate attribute arrayDaniel Baluta2015-06-071-0/+1
* iio: magnetometer: mmc35240: i2c device name should be lower caseDaniel Baluta2015-06-071-1/+1
* iio: magnetometer: correct a harmless off by one checkDan Carpenter2015-06-011-1/+1
* iio: magnetometer: Add ACPI support for MMC35240Daniel Baluta2015-05-101-0/+8
* iio: magnetometer: mmc35240: Add PM sleep supportDaniel Baluta2015-05-101-0/+35
* iio: magnetometer: Add support for MEMSIC MMC35240 sensorDaniel Baluta2015-05-101-0/+469