summaryrefslogtreecommitdiff
path: root/drivers/iio/magnetometer
AgeCommit message (Expand)Author
2 daysReplace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)
13 daysMerge tag 'char-misc-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-06-17Merge tag 'bitmap-for-7.2' of https://github.com/norov/linuxLinus Torvalds
2026-06-02Merge tag 'v7.1-rc6' into workJonathan Cameron
2026-05-31iio: magnetometer: HID: hid-sensor-magn-3d: Refactor channel initializationNatália Salvino André
2026-05-31iio: Initialize i2c_device_id arrays using member namesUwe Kleine-König (The Capable Hub)
2026-05-31iio: magnetometer: add driver for MEMSIC MMC5983MAVladislav Kulikov
2026-05-31iio: magnetometer: ak8975: fix potential kernel stack memory leakJoshua Crofts
2026-05-31iio: magnetometer: ak8975: ensure device is awake for buffered captureJoshua Crofts
2026-05-31iio: magnetometer: ak8975: consistently use 'data' parameterAndy Shevchenko
2026-05-31iio: magnetometer: ak8975: check if gpiod read was successfulJoshua Crofts
2026-05-31iio: magnetometer: ak8975: modernize polling loops with iopoll() macrosJoshua Crofts
2026-05-31iio: magnetometer: yamaha-yas530: replace usleep_range() with fsleep()Andy Shevchenko
2026-05-31iio: magnetometer: yamaha-yas530: Use devm_mutex_init() for mutex initializationAndy Shevchenko
2026-05-31iio: magnetometer: yamaha-yas530: Get rid of i2c_client_get_device_id()Andy Shevchenko
2026-05-31iio: magnetometer: ak8975: unify return code variable nameAndy Shevchenko
2026-05-31iio: magnetometer: ak8975: reduce usage of magic lengths of the bufferAndy Shevchenko
2026-05-31iio: magnetometer: ak8975: remove duplicate error messageAndy Shevchenko
2026-05-31iio: magnetometer: ak8975: drop duplicate NULL checkAndy Shevchenko
2026-05-31iio: magnetometer: ak8975: avoid using temporary variableAndy Shevchenko
2026-05-31iio: magnetometer: ak8975: pass conversion timeouts as argumentsJoshua Crofts
2026-05-31iio: magnetometer: ak8975: fix wrong errno on returnJoshua Crofts
2026-05-31iio: magnetometer: ak8975: change 'u8*' to 'u8 *' in castJoshua Crofts
2026-05-31iio: magnetometer: ak8975: replace usleep_range() with fsleep()Joshua Crofts
2026-05-31iio: magnetometer: ak8975: update headers per IWYU principleJoshua Crofts
2026-05-31iio: magnetometer: ak8975: sort headers alphabeticallyJoshua Crofts
2026-05-31iio: magnetometer: ak8975: Add missed pm_runtime_put_autosuspend() callAndy Shevchenko
2026-05-31iio: magnetometer: rm3100: Modernize locking and refactor control flowMaxwell Doose
2026-05-20iio: magnetometer: yas530: switch to using FIELD_GET_SIGNED()Yury Norov
2026-05-15iio: magnetometer: st_magn: fix default DRDY pin selection for LIS2MDLAdvait Dhamorikar
2026-04-27iio: magnetometer: hid-sensor-magn-3d: prefer 'u32' typeJoshua Crofts
2026-04-27iio: magnetometer: ak8975: remove unnecessary bracesJoshua Crofts
2026-03-22Merge tag 'v7.0-rc4' into togregJonathan Cameron
2026-03-21iio: magnetometer: fix various spelling mistakesShi Hao
2026-03-14Merge tag 'i3c/fixes-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-03-02iio: magnetometer: bmc150_magn: use automated cleanup for mutexNeel Bullywon
2026-02-27i3c: simplify combined i3c/i2c dependenciesArnd Bergmann
2026-02-23iio: magnetometer: tlv493d: remove erroneous shift in X-axis dataAntoniu Miclaus
2026-02-23iio: magnetometer: si7210: simplify probe with devm_regulator_get_enable_read...Antoniu Miclaus
2026-02-23iio: magnetometer: bmc150_magn: minor formatting cleanupNeel Bullywon
2026-02-23iio: magnetometer: bmc150_magn: replace msleep with fsleepNeel Bullywon
2026-02-01iio: magn: mmc5633: Fix Kconfig for combination of I3C as module and driver b...Jonathan Cameron
2026-01-29iio: magnetometer: Remove IRQF_ONESHOTSebastian Andrzej Siewior
2026-01-29iio: Replace IRQF_ONESHOT with IRQF_NO_THREADSebastian Andrzej Siewior
2026-01-22iio: magn: mmc5633: Ensure REGMAP_I2C / I3C not build if I2C / I3C is not.Jonathan Cameron
2025-12-21iio: magnetometer: Add mmc5633 sensorFrank Li
2025-09-10iio: magnetometer: tmag5273: remove unused IIO_CHAN_INFO_PROCESSED handlingDixit Parmar
2025-09-10iio: magnetometer: als31300: remove unused IIO_CHAN_INFO_PROCESSED handlingDixit Parmar
2025-09-10iio: magnetometer: add support for Infineon TLV493D 3D Magentic sensorDixit Parmar
2025-08-25iio: magnetometer: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus