aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-23iio: adc: ti-ads7950: allow simultaneous use of buffer and direct modeDavid Lechner1-14/+19
2018-07-23iio: adc: ti-ads7950: use SPDX-License-IdentifierDavid Lechner1-9/+1
2018-07-23iio: adc: at91-sama5d2_adc: fix up casting in at91_adc_read_info_raw()Dan Carpenter1-2/+5
2018-07-23iio: ad9523: replace core mlock with local lockLars-Peter Clausen1-10/+24
2018-07-23iio: adc: xilinx: Remove dead code from xadc_zynq_setupManish Narani1-3/+1
2018-07-23iio: light: introduce si1133Maxime Roussin-Bélanger3-0/+1081
2018-07-23iio: Add modifier for DUV lightMaxime Roussin-Bélanger1-0/+1
2018-07-23iio: light: isl29501: Add support for the ISL29501 ToF sensor.Mathieu Othacehe3-0/+1041
2018-07-21iio: Add channel for PhaseMathieu Othacehe1-0/+1
2018-07-15iio: change strncpy+truncation to strlcpyDominique Martinet2-4/+2
2018-07-15iio: adxl345: Add support for the ADXL375Lars-Peter Clausen5-9/+34
2018-07-15iio: imu: st_lsm6dsx: add error logs to st_lsm6dsx_read_fifo()Lorenzo Bianconi1-3/+13
2018-07-15iio: imu: mpu6050: add support for 6515 variantBrian Masney3-0/+13
2018-07-15iio: hx711: add delay until DOUT is readyAndreas Klinger1-0/+39
2018-07-15iio: accel: adxl345: add sampling frequency supportAkinobu Mita1-1/+56
2018-07-13i2c: remove i2c_lock_adapter and use i2c_lock_bus directlyPeter Rosin1-2/+2
2018-07-08iio: adc: max1363: merge calls to of_match_device and of_device_get_match_dataJulia Lawall1-6/+2
2018-07-07iio: dac: Add AD5758 supportStefan Popa3-0/+908
2018-07-07iio: mma8452: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-07-07iio:imu:adis: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2018-07-07iio: dac: ltc2632 remove redundant pointer chip_info and spi_dev_idColin Ian King1-5/+0
2018-07-07iio: dac: ti-dac5571 remove redundant variable 'shift'Colin Ian King1-6/+0
2018-07-07IIO: st_accel_i2c.c: Use probe_new() instead of probe()Nikolaus Voss1-3/+2
2018-07-07IIO: st_accel_i2c.c: Simplify access to driver dataNikolaus Voss1-34/+25
2018-07-07iio: adc: ina2xx: avoid kthread_stop() with stale task_structAkinobu Mita1-4/+13
2018-07-02Merge 4.18-rc3 into staging-nextGreg Kroah-Hartman4-4/+7
2018-06-30iio: adc: Add Spreadtrum SC27XX PMICs ADC supportFreeman Liu3-0/+533
2018-06-30iio: accel: adxl345: add calibration offset supportAkinobu Mita1-1/+40
2018-06-30iio: accel: adxl345: convert address field usage in iio_chan_specAkinobu Mita1-9/+12
2018-06-30iio: accel: adxl345: add link to datasheetAkinobu Mita1-0/+2
2018-06-26Merge tag 'iio-for-4.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman10-199/+917
2018-06-25iio: adc: at91-sama5d2_adc: add support for oversampling resolutionEugen Hristev1-26/+163
2018-06-24iio: imu: inv_mpu6050: Fix probe() failure on older ACPI based machinesHans de Goede1-0/+2
2018-06-24iio: use timespec64 based interfaces for iio_get_time_ns()Arnd Bergmann1-17/+9
2018-06-24iio: mma8452: Fix ignoring MMA8452_INT_DRDYLeonard Crestez1-1/+1
2018-06-24iio: tsl2x7x/tsl2772: avoid potential division by zeroColin Ian King1-0/+2
2018-06-24iio: pressure: bmp280: fix relative humidity unitTomasz Duszynski1-3/+2
2018-06-24iio: adc: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven1-2/+0
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook5-13/+19
2018-06-12treewide: devm_kmalloc() -> devm_kmalloc_array()Kees Cook1-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-2/+2
2018-06-10iio:dac:ad5686: Add AD5311R supportStefan Popa3-0/+9
2018-06-10iio: adc: at91-sama5d2_adc: add support for position and pressure channelsEugen Hristev1-58/+551
2018-06-10iio: Add channel for Position RelativeEugen Hristev1-0/+1
2018-06-10iio: imu: inv_mpu6050: new timestamp mechanismJean-Baptiste Maneyrol3-1/+96
2018-06-10iio: 104-quad-8: Provide defines for magic numbersWilliam Breathitt Gray1-26/+61
2018-06-10iio: imu: inv_mpu6050: better fifo overflow handlingJean-Baptiste Maneyrol2-3/+4
2018-06-10iio: imu: inv_mpu6050: fix fifo count readingJean-Baptiste Maneyrol1-13/+11
2018-06-10iio: imu: inv_mpu6050: switch to use sample rate dividerJean-Baptiste Maneyrol2-10/+24
2018-06-10iio: imu: inv_mpu6050: replace timestamp fifo by generic timestampJean-Baptiste Maneyrol3-58/+2