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