summaryrefslogtreecommitdiff
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
...
| | * | iio: imu: adis16xxx: use helper to access iio core debugfs dirAlexandru Ardelean2020-05-035-37/+24
| | * | iio: DAC extension for ltc2634-12/10/8Chris Ruehl2020-05-032-3/+63
| | * | iio: documentation ltc2632_chip_info add num_channelsChris Ruehl2020-05-031-0/+1
| | * | iio: magnetometer: ak8974: Provide scalingLinus Walleij2020-05-031-1/+44
| | * | iio: magnetometer: ak8974: Break out measurementLinus Walleij2020-05-031-26/+40
| | * | iio: magnetometer: ak8974: Correct realbitsLinus Walleij2020-05-031-8/+37
| | * | iio: magnetometer: ak8974: add Alps hscdtd008aNick Reitemeyer2020-05-031-8/+30
| | * | iio: imu: st_lsm6dsx: enable 833Hz sample frequency for tagged sensorsLorenzo Bianconi2020-05-031-7/+14
| | * | iio: adc: ad7476: remove redundant null check on an arrayColin Ian King2020-05-031-1/+1
| | * | iio: buffer: extend short-hand use for 'indio_dev->buffer'Alexandru Ardelean2020-05-031-27/+34
| | * | iio: dac: ad5592r: Fix a typo in the name of a functionChristophe JAILLET2020-05-031-2/+2
| | * | iio: dac: ad5593r: Fix a typo in MODULE_DESCRIPTIONChristophe JAILLET2020-05-031-1/+1
| | * | iio: st_sensors: Use get_unaligned_be24() and sign_extend32()Andy Shevchenko2020-05-031-6/+1
| | * | iio: temperature: max31856: Use get_unaligned_beXX()Andy Shevchenko2020-05-031-2/+3
| | * | iio: pressure: zpa2326: Use get_unaligned_le24()Andy Shevchenko2020-05-031-5/+4
| | * | iio: pressure: ms5611: Use get_unaligned_be24()Andy Shevchenko2020-05-032-2/+6
| | * | iio: pressure: hp206c: Use get_unaligned_be24()Andy Shevchenko2020-05-031-3/+5
| | * | iio: magnetometer: rm3100: Use get_unaligned_be24()Andy Shevchenko2020-05-031-2/+3
| | * | iio: light: zopt2201: Use get_unaligned_le24()Andy Shevchenko2020-05-031-1/+3
| | * | iio: light: si1133: Use get_unaligned_be24()Andy Shevchenko2020-05-031-12/+6
| | * | iio: health: afe4403: Use get_unaligned_be24()Andy Shevchenko2020-05-031-8/+6
| | * | iio: gyro: adis16130: Use get_unaligned_be24()Andy Shevchenko2020-05-031-1/+3
| | * | iio: dac: ad5446: Use put_unaligned_be24()Andy Shevchenko2020-05-031-3/+3
| | * | iio: dac: ad5624r_spi: Use put_unaligned_be24()Andy Shevchenko2020-05-031-4/+4
| | * | iio: dac: ltc2632: Use put_unaligned_be24()Andy Shevchenko2020-05-031-3/+3
| | * | iio: adc: ti-ads124s08: Use get_unaligned_be24()Andy Shevchenko2020-05-031-4/+3
| | * | iio: adc: mpc3422: Use get_unaligned_beXX()Andy Shevchenko2020-05-031-2/+3
| | * | iio: adc: ad_sigma_delta: Use {get,put}_unaligned_be24()Andy Shevchenko2020-05-031-6/+2
| | * | iio: Use an early return in iio_device_alloc to simplify code.Jonathan Cameron2020-05-031-19/+19
| | * | iio: chemical: Add OF match table for CCS811 VOC sensorManivannan Sadhasivam2020-05-031-0/+7
| | * | iio: chemical: Add support for external Reset and Wakeup in CCS811Manivannan Sadhasivam2020-05-031-11/+94
| | * | iio: imu: Add support for adis16475Nuno Sá2020-05-033-0/+1355
| | * | iio: adis: Support different burst sizesNuno Sá2020-04-252-5/+10
| | * | iio: adis: Add adis_update_bits() APIsNuno Sá2020-04-251-0/+25
| | * | iio: imu: adis: Add irq flag variableNuno Sá2020-04-251-2/+31
| | * | iio: imu: adis: Add Managed device functionsNuno Sá2020-04-252-3/+83
| | * | iio: at91-sama5d2_adc: adjust iio_triggered_buffer_{predisable,postenable} po...Alexandru Ardelean2020-04-251-9/+21
| | * | iio: at91-sama5d2_adc: split at91_adc_current_chan_is_touch() helperAlexandru Ardelean2020-04-251-16/+15
| | * | iio: adc: at91-sama5d2_adc: update for other trigger usageEugen Hristev2020-04-251-70/+72
| | * | iio: adc: at91-sama5d2_adc: handle unfinished conversionsEugen Hristev2020-04-251-14/+48
| | * | iio: light: vl6180: add include of mod_devicetable.h and drop of_match_ptrJonathan Cameron2020-04-251-1/+2
| | * | iio: light: st_uvis25: Add mod_devicetable.h and drop of_match_ptrJonathan Cameron2020-04-252-2/+4
| | * | iio: light: opt3001: Add mod_devicetable.h and drop use of of_match_ptrJonathan Cameron2020-04-251-1/+2
| | * | iio: light: gp2ap020a00f: Swap of.h for mod_devicetable.h + drop of_match_ptrJonathan Cameron2020-04-251-4/+2
| | * | iio: light: cm3232: Add mod_devicetable.h include and drop of_match_ptrJonathan Cameron2020-04-251-1/+2
| | * | iio: light: cm32181: Add mod_devicetable.h and remove of_match_ptrJonathan Cameron2020-04-251-1/+2
| | * | iio: light: bh1780: use mod_devicetable.h and drop of_match_ptr macroJonathan Cameron2020-04-251-4/+2
| | * | iio: accel: kxsd9-i2c: Use mod_devicetable.h and drop of_match_ptr macroNishant Malpani2020-04-251-5/+2
| | * | iio: accel: dmard06: Use mod_devicetable.h and drop of_match_ptr macroNishant Malpani2020-04-251-1/+2
| | * | iio: chemical: atlas-sensor: add RTD-SM module supportMatt Ranostay2020-04-251-0/+29