aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-26iio: adc: ad7124: Remove input number limitationMircea Caprioru1-7/+0
2019-06-26iio: adis162xx: fix low-power docs & reportsAlexandru Ardelean2-4/+4
2019-06-22iio: core: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-27/+8
2019-06-22docs: iio: convert to ReSTMauro Carvalho Chehab1-1/+1
2019-06-22iio: adc: stm32-adc: add missing vdda-supplyFabrice Gasnier1-1/+20
2019-06-22iio: adc: stm32-dfsdm: add comment for 16 bits recordOlivier Moysan1-0/+5
2019-06-22iio: adc: stm32-dfsdm: add fast mode supportOlivier Moysan2-16/+53
2019-06-22iio: adc: stm32-dfsdm: manage data resolution in trigger modeOlivier Moysan1-13/+28
2019-06-22iio: adc: stm32-dfsdm: fix data typeOlivier Moysan1-2/+2
2019-06-22iio: adc: stm32-dfsdm: fix output resolutionOlivier Moysan2-40/+142
2019-06-22iio: sca3000: Potential endian bug in sca3000_read_event_value()Dan Carpenter1-3/+4
2019-06-22iio: st_accel: fix iio_triggered_buffer_{pre,post}enable positionsAlexandru Ardelean1-9/+13
2019-06-17iio: adc: xilinx: support all platformsRobert Hancock1-1/+0
2019-06-17iio: humidity: Replace older GPIO APIs with GPIO Consumer APIs for the dht11 sensorShobhit Kukreti1-18/+10
2019-06-17iio: ad_sigma_delta: return directly in ad_sd_buffer_postenable()Alexandru Ardelean1-2/+1
2019-06-17iio: amplifiers: ad8366: Add support for ADL5240 VGAAlexandru Ardelean2-0/+18
2019-06-17iio: amplifiers: ad8366: Add support for the ADA4961 DGAPaul Cercueil2-5/+39
2019-06-17iio: amplifiers: ad8366: rework driver to allow other chipsAlexandru Ardelean1-19/+62
2019-06-17iio: amplifiers: ad8366: use own lock to guard stateAlexandru Ardelean1-4/+6
2019-06-17iio: amplifiers: update license informationAlexandru Ardelean2-3/+3
2019-06-17iio: adxl372: fix iio_triggered_buffer_{pre,post}enable positionsAlexandru Ardelean1-11/+16
2019-06-17iio: frequency: adf4371: Add support for ADF4371 PLLStefan Popa3-0/+605
2019-06-17iio: imu: st_lsm6dsx: get device name from st_lsm6dsx_sensor_settingsLorenzo Bianconi4-20/+48
2019-06-17iio: imx7d_adc: Remove unneeded 'average_en' memberFabio Estevam1-6/+2
2019-06-17iio: imx7d_adc: Fit into a single lineFabio Estevam1-3/+1
2019-06-17iio: imx7d_adc: Introduce a definition for the input clockFabio Estevam1-3/+2
2019-06-17iio: imx7d_adc: Remove unneeded error messageFabio Estevam1-5/+2
2019-06-17iio: light: stk3310: Add support for stk3335Martijn Braam1-1/+5
2019-06-17iio:core: Fix bug in length of event info_mask and catch unhandled bits set in masks.Young Xiao1-0/+2
2019-06-17iio: light: bh1780: simplify getting the adapter of a clientWolfram Sang1-1/+1
2019-06-16iio: adc: ad7606: Add software configurationBeniamin Bia2-3/+39
2019-06-16iio: adc: ad7606: Move oversampling and scale options to chip infoBeniamin Bia2-18/+58
2019-06-16iio: adc: meson_saradc: update with SPDX Licence identifierNeil Armstrong1-7/+1
2019-06-08iio: accel: add missing sensor for some 2-in-1 based ultrabooksLuís Ferreira1-0/+1
2019-06-08iio: dps310: Add pressure sensing capabilityEddie James1-26/+337
2019-05-27iio: dps310: Temperature measurement errataChristopher Bostic1-2/+50
2019-05-27iio: Add driver for Infineon DPS310Joel Stanley3-0/+480
2019-05-20Merge tag 'iio-for-5.3a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman15-65/+142
2019-05-19iio: adc: mediatek: mt6577-auxadc, add mt6765 supportChun-Hung Wu1-13/+41
2019-05-18iio: adc: sun4i-gpadc-iio convert to SPDX license tagsYangtao Li1-4/+1
2019-05-18iio: ad9523-1: Improve reported VCO frequency accuracyLars-Peter Clausen1-3/+5
2019-05-15Merge tag 'for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supplyLinus Torvalds1-5/+17
2019-05-11iio: dac: ds4422/ds4424 drop of_node checkRuslan Babayev1-6/+0
2019-05-11iio: stmpe-adc: Reset possible interruptsPhilippe Schenker1-0/+5
2019-05-11iio: stmpe-adc: Use wait_for_completion_timeoutPhilippe Schenker1-12/+4
2019-05-11iio: stmpe-adc: Enable all stmpe-adc interrupts just oncePhilippe Schenker1-3/+3
2019-05-11iio: stmpe-adc: Reinit completion struct on begin conversionPhilippe Schenker1-0/+4
2019-05-11iio: stmpe-adc: Add compatible namePhilippe Schenker1-1/+6
2019-05-07Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds99-2266/+5286
2019-05-07Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-1/+0