summaryrefslogtreecommitdiffstats
path: root/drivers/iio/magnetometer
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-2817-55/+52
|\
| * Merge tag 'iio-for-5.18a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2022-03-1817-55/+52
| |\
| | * iio:magn:mmc35240: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-6/+3
| | * iio:magn:mag3110: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-7/+3
| | * iio:magn:ak8975: Switch from CONFIG_PM guards to pm_ptr() etcJonathan Cameron2022-02-181-9/+3
| | * iio:magnetometer:hmc5843: Move exports to IIO_HMC5843 namespaceJonathan Cameron2022-02-183-4/+6
| | * iio:magnetometer:bmc150: Move exports to IIO_BMC150_MAGN namespaceJonathan Cameron2022-02-183-4/+6
| | * iio:magnetometer:rm3100: Move exports to IIO_RM3100 namespaceJonathan Cameron2022-02-183-4/+6
| | * iio:st-sensors: Move exports into IIO_ST_SENSORS namespaceJonathan Cameron2022-02-183-2/+5
| | * iio:st-sensors: Remove duplicate MODULE_*Jonathan Cameron2022-02-181-4/+0
| | * iio: st_sensors: don't always auto-enable I2C and SPI interface driversNikita Yushchenko2022-01-231-15/+20
* | | Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2022-03-212-6/+2
|\ \ \ | |/ / |/| |
| * | spi: make remove callback a void functionUwe Kleine-König2022-02-092-6/+2
| |/
* / iio: Fix error handling for PMMiaoqian Lin2022-01-301-2/+3
|/
* iio:magn:ak8975: Suppress clang W=1 warning about pointer to enum conversion.Jonathan Cameron2021-12-211-1/+1
* iio: expose shared parameter in IIO_ENUM_AVAILABLEAntoniu Miclaus2021-11-271-2/+2
* iio: mag3110: Use scan_type when processing raw dataGwendal Grignou2021-11-171-2/+4
* iio: magn: hmc5843: Make hmc5843_common_remove() return voidUwe Kleine-König2021-10-194-6/+8
* iio: magnetometer: ak8975: add AK09116 supportMatt Ranostay2021-09-142-1/+36
* iio: st_sensors: remove reference to parent device object on st_sensor_dataAlexandru Ardelean2021-09-141-2/+2
* iio: st_sensors: remove all driver remove functionsAlexandru Ardelean2021-09-143-27/+2
* iio: st_sensors: remove st_sensors_power_disable() functionAlexandru Ardelean2021-09-142-24/+2
* iio: st_sensors: remove st_sensors_deallocate_trigger() functionAlexandru Ardelean2021-09-141-17/+1
* iio: st_sensors: disable regulators after device unregistrationAlexandru Ardelean2021-09-142-4/+4
* iio: magn: st_magn: use devm_iio_triggered_buffer_setup() for bufferAlexandru Ardelean2021-07-243-24/+3
* iio: st-sensors: Remove some unused includes and add some that should be thereJonathan Cameron2021-07-244-16/+6
* iio: hid-sensors: Update header includesJonathan Cameron2021-06-161-5/+1
* iio: hid-sensors: lighten exported symbols by moving to IIO_HID namespaceAndy Shevchenko2021-06-161-0/+1
* iio: magn: rm3100: Fix alignment of buffer in iio_push_to_buffers_with_timest...Jonathan Cameron2021-06-141-1/+2
* iio: magnetometer: st_magn: Support mount matrixLinus Walleij2021-06-031-18/+45
* iio: Drop Duplicated "mount-matrix" parameterAndy Shevchenko2021-06-035-8/+5
* iio: magn: bmc150: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron2021-05-171-4/+7
* iio: magn: hmc5843: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron2021-05-172-4/+8
* iio: magn: bmc150: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron2021-05-171-6/+4
* iio: st_sensors: Add lsm9ds0 IMU supportAndy Shevchenko2021-05-171-0/+98
* iio: st_sensors: Make accel, gyro, magn and pressure probe sharedAndy Shevchenko2021-05-171-4/+0
* iio: st_sensors: Call st_sensors_power_enable() from bus driversAndy Shevchenko2021-05-173-14/+29
* iio: magnetometer: st_magn: Provide default platform dataAndy Shevchenko2021-05-171-1/+10
* iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-172-2/+2
* iio: hid-sensors: select IIO_TRIGGERED_BUFFER under HID_SENSOR_IIO_TRIGGERAlexandru Ardelean2021-05-101-1/+0
* iio: magnetometer: yas530: Include right headerLinus Walleij2021-04-071-1/+2
* iio: magnetometer: yas530: Fix return value on error pathLinus Walleij2021-04-071-0/+1
* iio:magnetometer: Add Support for ST IIS2MDCLI Qingwu2021-03-254-0/+12
* iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou2021-03-252-2/+0
* iio: hid-sensors: Move get sensitivity attribute to hid-sensor-commonYe Xiang2021-03-111-22/+10
* iio: hid-sensor-magn-3d: Add timestamp channelYe Xiang2021-01-221-18/+30
* iio: magnetometer: bmc150: Add rudimentary regulator supportStephan Gerhold2021-01-221-1/+25
* iio: magnetometer: Add driver for Yamaha YAS530Linus Walleij2021-01-093-0/+1066
* iio:magnetometer:mag3110: Fix alignment and data leak issues.Jonathan Cameron2020-12-031-4/+9
* iio:trigger: rename try_reenable() to reenable() plus return voidJonathan Cameron2020-12-031-5/+5