aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/magnetometer
AgeCommit message (Expand)AuthorFilesLines
2026-08-03iio: magnetometer: ak8974: remove conditional return with no effectSang-Heon Jeon1-5/+1
2026-07-27iio: magnetometer: Remove redundant dev_err()Pan Chuang2-7/+2
2026-07-26iio: magnetometer: add support for QST QMC6308Jorijn van der Graaf3-0/+613
2026-07-07iio: hid-sensors: Use implicit NULL pointer checksSanjay Chitroda1-2/+2
2026-07-07iio: hid-sensors: align function parenthesis for readabilitySanjay Chitroda1-28/+21
2026-07-06Merge tag 'v7.2-rc2' into togregJonathan Cameron13-13/+0
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)Uwe Kleine-König (The Capable Hub)13-13/+0
2026-07-02iio: magnetometer: hid-sensor-magn-3d: Avoid race between callback setup and device exposureSanjay Chitroda1-10/+10
2026-06-30iio: Initialize spi_device_id arrays using member namesUwe Kleine-König (The Capable Hub)1-6/+6
2026-06-30iio: Drop unused assignment of spi_device_id driver dataUwe Kleine-König (The Capable Hub)1-3/+3
2026-06-30iio: magnetometer: hmc5843: Simplify device abstractionUwe Kleine-König (The Capable Hub)1-4/+2
2026-06-30iio: Initialize i2c_device_id arrays using member names (part 2)Uwe Kleine-König (The Capable Hub)1-1/+1
2026-06-30iio: magnetometer: add driver for QST QMC5883L SensorSiratul Islam3-0/+529
2026-06-29iio: magnetometer: bmc150: use FIELD_PREP and FIELD_GET helpersHungyu Lin1-18/+15
2026-06-29iio: magnetometer: bmc150: sort includesHungyu Lin1-8/+9
2026-06-22Merge tag 'char-misc-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus 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-14Merge tag 'i3c/fixes-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linuxLinus Torvalds1-2/+1
2026-03-02iio: magnetometer: bmc150_magn: use automated cleanup for mutexNeel Bullywon1-68/+44