summaryrefslogtreecommitdiffstats
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2020-06-14iio: stm32-adc: remove usage of iio_priv_to_dev() helperAlexandru Ardelean1-55/+63
2020-06-14iio: dac: ad5592r: remove usage of iio_priv_to_dev() helperAlexandru Ardelean1-3/+3
2020-06-14iio: imu: bmi160: added mount-matrix supportJonathan Albrieux2-0/+21
2020-06-14iio: imu: bmi160: added regulator supportJonathan Albrieux2-0/+26
2020-06-14iio: imu: bmi160: fix typoJonathan Albrieux1-1/+1
2020-06-14iio: cros_ec: Reapply range at resumeGwendal Grignou4-3/+37
2020-06-14iio: accel: mxc4005: add support for mxc6655Christian Oder1-0/+2
2020-06-14iio: magnetometer: mmc35240: Constify struct reg_defaultRikard Falkeborn1-1/+1
2020-06-14iio: light: stk3310: Constify regmap_configRikard Falkeborn1-1/+1
2020-06-14iio: dac: ad5592r-base: Constify struct iio_chan_spec_ext_infoRikard Falkeborn1-1/+1
2020-06-14iio: dac: ad5380: Constify struct iio_chan_spec_ext_infoRikard Falkeborn1-1/+1
2020-06-14iio: adc: max11100: Constify struct iio_chan_specRikard Falkeborn1-1/+1
2020-06-14iio: imu: inv_mpu6050: Drop double check for ACPI companion deviceAndy Shevchenko1-5/+1
2020-06-14iio: magnetometer: ak8975: Add gpio reset supportJonathan Albrieux1-0/+18
2020-06-14iio: magnetometer: ak8975: Fix typo, uniform measurement unit styleJonathan Albrieux1-2/+2
2020-06-14iio: adc: Update debug printsJishnu Prakash1-9/+9
2020-06-14iio: adc: Update return value checksJishnu Prakash1-6/+4
2020-06-14iio: adc: Add support for PMIC7 ADCJishnu Prakash3-3/+488
2020-06-14iio: adc: Add info property under adc_dataJishnu Prakash2-1/+4
2020-06-14iio: accel: bma400: add support for bma400 spiDan Robertson3-1/+128
2020-06-14iio: chemical: atlas-ezo-sensor: move ret variable scope in atlas_ezo_read_raw()Matt Ranostay1-2/+2
2020-06-14iio: humidity: hts221: remove usage of iio_priv_to_dev()Alexandru Ardelean3-8/+9
2020-06-14iio: position: iqs624: remove usage of iio_priv_to_dev()Alexandru Ardelean1-2/+4
2020-06-14iio: light: iqs621: remove usage of iio_priv_to_dev()Alexandru Ardelean1-2/+4
2020-06-14iio: light: tsl2563: pass iio device as i2c_client private dataAlexandru Ardelean1-5/+7
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-06-07Merge tag 'staging-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds150-1222/+6948
2020-06-04Merge tag 'mfd-next-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds3-0/+219
2020-06-03Merge tag 'irq-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-11/+20
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2-4/+4
2020-05-30Merge tag 'irqchip-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner1-11/+20
2020-05-26iio: adc: mp2629: Add support for mp2629 ADC driverSaravanan Sekar3-0/+219
2020-05-25mailmap: change email for Ricardo RibaldaRicardo Ribalda Delgado2-4/+4
2020-05-25Merge 5.7-rc7 into staging-nextGreg Kroah-Hartman7-21/+40
2020-05-22iio:chemical:pms7003: Fix timestamp alignment and prevent data leak.Jonathan Cameron1-5/+12
2020-05-22iio:chemical:sps30: Fix timestamp alignmentJonathan Cameron1-3/+6
2020-05-22iio: adc: stm32-adc: fix a wrong error message when probing interruptsFabrice Gasnier1-20/+14
2020-05-22iio: light: gp2ap002: Take runtime PM reference on light readJonathan Bakker1-3/+16
2020-05-21iio: proximity: ping: pass reference to IIO device as param to ping_read()Alexandru Ardelean1-4/+3
2020-05-21iio: dac: ad5592r-base: Replace indio_dev->mlock with own device lockSergiu Cuciurean2-15/+16
2020-05-21iio: proximity: Add driver support for vcnl3020 proximity sensorIvan Mikhaylov3-0/+270
2020-05-20iio: dummy_evgen: Fix use after free on error in iio_dummy_evgen_create()Dan Carpenter1-1/+4
2020-05-18genirq/irq_sim: Simplify the APIBartosz Golaszewski1-14/+20
2020-05-16iio: buffer: remove attrcount_orig var from sysfs creationAlexandru Ardelean1-3/+3
2020-05-16iio: chemical: add atlas-ezo-sensor initial supportMatt Ranostay3-0/+189
2020-05-16iio: adc: exynos: Simplify Exynos7-specific initKrzysztof Kozlowski1-3/+0
2020-05-16iio: adc: Add scaling support to exynos adc driverJonathan Bakker1-1/+13
2020-05-16iio: __iio_update_buffers: Update mode before preenable/after postdisableLars-Peter Clausen1-5/+3
2020-05-16iio: dac: vf610_dac: Replace indio_dev->mlock with own device lockSergiu Cuciurean1-4/+7
2020-05-16iio: dac: ad5686: Replace indio_dev->mlock with own device lockSergiu Cuciurean2-4/+8