summaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iio-for-5.10b-take2' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2020-09-223-46/+7
|\
| * iio:accel:bma180: Fix use of true when should be iio_shared_by enumJonathan Cameron2020-09-211-1/+1
| * iio: adis16209: Use Managed device functionsNuno Sá2020-09-161-22/+3
| * iio: adis16201: Use Managed device functionsNuno Sá2020-09-161-23/+3
* | Merge 5.9-rc5 into staging-nextGreg Kroah-Hartman2020-09-144-16/+44
|\ \ | |/ |/|
| * Merge tag 'staging-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-09-134-15/+43
| |\
| | * iio:accel:mma7455: Fix timestamp alignment and prevent data leak.Jonathan Cameron2020-08-221-4/+12
| | * iio:accel:bmc150-accel: Fix timestamp alignment and prevent data leak.Jonathan Cameron2020-08-221-3/+12
| | * iio:accel:mma8452: Fix timestamp alignment and prevent data leak.Jonathan Cameron2020-08-221-3/+8
| | * iio: accel: kxsd9: Fix alignment of local buffer.Jonathan Cameron2020-08-221-5/+11
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-1/+1
| |/
* | iio: accel: bma220: Remove unneeded blank linesAndy Shevchenko2020-09-031-4/+1
* | iio: accel: bma220: Use BIT() and GENMASK() macrosAndy Shevchenko2020-09-031-2/+3
* | iio: accel: bma220: Group IIO headers togetherAndy Shevchenko2020-09-031-1/+2
* | iio: accel: bma220: Drop ACPI_PTR() and accompanying ifdefferyAndy Shevchenko2020-09-031-4/+2
* | iio: accel: bma220: Mark PM functions as __maybe_unusedAndy Shevchenko2020-09-031-9/+3
* | iio: accel: bma220: Use dev_get_drvdata() directlyAndy Shevchenko2020-09-031-4/+2
* | iio: accel: bma220: Convert to use ->read_avail()Andy Shevchenko2020-09-031-15/+19
* | iio: accel: bma220: Fix returned codes from bma220_init(), bma220_deinit()Andy Shevchenko2020-09-031-5/+9
* | iio: accel: adxl372: Add support for FIFO peak modeStefan Popa2020-09-031-12/+299
* | iio: accel: mma8452: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-031-14/+6
* | iio: accel: bma180: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-031-12/+8
* | iio: adxl372_i2c: Add OF device ID tableStefan Popa2020-08-221-0/+8
* | iio: adxl372_spi: change indentation for of_tableAlexandru Ardelean2020-08-221-2/+2
|/
* iio: accel: sca3000: Fix 2 misspellings and demote nonconforming kerneldocsLee Jones2020-07-201-6/+6
* iio: accel: bma220_spi: Do not define 'struct acpi_device_id' when !CONFIG_ACPILee Jones2020-07-201-0/+2
* Merge 5.8-rc6 into staging-nextGreg Kroah-Hartman2020-07-201-1/+4
|\
| * iio: mma8452: Add missed iio_device_unregister() call in mma8452_probe()Chuhong Yuan2020-06-141-1/+4
* | Replace HTTP links with HTTPS ones: drivers/iioAlexander A. Klimov2020-07-131-1/+1
* | iio: cros_ec_accel_legacy: Add Read Only frequency entriesGwendal Grignou2020-07-121-1/+45
* | iio: Move attach/detach of the poll func to the coreLars-Peter Clausen2020-06-207-42/+12
* | iio: Remove superfluous of_node assignmentsLars-Peter Clausen2020-06-141-1/+0
* | iio: remove left-over parent assignmentsAlexandru Ardelean2020-06-143-3/+0
* | iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-1425-25/+0
* | iio: accel: mxc4005: add support for mxc6655Christian Oder2020-06-141-0/+2
* | iio: accel: bma400: add support for bma400 spiDan Robertson2020-06-143-1/+128
|/
* Merge 5.7-rc7 into staging-nextGreg Kroah-Hartman2020-05-251-1/+1
|\
| * iio: sca3000: Remove an erroneous 'get_device()'Christophe JAILLET2020-05-101-1/+1
* | iio: accel: Add bma150/smb380 support to bma180Jonathan Bakker2020-05-162-7/+70
* | iio: accel: bma180: Rename center_temp to temp_offsetJonathan Bakker2020-05-161-6/+6
* | iio: accel: bma180: Add support for bma023Jonathan Bakker2020-05-162-7/+122
* | iio: accel: Make bma180 conflict with input's bma150Jonathan Bakker2020-05-161-1/+1
* | iio: accel: bma180: Prepare for different reset valuesJonathan Bakker2020-05-161-2/+6
* | iio: hid-sensors: move triggered buffer setup into hid_sensor_setup_triggerAlexandru Ardelean2020-05-101-14/+4
* | iio: accel: kxsd9-i2c: Use mod_devicetable.h and drop of_match_ptr macroNishant Malpani2020-04-251-5/+2
* | iio: accel: dmard06: Use mod_devicetable.h and drop of_match_ptr macroNishant Malpani2020-04-251-1/+2
* | Merge tag 'iio-for-5.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2020-04-237-11/+92
|\ \ | |/ |/|
| * iio:accel:mxc4005: Drop unnecessary explicit casts in regmap_bulk_read callsJonathan Cameron2020-04-191-2/+2
| * iio: accel: st_sensors: add support for LIS2HH12Gaëtan André2020-04-194-1/+85
| * iio: accel: kxsd9: Use vsprintf extension %pe for symbolic error nameNishant Malpani2020-04-191-2/+2