summaryrefslogtreecommitdiffstats
path: root/drivers/iio/magnetometer
AgeCommit message (Expand)AuthorLines
2021-12-21iio:magn:ak8975: Suppress clang W=1 warning about pointer to enum conversion.Jonathan Cameron-1/+1
2021-11-27iio: expose shared parameter in IIO_ENUM_AVAILABLEAntoniu Miclaus-2/+2
2021-11-17iio: mag3110: Use scan_type when processing raw dataGwendal Grignou-2/+4
2021-10-19iio: magn: hmc5843: Make hmc5843_common_remove() return voidUwe Kleine-König-6/+8
2021-09-14iio: magnetometer: ak8975: add AK09116 supportMatt Ranostay-1/+36
2021-09-14iio: st_sensors: remove reference to parent device object on st_sensor_dataAlexandru Ardelean-2/+2
2021-09-14iio: st_sensors: remove all driver remove functionsAlexandru Ardelean-27/+2
2021-09-14iio: st_sensors: remove st_sensors_power_disable() functionAlexandru Ardelean-24/+2
2021-09-14iio: st_sensors: remove st_sensors_deallocate_trigger() functionAlexandru Ardelean-17/+1
2021-09-14iio: st_sensors: disable regulators after device unregistrationAlexandru Ardelean-4/+4
2021-07-24iio: magn: st_magn: use devm_iio_triggered_buffer_setup() for bufferAlexandru Ardelean-24/+3
2021-07-24iio: st-sensors: Remove some unused includes and add some that should be thereJonathan Cameron-16/+6
2021-06-16iio: hid-sensors: Update header includesJonathan Cameron-5/+1
2021-06-16iio: hid-sensors: lighten exported symbols by moving to IIO_HID namespaceAndy Shevchenko-0/+1
2021-06-14iio: magn: rm3100: Fix alignment of buffer in iio_push_to_buffers_with_timest...Jonathan Cameron-1/+2
2021-06-03iio: magnetometer: st_magn: Support mount matrixLinus Walleij-18/+45
2021-06-03iio: Drop Duplicated "mount-matrix" parameterAndy Shevchenko-8/+5
2021-05-17iio: magn: bmc150: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron-4/+7
2021-05-17iio: magn: hmc5843: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron-4/+8
2021-05-17iio: magn: bmc150: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron-6/+4
2021-05-17iio: st_sensors: Add lsm9ds0 IMU supportAndy Shevchenko-0/+98
2021-05-17iio: st_sensors: Make accel, gyro, magn and pressure probe sharedAndy Shevchenko-4/+0
2021-05-17iio: st_sensors: Call st_sensors_power_enable() from bus driversAndy Shevchenko-14/+29
2021-05-17iio: magnetometer: st_magn: Provide default platform dataAndy Shevchenko-1/+10
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron-2/+2
2021-05-10iio: hid-sensors: select IIO_TRIGGERED_BUFFER under HID_SENSOR_IIO_TRIGGERAlexandru Ardelean-1/+0
2021-04-07iio: magnetometer: yas530: Include right headerLinus Walleij-1/+2
2021-04-07iio: magnetometer: yas530: Fix return value on error pathLinus Walleij-0/+1
2021-03-25iio:magnetometer: Add Support for ST IIS2MDCLI Qingwu-0/+12
2021-03-25iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou-2/+0
2021-03-11iio: hid-sensors: Move get sensitivity attribute to hid-sensor-commonYe Xiang-22/+10
2021-01-22iio: hid-sensor-magn-3d: Add timestamp channelYe Xiang-18/+30
2021-01-22iio: magnetometer: bmc150: Add rudimentary regulator supportStephan Gerhold-1/+25
2021-01-09iio: magnetometer: Add driver for Yamaha YAS530Linus Walleij-0/+1066
2020-12-03iio:magnetometer:mag3110: Fix alignment and data leak issues.Jonathan Cameron-4/+9
2020-12-03iio:trigger: rename try_reenable() to reenable() plus return voidJonathan Cameron-5/+5
2020-11-01iio: magnetometer: bmc150: remove unneeded semicolonTom Rix-1/+1
2020-09-22Merge tag 'iio-for-5.10b-take2' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman-8/+7
2020-09-21iio:magn:hmc5843: Fix passing true where iio_shared_by enum required.Jonathan Cameron-2/+2
2020-09-21iio:magn:ak8974: Drop of_match_ptr protectionJonathan Cameron-1/+2
2020-09-21iio:magn:ak8975: Drop of_match_ptr and ACPI_PTR protections.Jonathan Cameron-5/+3
2020-09-14Merge 5.9-rc5 into staging-nextGreg Kroah-Hartman-6/+12
2020-09-13Merge tag 'staging-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-5/+11
2020-09-03iio: magnetometer: mag3110: Simplify with dev_err_probe()Krzysztof Kozlowski-14/+6
2020-09-03iio: magnetometer: ak8974: Simplify with dev_err_probe()Krzysztof Kozlowski-9/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-08-22iio:magnetometer:ak8975 Fix alignment and data leak issues.Jonathan Cameron-5/+11
2020-07-20iio: magnetometer: ak8974: Add description for ak8974's 'scan' attributeLee Jones-0/+1
2020-07-20iio: magnetometer: hmc5843: 'hmc5843_pm_ops' is unused in 1 of 3 files includ...Lee Jones-3/+3
2020-07-20iio: magnetometer: mmc35240: Fix function header formattingLee Jones-1/+1