summaryrefslogtreecommitdiffstats
path: root/drivers/iio/magnetometer
Commit message (Expand)AuthorAgeFilesLines
...
* iio: magnetometer: ak8974: Use DEFINE_RUNTIME_DEV_PM_OPS() and pm_ptr() macrosJonathan Cameron2022-07-181-9/+5
* iio: magnetometer: rm3100: do not explicity set INDIO_BUFFER_TRIGGERED modeMarcus Folkesson2022-07-161-1/+1
* Merge tag 'iio-for-5.20a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2022-07-143-4/+5
|\
| * iio:magnetometer:mbc150: Make bmc150_magn_remove() return voidUwe Kleine-König2022-06-113-4/+5
* | Merge tag 'iio-fixes-for-5.19a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2022-06-201-1/+1
|\ \ | |/ |/|
| * iio: magnetometer: yas530: Fix memchr_inv() misuseLinus Walleij2022-05-071-1/+1
* | Merge tag 'iio-for-5.19a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2022-05-193-24/+7
|\ \ | |/ |/|
| * iio: magnetometer: ak8974: Drop dependency on OFAndy Shevchenko2022-04-281-1/+0
| * iio: st_sensors: Stop abusing mlock to ensure internal coherencyMiquel Raynal2022-04-101-6/+2
| * iio: st_sensors: Return as early as possible from the _write_raw() callbacksMiquel Raynal2022-04-101-5/+2
| * iio: magnetometer: rm3100: Stop abusing the ->currentmodeMiquel Raynal2022-04-101-12/+3
* | iio: magnetometer: ak8975: Fix the error handling in ak8975_power_on()Zheyu Ma2022-04-101-0/+1
|/
* 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