summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
...
| * | iio: health: max30102: Add MAX30105 supportPeter Meerwald-Stadler2017-12-021-14/+130
| * | iio: health: max30102: Prepare for copying varying number of measurementsPeter Meerwald-Stadler2017-12-021-5/+10
| * | iio: health: max30102: Move mode setting to buffer_postenablePeter Meerwald-Stadler2017-12-021-16/+28
| * | iio: health: max30102: Introduce indices for LED channelsPeter Meerwald-Stadler2017-12-021-3/+11
| * | iio: health: max30102: Add power enable parameter to get_temp functionPeter Meerwald-Stadler2017-12-021-13/+23
| * | iio: health: max30102: Introduce intensity channel macroPeter Meerwald-Stadler2017-12-021-28/+16Star
| * | iio: health: max30102: Add check for part IDPeter Meerwald-Stadler2017-12-021-0/+18
| * | iio: health: max30102: Check retval of powermode functionPeter Meerwald-Stadler2017-12-021-1/+4
| * | iio: health: max30102: Fix mode config valuesPeter Meerwald-Stadler2017-12-021-6/+6
| * | iio: health: max30102: Remove inconsistent full stop in error messagePeter Meerwald-Stadler2017-12-021-1/+1
| * | iio: health: max30102: Fix missing newline in dev_errPeter Meerwald-Stadler2017-12-021-1/+1
| * | iio: adc: stm32: add support for differential channelsFabrice Gasnier2017-12-021-20/+103
| * | iio: adc: stm32: remove const channel names definitionFabrice Gasnier2017-12-021-52/+14Star
| * | iio: adc: ina2xx: Allow setting Shunt Voltage PGA gain and Bus Voltage rangeStefan Brüns2017-12-021-3/+108
| * | iio: adc: ina2xx: Use LSB specifier instead of divider in configStefan Brüns2017-12-021-6/+6
| * | iio: adc: ina2xx: Shift bus voltage register to mask flag bitsStefan Brüns2017-12-021-9/+17
| * | iio: imu: inv_mpu6050: Remove duplicate NULL checkAndy Shevchenko2017-12-021-2/+1Star
| * | iio: magnetometer: ak8975: Add another ACPI IDAndy Shevchenko2017-12-021-0/+1
| * | iio: proximity: sx9500: Add another ACPI IDAndy Shevchenko2017-12-021-0/+1
| * | iio: accel: mma8452: Rename config structs for readabilityHarinath Nampally2017-12-021-5/+5
| * | iio: accel: mma8452: Rename a struct for code readibilityHarinath Nampally2017-12-021-3/+3
| * | iio: light: Add driver for IDT ZOPT2201 ambient light and UVB sensorPeter Meerwald-Stadler2017-12-023-0/+579
| * | iio: core: Mark expected switch fall-throughGustavo A. R. Silva2017-12-021-0/+1
| * | iio: cros_ec: Remove unused variablesPaolo Cretaro2017-12-022-4/+0Star
| * | iio: adc: at91-sama5d2_adc: ack DRDY irq in direct modeEugen Hristev2017-12-021-0/+3
| * | iio: adc: at91-sama5d2_adc: add support for DMAEugen Hristev2017-12-022-20/+434
| * | iio: adc/accel: Fix up module licensesLinus Walleij2017-12-022-0/+7
* | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-313-4/+4
|\ \ \
| * | | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-283-4/+4
| |/ /
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'asoc/topic/hisilicon', 'asoc/topic/iio', 'aso...Mark Brown2018-01-1811-5/+2206
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| | * IIO: ADC: stm32-dfsdm: fix static check warningArnaud Pouliquen2018-01-151-4/+0Star
| | * IIO: ADC: stm32-dfsdm: code optimizationArnaud Pouliquen2018-01-152-15/+2Star
| | * IIO: ADC: fix return value check in stm32_dfsdm_adc_probe()Wei Yongjun2018-01-111-2/+2
| | * IIO: ADC: stm32-dfsdm: avoid unused-variable warningArnd Bergmann2018-01-111-2/+1Star
| | * IIO: ADC: stm32_dfsdm_stop_filter() can be statickbuild test robot2018-01-101-4/+4
| | * IIO: consumer: allow to set buffer sizesArnaud Pouliquen2018-01-101-0/+11
| | * IIO: ADC: add stm32 DFSDM support for PDM microphoneArnaud Pouliquen2018-01-101-7/+495
| | * IIO: ADC: add STM32 DFSDM sigma delta ADC supportArnaud Pouliquen2018-01-103-0/+742
| | * IIO: ADC: add stm32 DFSDM core supportArnaud Pouliquen2018-01-104-0/+632
| | * IIO: ADC: add sigma delta modulator supportArnaud Pouliquen2018-01-103-0/+81
| | * IIO: inkern: API for manipulating channel attributesArnaud Pouliquen2018-01-101-5/+12
| | * IIO: hw_consumer: add devm_iio_hw_consumer_allocArnaud Pouliquen2018-01-101-0/+66
| | * iio: Add hardware consumer buffer supportLars-Peter Clausen2018-01-103-0/+192
| |/
* | iio: health: max30102: Temperature should be in milli CelsiusPeter Meerwald-Stadler2017-12-021-1/+1
* | iio: fix kernel-doc build errorsRandy Dunlap2017-12-021-2/+2
* | iio: adc: meson-saradc: Meson8 and Meson8b do not have REG11 and REG13Martin Blumenstingl2017-12-021-2/+15
* | iio: adc: meson-saradc: initialize the bandgap correctly on older SoCsMartin Blumenstingl2017-12-021-7/+26
* | iio: adc: meson-saradc: fix the bit_idx of the adc_en clockMartin Blumenstingl2017-12-021-1/+1
* | iio: proximity: sx9500: Assign interrupt from GpioIo()Andy Shevchenko2017-12-021-0/+9
* | iio: adc: cpcap: fix incorrect validationPan Bian2017-12-021-1/+1
|/