summaryrefslogtreecommitdiffstats
path: root/drivers/iio (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iio-for-5.5a-take3' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2019-10-1328-205/+1651
|\
| * iio: pressure: bmp280: remove stray newlineBartosz Golaszewski2019-10-131-1/+0
| * iio: adc: sc27xx: Use devm_hwspin_lock_request_specific() to simplify codeBaolin Wang2019-10-131-15/+1
| * iio: chemical: atlas-ph-sensor: fix iio_triggered_buffer_predisable() positionAlexandru Ardelean2019-10-131-4/+4
| * iio: gyro: clean up indentation issueColin Ian King2019-10-071-1/+1
| * iio: proximity: sx9500: fix iio_triggered_buffer_{predisable,postenable} posi...Alexandru Ardelean2019-10-071-5/+11
| * iio: core: Add optional symbolic label to device attributesPhil Reid2019-10-071-0/+17
| * iio: gyro: adis16080: replace mlock with own lockAlexandru Ardelean2019-10-051-2/+6
| * iio: gyro: adis16130: remove mlock usageAlexandru Ardelean2019-10-051-2/+0
| * iio: imu: st_lsm6dsx: add motion report function and call from interruptSean Nyekjaer2019-10-052-4/+98
| * iio: imu: st_lsm6dsx: always enter interrupt threadSean Nyekjaer2019-10-051-8/+1
| * iio: imu: st_lsm6dsx: add wakeup-source optionSean Nyekjaer2019-10-051-0/+14
| * iio: imu: st_lsm6dsx: add motion eventsSean Nyekjaer2019-10-052-4/+228
| * iio: imu: st_lsm6dsx: move interrupt thread to coreSean Nyekjaer2019-10-052-77/+89
| * iio: imu: inv_mpu6050: add fifo support for magnetometer dataJean-Baptiste Maneyrol2019-10-054-12/+88
| * iio: imu: inv_mpu6050: add MPU925x magnetometer supportJean-Baptiste Maneyrol2019-10-055-4/+538
| * iio: imu: inv_mpu6050: helpers for using i2c master on auxiliary busJean-Baptiste Maneyrol2019-10-053-1/+225
| * iio: imu: inv_mpu6050: fix objects syntax in MakefileJean-Baptiste Maneyrol2019-10-051-3/+3
| * iio: imu: inv_mpu6050: add defines for supporting 9-axis chipsJean-Baptiste Maneyrol2019-10-051-2/+54
| * iio: imu: inv_mpu6050: add header include protection macroJean-Baptiste Maneyrol2019-10-051-0/+6
| * iio: imu: inv_mpu6050: disable i2c mux for MPU925xJean-Baptiste Maneyrol2019-10-053-11/+58
| * iio: ad7949: fix incorrect SPI xfer lenAndrea Merello2019-09-211-3/+3
| * iio: tcs3414: fix iio_triggered_buffer_{pre,post}enable positionsAlexandru Ardelean2019-09-211-10/+20
| * iio: max31856: add missing of_node and parent references to iio_devAndrea Merello2019-09-151-0/+2
| * iio: imu: st_lsm6dsx: enable clear on read for latched interruptsLorenzo Bianconi2019-09-152-0/+26
| * iio: imu: st_lsm6dsx: enable LIR for sensor eventsLorenzo Bianconi2019-09-152-0/+37
| * iio: ad7949: kill pointless "readback"-handling codeAndrea Merello2019-09-151-24/+3
| * iio: light: bh1750: Resolve compiler warning and make code more readableKrzysztof Wilczynski2019-09-151-2/+2
| * IIO: Ingenic JZ47xx: Add support for JZ4770 SoC ADC.Artur Rojek2019-09-081-22/+127
| * iio: light: cm36651: redundant assignment to variable retColin Ian King2019-09-081-1/+1
| * iio: adc: ad_sigma_delta: Export ad_sd_calibrateMircea Caprioru2019-09-081-1/+2
* | Merge tag 'tag-chrome-platform-for-v5.4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-09-197-8/+12
|\ \
| * | mfd / platform: cros_ec: Reorganize platform and mfd includesEnric Balletbo i Serra2019-09-026-7/+11
| * | mfd / platform: cros_ec: Move cros-ec core driver out from MFDEnric Balletbo i Serra2019-09-021-1/+1
* | | Merge tag 'staging-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-09-1896-1477/+3214
|\ \ \ | | |/ | |/|
| * | iio: hid-sensor-attributes: Fix divisions for 32-bit platformsAndy Shevchenko2019-09-061-14/+28
| * | Merge tag 'iio-for-5.4b-take3' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2019-09-0318-144/+353
| |\ \
| | * | iio: imu: st_lsm6dsx: rely on IIO_G_TO_M_S_2 for gain definition for LSM9DS1Lorenzo Bianconi2019-09-031-4/+4
| | * | iio: imu: st_lsm6dsx: remove invalid gain value for LSM9DS1Lorenzo Bianconi2019-09-031-6/+11
| | * | iio: cros_ec: set calibscale for 3d MEMS to unit vectorGwendal Grignou2019-09-031-1/+4
| | * | iio: dac: ad5380: fix incorrect assignment to valColin Ian King2019-09-031-1/+1
| | * | iio: imu: st_lsm6dsx: Fix FIFO diff mask for tagged fifomario tesi2019-09-031-3/+3
| | * | iio: imu: st_lsm6dsx: add support for accel/gyro unit of lsm9ds1Martin Kepplinger2019-09-035-1/+100
| | * | iio: imu: st_lsm6dsx: move register definitions to sensor_settings structMartin Kepplinger2019-08-272-9/+28
| | * | iio: imu: st_lsm6dsx: introduce update_fifo function pointerLorenzo Bianconi2019-08-263-4/+25
| | * | Kconfig: Fix the reference to the RFD77402 ToF sensor in the 'help' sectionChristophe JAILLET2019-08-251-1/+1
| | * | iio: st_sensors: Fix build errorYueHaibing2019-08-251-0/+2
| | * | iio: adc: ad7606: Add support for AD7606B ADCStefan Popa2019-08-253-3/+123
| | * | iio: adc: sc27xx: Change to polling mode to read dataFreeman Liu2019-08-181-54/+27
| | * | iio: hid-sensor-attributes: Convert to use int_pow()Andy Shevchenko2019-08-181-31/+22