summaryrefslogtreecommitdiffstats
path: root/drivers/iio (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | iio: light: cm32181: Change reg_init to use a bitmap of which registers to initHans de Goede2020-05-101-8/+6
| | * | iio: light: cm32181: Handle CM3218 ACPI devices with 2 I2C resourcesHans de Goede2020-05-101-0/+22
| | * | iio: light: cm32181: Clean up the probe function a bitHans de Goede2020-05-101-14/+8
| | * | iio: light: cm32181: Add support for the CM3218Hans de Goede2020-05-101-12/+36
| | * | iio: light: cm32181: Add some extra register definesHans de Goede2020-05-101-4/+11
| | * | iio: light: cm32181: Add support for ACPI enumerationHans de Goede2020-05-101-0/+9
| | * | iio: light: cm32181: Switch to new style i2c-driver probe functionHans de Goede2020-05-101-12/+3
| | * | iio: hid-sensors: move triggered buffer setup into hid_sensor_setup_triggerAlexandru Ardelean2020-05-1012-134/+55
| | * | iio: vcnl4000: Add buffer support for VCNL4010/20.Mathieu Othacehe2020-05-032-2/+161
| | * | iio: vcnl4000: Add sampling frequency support for VCNL4010/20.Mathieu Othacehe2020-05-031-1/+117
| | * | iio: vcnl4000: Add event support for VCNL4010/20.Mathieu Othacehe2020-05-031-62/+392
| | * | iio: vcnl4000: Factorize data reading and writing.Mathieu Othacehe2020-05-031-2/+22
| | * | iio: vcnl4000: Fix i2c swapped word reading.Mathieu Othacehe2020-05-031-4/+2
| | * | 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