aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/iio/accel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-13Merge tag 'staging-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds4-15/+43
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-22iio:accel:mma7455: Fix timestamp alignment and prevent data leak.Jonathan Cameron1-4/+12
2020-08-22iio:accel:bmc150-accel: Fix timestamp alignment and prevent data leak.Jonathan Cameron1-3/+12
2020-08-22iio:accel:mma8452: Fix timestamp alignment and prevent data leak.Jonathan Cameron1-3/+8
2020-08-22iio: accel: kxsd9: Fix alignment of local buffer.Jonathan Cameron1-5/+11
2020-07-20iio: accel: sca3000: Fix 2 misspellings and demote nonconforming kerneldocsLee Jones1-6/+6
2020-07-20iio: accel: bma220_spi: Do not define 'struct acpi_device_id' when !CONFIG_ACPILee Jones1-0/+2
2020-07-20Merge 5.8-rc6 into staging-nextGreg Kroah-Hartman1-1/+4
2020-07-13Replace HTTP links with HTTPS ones: drivers/iioAlexander A. Klimov1-1/+1
2020-07-12iio: cros_ec_accel_legacy: Add Read Only frequency entriesGwendal Grignou1-1/+45
2020-06-20iio: Move attach/detach of the poll func to the coreLars-Peter Clausen7-42/+12
2020-06-14iio: Remove superfluous of_node assignmentsLars-Peter Clausen1-1/+0
2020-06-14iio: mma8452: Add missed iio_device_unregister() call in mma8452_probe()Chuhong Yuan1-1/+4
2020-06-14iio: remove left-over parent assignmentsAlexandru Ardelean3-3/+0
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean25-25/+0
2020-06-14iio: accel: mxc4005: add support for mxc6655Christian Oder1-0/+2
2020-06-14iio: accel: bma400: add support for bma400 spiDan Robertson3-1/+128
2020-05-25Merge 5.7-rc7 into staging-nextGreg Kroah-Hartman1-1/+1
2020-05-16iio: accel: Add bma150/smb380 support to bma180Jonathan Bakker2-7/+70
2020-05-16iio: accel: bma180: Rename center_temp to temp_offsetJonathan Bakker1-6/+6
2020-05-16iio: accel: bma180: Add support for bma023Jonathan Bakker2-7/+122
2020-05-16iio: accel: Make bma180 conflict with input's bma150Jonathan Bakker1-1/+1
2020-05-16iio: accel: bma180: Prepare for different reset valuesJonathan Bakker1-2/+6
2020-05-10iio: sca3000: Remove an erroneous 'get_device()'Christophe JAILLET1-1/+1
2020-05-10iio: hid-sensors: move triggered buffer setup into hid_sensor_setup_triggerAlexandru Ardelean1-14/+4
2020-04-25iio: accel: kxsd9-i2c: Use mod_devicetable.h and drop of_match_ptr macroNishant Malpani1-5/+2
2020-04-25iio: accel: dmard06: Use mod_devicetable.h and drop of_match_ptr macroNishant Malpani1-1/+2
2020-04-23Merge tag 'iio-for-5.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman7-11/+92
2020-04-19iio:accel:mxc4005: Drop unnecessary explicit casts in regmap_bulk_read callsJonathan Cameron1-2/+2
2020-04-19iio: accel: st_sensors: add support for LIS2HH12Gaëtan André4-1/+85
2020-04-19iio: accel: kxsd9: Use vsprintf extension %pe for symbolic error nameNishant Malpani1-2/+2
2020-04-08Merge tag 'tag-chrome-platform-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linuxLinus Torvalds1-6/+2
2020-03-28iio: cros_ec: Register to cros_ec_sensorhub when EC supports FIFOGwendal Grignou1-6/+2
2020-03-23Merge 5.6-rc7 into staging-nextGreg Kroah-Hartman2-1/+2
2020-03-21iio: st_sensors: Drop unneeded explicit castingsAndy Shevchenko2-4/+2
2020-03-21iio: st_sensors: Use dev_get_platdata() to get platform_dataAndy Shevchenko1-2/+1
2020-03-18Merge tag 'iio-fixes-for-5.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman2-1/+2
2020-03-08iio: imu: adis: Add self_test_reg variableNuno Sá2-0/+2
2020-03-08iio: st_sensors: remap SMO8840 to LIS2DH12Wen-chien Jesse Sung1-1/+1
2020-03-08iio: accel: adxl372: Set iio_chan BEAlexandru Tachici1-0/+1
2020-02-14iio: accel: st_accel: Use st_sensors_dev_name_probe()Andy Shevchenko1-4/+1
2020-02-04Merge tag 'tag-chrome-platform-for-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linuxLinus Torvalds1-1/+0
2020-01-18iio: accel: kxcjk1013: Support orientation matrixDmitry Osipenko1-2/+25
2020-01-18iio: accel: bma400: prevent setting accel scale too lowDan Carpenter1-1/+2
2020-01-13iio: st_sensors: Make use of device propertiesAndy Shevchenko2-10/+2
2020-01-13iio: st_sensors: Drop redundant parameter from st_sensors_of_name_probe()Andy Shevchenko1-2/+1
2020-01-12iio: adis: Remove startup_delayNuno Sá2-2/+0
2020-01-12iio: adis: Introduce timeouts structureNuno Sá2-0/+14
2020-01-10Merge tag 'iio-for-5.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman8-47/+1216