summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iio-fixes-for-5.3a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2019-07-285-4/+100
|\
| * iio: adc: gyroadc: fix uninitialized return codeArnd Bergmann2019-07-271-2/+2
| * iio: imu: mpu6050: add missing available scan masksJean-Baptiste Maneyrol2019-07-141-0/+43
| * iio: cros_ec_accel_legacy: Fix incorrect channel settingGwendal Grignou2019-07-141-1/+0
| * IIO: Ingenic JZ47xx: Set clock divider on probeMaarten ter Huurne2019-07-141-0/+54
| * iio: adc: max9611: Fix misuse of GENMASK macroJoe Perches2019-07-141-1/+1
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-1/+1
|\ \ | |/ |/|
| * bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-241-1/+1
* | Merge tag 'tag-chrome-platform-for-v5.3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-07-113-0/+149
|\ \
| * | iio: cros_ec: Add lid angle driverGwendal Grignou2019-06-253-0/+149
* | | Merge tag 'staging-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-1147-288/+2220
|\ \ \
| * \ \ Merge tag 'iio-for-5.3b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2019-07-0133-226/+2078
| |\ \ \
| | * | | iio: frequency: adf4371: Add support for output stage muteStefan Popa2019-06-261-0/+13
| | * | | iio: frequency: adf4371: Add support for ADF4372 PLLStefan Popa2019-06-262-6/+31
| | * | | iio: adc: ad7124: Shift to dynamic allocation for channel configurationMircea Caprioru2019-06-261-1/+8
| | * | | iio: adc: ad7124: Add buffered input supportMircea Caprioru2019-06-261-2/+15
| | * | | iio: adc: ad7124: Remove input number limitationMircea Caprioru2019-06-261-7/+0
| | * | | iio: adis162xx: fix low-power docs & reportsAlexandru Ardelean2019-06-262-4/+4
| | * | | iio: core: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-221-27/+8
| | * | | docs: iio: convert to ReSTMauro Carvalho Chehab2019-06-221-1/+1
| | * | | iio: adc: stm32-adc: add missing vdda-supplyFabrice Gasnier2019-06-221-1/+20
| | * | | iio: adc: stm32-dfsdm: add comment for 16 bits recordOlivier Moysan2019-06-221-0/+5
| | * | | iio: adc: stm32-dfsdm: add fast mode supportOlivier Moysan2019-06-222-16/+53
| | * | | iio: adc: stm32-dfsdm: manage data resolution in trigger modeOlivier Moysan2019-06-221-13/+28
| | * | | iio: adc: stm32-dfsdm: fix data typeOlivier Moysan2019-06-221-2/+2
| | * | | iio: adc: stm32-dfsdm: fix output resolutionOlivier Moysan2019-06-222-40/+142
| | * | | iio: sca3000: Potential endian bug in sca3000_read_event_value()Dan Carpenter2019-06-221-3/+4
| | * | | iio: st_accel: fix iio_triggered_buffer_{pre,post}enable positionsAlexandru Ardelean2019-06-221-9/+13
| | * | | iio: adc: xilinx: support all platformsRobert Hancock2019-06-171-1/+0
| | * | | iio: humidity: Replace older GPIO APIs with GPIO Consumer APIs for the dht11 ...Shobhit Kukreti2019-06-171-18/+10
| | * | | iio: ad_sigma_delta: return directly in ad_sd_buffer_postenable()Alexandru Ardelean2019-06-171-2/+1
| | * | | iio: amplifiers: ad8366: Add support for ADL5240 VGAAlexandru Ardelean2019-06-172-0/+18
| | * | | iio: amplifiers: ad8366: Add support for the ADA4961 DGAPaul Cercueil2019-06-172-5/+39
| | * | | iio: amplifiers: ad8366: rework driver to allow other chipsAlexandru Ardelean2019-06-171-19/+62
| | * | | iio: amplifiers: ad8366: use own lock to guard stateAlexandru Ardelean2019-06-171-4/+6
| | * | | iio: amplifiers: update license informationAlexandru Ardelean2019-06-172-3/+3
| | * | | iio: adxl372: fix iio_triggered_buffer_{pre,post}enable positionsAlexandru Ardelean2019-06-171-11/+16
| | * | | iio: frequency: adf4371: Add support for ADF4371 PLLStefan Popa2019-06-173-0/+605
| | * | | iio: imu: st_lsm6dsx: get device name from st_lsm6dsx_sensor_settingsLorenzo Bianconi2019-06-174-20/+48
| | * | | iio: imx7d_adc: Remove unneeded 'average_en' memberFabio Estevam2019-06-171-6/+2
| | * | | iio: imx7d_adc: Fit into a single lineFabio Estevam2019-06-171-3/+1
| | * | | iio: imx7d_adc: Introduce a definition for the input clockFabio Estevam2019-06-171-3/+2
| | * | | iio: imx7d_adc: Remove unneeded error messageFabio Estevam2019-06-171-5/+2
| | * | | iio: light: stk3310: Add support for stk3335Martijn Braam2019-06-171-1/+5
| | * | | iio:core: Fix bug in length of event info_mask and catch unhandled bits set i...Young Xiao2019-06-171-0/+2
| | * | | iio: light: bh1780: simplify getting the adapter of a clientWolfram Sang2019-06-171-1/+1
| | * | | iio: adc: ad7606: Add software configurationBeniamin Bia2019-06-162-3/+39
| | * | | iio: adc: ad7606: Move oversampling and scale options to chip infoBeniamin Bia2019-06-162-18/+58
| | * | | iio: adc: meson_saradc: update with SPDX Licence identifierNeil Armstrong2019-06-161-7/+1
| | * | | iio: accel: add missing sensor for some 2-in-1 based ultrabooksLuís Ferreira2019-06-081-0/+1