summaryrefslogtreecommitdiff
path: root/drivers/iio/accel
AgeCommit message (Expand)Author
10 daysMerge tag 'iio-for-7.3a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman
2026-07-27iio: accel: Remove redundant dev_err()/dev_err_probe()Pan Chuang
2026-07-12Merge tag 'char-misc-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-07-12iio: accel: dmard09: Implement IIO_CHAN_INFO_SCALEMert Seftali
2026-07-07iio: hid-sensors: Use implicit NULL pointer checksSanjay Chitroda
2026-07-07iio: hid-sensors: align function parenthesis for readabilitySanjay Chitroda
2026-07-06Merge tag 'v7.2-rc2' into togregJonathan Cameron
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)
2026-07-02iio: accel: hid-sensor-accel-3d: Avoid race between callback setup and device...Sanjay Chitroda
2026-06-30iio: Initialize spi_device_id arrays using member namesUwe Kleine-König (The Capable Hub)
2026-06-30iio: Drop unused assignment of spi_device_id driver dataUwe Kleine-König (The Capable Hub)
2026-06-30iio: accel: bmc150: Explicitly set spi .driver_dataUwe Kleine-König (The Capable Hub)
2026-06-30iio: accel: fxls8962af: clamp the device-reported FIFO sample countBryam Vargas
2026-06-30iio: accel: bmc150: clamp the device-reported FIFO frame countBryam Vargas
2026-06-30iio: accel: stk8ba50: Update includes to match IWYUMiao Li
2026-06-29iio: accel: kxsd9: fix runtime PM imbalance on write_raw() errorBiren Pandya
2026-06-29iio: accel: bmc150: clamp the device-reported FIFO frame countBryam Vargas
2026-06-29iio: accel: stk8312: Update includes to match IWYUMiao Li
2026-06-29iio: 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