summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | | iio: adc: max1027: Introduce 12-bit devices supportMiquel Raynal2019-10-152-3/+39
| * | | | iio: adc: max1027: Prepare the introduction of different resolutionsMiquel Raynal2019-10-151-42/+32
| * | | | iio: adc: max1027: Reset the device at probe timeMiquel Raynal2019-10-151-0/+8
| * | | | iio: adc: max1027: Make it optional to use interruptsMiquel Raynal2019-10-151-27/+32
| * | | | iio: adc: max1027: Add debugfs register read supportMiquel Raynal2019-10-151-2/+5
| * | | | iio: light: Add support for ADUX1020 sensorManivannan Sadhasivam2019-10-153-0/+861
| * | | | Merge 5.4-rc3 into staging-nextGreg Kroah-Hartman2019-10-1416-182/+290
| |\ \ \ \
| * \ \ \ \ 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