summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
...
| | * | iio: imu: adis16460: check ret val for non-zero vs less-than-zeroAlexandru Ardelean2019-11-031-4/+4
| | * | iio: imu: adis16400: check ret val for non-zero vs less-than-zeroAlexandru Ardelean2019-11-031-11/+11
| | * | iio: gyro: adis16136: check ret val for non-zero vs less-than-zeroAlexandru Ardelean2019-11-031-12/+12
| | * | iio: hdc100x: fix iio_triggered_buffer_{predisable,postenable} positionsAlexandru Ardelean2019-11-021-8/+11
| | * | iio: dln2-adc: fix iio_triggered_buffer_postenable() positionAlexandru Ardelean2019-11-021-6/+14
| * | | Merge 5.4-rc7 into staging-nextGreg Kroah-Hartman2019-11-116-20/+44
| |\ \ \ | | |/ / | |/| |
| * | | iio: imu: st_lsm6dsx: add support to LSM6DSRXLorenzo Bianconi2019-10-276-5/+21
| * | | iio: st: Drop GPIO includeLinus Walleij2019-10-274-4/+0
| * | | iio: adc: hx711: optimize performance in read cycleAndreas Klinger2019-10-221-17/+5
| * | | iio: adc: stm32-adc: fix kernel-doc warningsFabrice Gasnier2019-10-222-13/+19
| * | | iio: pressure: zpa2326: fix iio_triggered_buffer_postenable positionAlexandru Ardelean2019-10-221-7/+9
| * | | iio: chemical: sgp30: drop excess semicolonJonathan Cameron2019-10-221-1/+1
| * | | iio: adc: twl4030: Use false / true instead of 0 / 1 with booleansJonathan Cameron2019-10-221-9/+9
| * | | iio: temperature: Add support for LTC2983Nuno Sá2019-10-223-0/+1569
| * | | iio: pressure: bmp280: use devm action and remove labels from probeBartosz Golaszewski2019-10-224-45/+30
| * | | iio: pressure: bmp280: use bulk regulator opsBartosz Golaszewski2019-10-221-39/+30
| * | | iio: imu: Add support for the FXOS8700 IMURobert Jones2019-10-226-0/+821
| * | | iio: adc: xilinx-xadc: use devm_platform_ioremap_resourceJonathan Cameron2019-10-181-3/+1
| * | | iio: temp: maxim thermocouple: Drop unneeded semi colon.Jonathan Cameron2019-10-181-1/+1
| * | | iio: adc: cpcap-adc: Fix missing IRQF_ONESHOT as only threaded handler.Jonathan Cameron2019-10-181-1/+1
| * | | iio: adc: meson_saradc: use devm_platform_ioremap_resourceJonathan Cameron2019-10-181-3/+1
| * | | iio: adc: exynos: use devm_platform_ioremap_resourceJonathan Cameron2019-10-181-3/+1
| * | | iio: adc: exynos: Drop a stray semicolonJonathan Cameron2019-10-181-1/+1
| * | | iio: proximity: pulsedlight v2: Tidy up an endian issueJonathan Cameron2019-10-181-2/+3
| * | | iio: pressure: bmp280 endian tidy upsJonathan Cameron2019-10-181-7/+9
| * | | iio: gyro: mpu3050: Explicity make a 'poison' value big endianJonathan Cameron2019-10-181-1/+1
| * | | iio: chemical: sps30: Explicity truncate constant by maskingJonathan Cameron2019-10-181-1/+1
| * | | iio: adc: stmpe-adc: Cleanup endian type of local variableJonathan Cameron2019-10-181-1/+1
| * | | iio: adc: mcp320x: Tidy up endian types in type cast.Jonathan Cameron2019-10-181-1/+1
| * | | iio: adc: at91-sama5d2: Replace 0 with NULL when clearing some pointers.Jonathan Cameron2019-10-181-2/+2
| * | | Merge branch 'ib-ab8500-5.4-rc1' into HEADJonathan Cameron2019-10-183-0/+1229
| |\ \ \
| * | | | iio: adc: intel_mrfld_adc: Add Basin Cove ADC driverVincent Pelletier2019-10-153-0/+274
| * | | | iio: imu: st_lsm6dsx: add support to LSM6DS0Lorenzo Bianconi2019-10-155-2/+17
| * | | | iio: imu: st_lsm6dsx: fix gyro gain definitions for LSM9DS1Lorenzo Bianconi2019-10-151-3/+4
| * | | | iio: dac: ad7303: replace mlock with own lockAlexandru Ardelean2019-10-151-4/+9
| * | | | iio: imu: st_lsm6dsx: add odr calibration featureMario Tesi2019-10-153-3/+29
| * | | | iio: imu: st_lsm6dsx: enable drdy-mask if availableLorenzo Bianconi2019-10-153-0/+29
| * | | | iio: dac: stm32: add power management supportFabrice Gasnier2019-10-152-33/+199
| * | | | iio: imu: st_lsm6dsx: enable wake-up event for LSM6DSOLorenzo Bianconi2019-10-151-1/+24
| * | | | iio: imu: st_lsm6dsx: add missing kernel documenationLorenzo Bianconi2019-10-151-0/+3
| * | | | iio: imu: st_lsm6dsx: add wakeup_source in st_sensors_platform_dataLorenzo Bianconi2019-10-151-2/+4
| * | | | iio: imu: st_lsm6dsx: fix checkpatch warningLorenzo Bianconi2019-10-151-16/+19
| * | | | iio: imu: st_lsm6dsx: grab conf mutex in st_lsm6dsx_write_event_configLorenzo Bianconi2019-10-151-0/+2
| * | | | iio: imu: st_lsm6dsx: rely on st_lsm6dsx_update_bits_locked configuring eventsLorenzo Bianconi2019-10-151-11/+14
| * | | | iio: imu: st_lsm6dsx: always check enable_reg in st_lsm6dsx_event_setupLorenzo Bianconi2019-10-151-12/+11
| * | | | iio: imu: st_lsm6dsx: move bdu/boot and reset register info in hw_settingsLorenzo Bianconi2019-10-152-22/+99
| * | | | iio: imu: st_lsm6dsx: do not access active-low/open-drain regs if not supportedLorenzo Bianconi2019-10-152-14/+67
| * | | | iio: imu: st_lsm6dsx: move irq related definitions in irq_configLorenzo Bianconi2019-10-152-108/+179
| * | | | iio: imu: st_lsm6dsx: add sanity check for read_fifo pointerLorenzo Bianconi2019-10-152-0/+6
| * | | | iio: imu: st_lsm6dsx: use st_lsm6dsx_read_locked in st_lsm6dsx_report_motion_...Lorenzo Bianconi2019-10-151-14/+20