summaryrefslogtreecommitdiff
path: root/drivers/iio/accel
AgeCommit message (Expand)Author
23 hoursMerge branch 'togreg' of https://git.kernel.org/pub/scm/linux/kernel/git/jic2...Mark Brown
24 hoursMerge branch 'fixes-togreg' of https://git.kernel.org/pub/scm/linux/kernel/gi...Mark Brown
5 daysReplace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)
9 daysiio: Initialize spi_device_id arrays using member namesUwe Kleine-König (The Capable Hub)
9 daysiio: Drop unused assignment of spi_device_id driver dataUwe Kleine-König (The Capable Hub)
9 daysiio: accel: bmc150: Explicitly set spi .driver_dataUwe Kleine-König (The Capable Hub)
9 daysiio: accel: fxls8962af: clamp the device-reported FIFO sample countBryam Vargas
9 daysiio: accel: bmc150: clamp the device-reported FIFO frame countBryam Vargas
9 daysiio: accel: stk8ba50: Update includes to match IWYUMiao Li
9 daysiio: accel: kxsd9: fix runtime PM imbalance on write_raw() errorBiren Pandya
9 daysiio: accel: bmc150: clamp the device-reported FIFO frame countBryam Vargas
9 daysiio: accel: stk8312: Update includes to match IWYUMiao Li
9 daysiio: accel: hid-sensor-accel-3d: use u32 instead of unsignedSanjay Chitroda
2026-05-31iio: accel: HID: hid-sensor-accel-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: accel: bmc150: Explicitly set .driver_dataUwe Kleine-König (The Capable Hub)
2026-05-31iio: common: ssp: remove SSP_CHAN_TIMESTAMP() macroDavid Lechner
2026-05-31iio: accel: mma8452: Use dev_err_probe()Sanjay Chitroda
2026-05-31iio: accel: mma8452: sort headers alphabeticallySanjay Chitroda
2026-05-31iio: accel: mma8452: cleanup codestyle warningSanjay Chitroda
2026-05-31iio: accel: mma8452: switch to non-devm request_threaded_irq()Sanjay Chitroda
2026-05-31iio: accel: mma8452: handle I2C read error(s) in mma8452_read()Sanjay Chitroda
2026-05-31iio: accel: adxl355: replace usleep_range() with fsleep()Stepan Ionichev
2026-04-27iio: accel: adxl372: Use dev_err_probe()Sanjay Chitroda
2026-04-27iio: accel: adxl372: Use devm-managed mutex initializationSanjay Chitroda
2026-04-27iio: accel: adxl367: Use devm-managed mutex initializationSanjay Chitroda
2026-04-27iio: accel: adxl355: Use dev_err_probe()Sanjay Chitroda
2026-04-27iio: accel: adxl355_core: Use devm-managed mutex initializationSanjay Chitroda
2026-04-27iio: accel: adxl380: Use devm-managed mutex initializationSanjay Chitroda
2026-04-27iio: accel: adxl313: Use dev_err_probe()Sanjay Chitroda
2026-04-27iio: accel: adxl313_core: Use devm-managed mutex initializationSanjay Chitroda
2026-04-06Merge tag 'v7.0-rc7' into char-misc-nextGreg Kroah-Hartman
2026-03-25iio: accel: bmc150-accel-core: use sysfs_emit() in show functionsGabriel Rondon
2026-03-25iio: accel: adxl380: fix typo in PART_ID register macroNikhil Gautam
2026-03-22iio: accel: adxl313: add missing error check in predisableAntoniu Miclaus
2026-03-22iio: accel: fix ADXL355 temperature signature valueValek Andrej
2026-03-21iio: accel: fix typo celcius to CelsiusShi Hao
2026-03-21iio: accel: adxl372: add support for ADXL371Antoniu Miclaus
2026-03-21iio: accel: adxl372: factor out buffer and trigger setupAntoniu Miclaus
2026-03-21iio: accel: adxl372: introduce chip_info structureAntoniu Miclaus
2026-03-14iio: accel: adxl372: convert to guard(mutex)Rajveer Chaudhari
2026-03-14iio: accel: adxl313: convert to guard(mutex)Rajveer Chaudhari
2026-03-03iio: sca3000: manage device registration with devm helperHarshit Mogalapalli
2026-03-03iio: sca3000: stop interrupts via devm_add_action_or_reset()Harshit Mogalapalli
2026-03-03iio: sca3000: use guard(mutex) to simplify return pathsHarshit Mogalapalli
2026-03-03iio: sca3000: make stop_all_interrupts() return voidHarshit Mogalapalli
2026-03-03iio: sca3000: Move sca3000_stop_all_interrupts() above sca3000_probe()Harshit Mogalapalli
2026-03-03iio: sca3000: switch IRQ handling to devm helpersHarshit Mogalapalli
2026-03-03iio: sca3000: reuse device pointer for devm helpersHarshit Mogalapalli
2026-03-01iio: accel: adxl345: Implement event scaling for ABI complianceTaha Ed-Dafili