aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-27iio: imu: st_lsm6dsx: add support to LSM6DSRXLorenzo Bianconi6-5/+21
2019-10-27iio: st: Drop GPIO includeLinus Walleij4-4/+0
2019-10-22iio: adc: hx711: optimize performance in read cycleAndreas Klinger1-17/+5
2019-10-22iio: adc: stm32-adc: fix kernel-doc warningsFabrice Gasnier2-13/+19
2019-10-22iio: pressure: zpa2326: fix iio_triggered_buffer_postenable positionAlexandru Ardelean1-7/+9
2019-10-22iio: chemical: sgp30: drop excess semicolonJonathan Cameron1-1/+1
2019-10-22iio: adc: twl4030: Use false / true instead of 0 / 1 with booleansJonathan Cameron1-9/+9
2019-10-22iio: temperature: Add support for LTC2983Nuno Sá3-0/+1569
2019-10-22iio: pressure: bmp280: use devm action and remove labels from probeBartosz Golaszewski4-45/+30
2019-10-22iio: pressure: bmp280: use bulk regulator opsBartosz Golaszewski1-39/+30
2019-10-22iio: imu: Add support for the FXOS8700 IMURobert Jones6-0/+821
2019-10-18iio: adc: xilinx-xadc: use devm_platform_ioremap_resourceJonathan Cameron1-3/+1
2019-10-18iio: temp: maxim thermocouple: Drop unneeded semi colon.Jonathan Cameron1-1/+1
2019-10-18iio: adc: cpcap-adc: Fix missing IRQF_ONESHOT as only threaded handler.Jonathan Cameron1-1/+1
2019-10-18iio: adc: meson_saradc: use devm_platform_ioremap_resourceJonathan Cameron1-3/+1
2019-10-18iio: adc: exynos: use devm_platform_ioremap_resourceJonathan Cameron1-3/+1
2019-10-18iio: adc: exynos: Drop a stray semicolonJonathan Cameron1-1/+1
2019-10-18iio: proximity: pulsedlight v2: Tidy up an endian issueJonathan Cameron1-2/+3
2019-10-18iio: pressure: bmp280 endian tidy upsJonathan Cameron1-7/+9
2019-10-18iio: gyro: mpu3050: Explicity make a 'poison' value big endianJonathan Cameron1-1/+1
2019-10-18iio: chemical: sps30: Explicity truncate constant by maskingJonathan Cameron1-1/+1
2019-10-18iio: adc: stmpe-adc: Cleanup endian type of local variableJonathan Cameron1-1/+1
2019-10-18iio: adc: mcp320x: Tidy up endian types in type cast.Jonathan Cameron1-1/+1
2019-10-18iio: adc: at91-sama5d2: Replace 0 with NULL when clearing some pointers.Jonathan Cameron1-2/+2
2019-10-18Merge branch 'ib-ab8500-5.4-rc1' into HEADJonathan Cameron3-0/+1229
2019-10-18iio: adc: New driver for the AB8500 GPADCLinus Walleij3-0/+1229
2019-10-15iio: adc: intel_mrfld_adc: Add Basin Cove ADC driverVincent Pelletier3-0/+274
2019-10-15iio: imu: st_lsm6dsx: add support to LSM6DS0Lorenzo Bianconi5-2/+17
2019-10-15iio: imu: st_lsm6dsx: fix gyro gain definitions for LSM9DS1Lorenzo Bianconi1-3/+4
2019-10-15iio: dac: ad7303: replace mlock with own lockAlexandru Ardelean1-4/+9
2019-10-15iio: imu: st_lsm6dsx: add odr calibration featureMario Tesi3-3/+29
2019-10-15iio: imu: st_lsm6dsx: enable drdy-mask if availableLorenzo Bianconi3-0/+29
2019-10-15iio: dac: stm32: add power management supportFabrice Gasnier2-33/+199
2019-10-15iio: imu: st_lsm6dsx: enable wake-up event for LSM6DSOLorenzo Bianconi1-1/+24
2019-10-15iio: imu: st_lsm6dsx: add missing kernel documenationLorenzo Bianconi1-0/+3
2019-10-15iio: imu: st_lsm6dsx: add wakeup_source in st_sensors_platform_dataLorenzo Bianconi1-2/+4
2019-10-15iio: imu: st_lsm6dsx: fix checkpatch warningLorenzo Bianconi1-16/+19
2019-10-15iio: imu: st_lsm6dsx: grab conf mutex in st_lsm6dsx_write_event_configLorenzo Bianconi1-0/+2
2019-10-15iio: imu: st_lsm6dsx: rely on st_lsm6dsx_update_bits_locked configuring eventsLorenzo Bianconi1-11/+14
2019-10-15iio: imu: st_lsm6dsx: always check enable_reg in st_lsm6dsx_event_setupLorenzo Bianconi1-12/+11
2019-10-15iio: imu: st_lsm6dsx: move bdu/boot and reset register info in hw_settingsLorenzo Bianconi2-22/+99
2019-10-15iio: imu: st_lsm6dsx: do not access active-low/open-drain regs if not supportedLorenzo Bianconi2-14/+67
2019-10-15iio: imu: st_lsm6dsx: move irq related definitions in irq_configLorenzo Bianconi2-108/+179
2019-10-15iio: imu: st_lsm6dsx: add sanity check for read_fifo pointerLorenzo Bianconi2-0/+6
2019-10-15iio: imu: st_lsm6dsx: use st_lsm6dsx_read_locked in st_lsm6dsx_report_motion_eventLorenzo Bianconi1-14/+20
2019-10-15iio: adc: max1027: Introduce 12-bit devices supportMiquel Raynal2-3/+39
2019-10-15iio: adc: max1027: Prepare the introduction of different resolutionsMiquel Raynal1-42/+32
2019-10-15iio: adc: max1027: Reset the device at probe timeMiquel Raynal1-0/+8
2019-10-15iio: adc: max1027: Make it optional to use interruptsMiquel Raynal1-27/+32
2019-10-15iio: adc: max1027: Add debugfs register read supportMiquel Raynal1-2/+5