summaryrefslogtreecommitdiffstats
path: root/drivers/iio/light/adux1020.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-03iio: vcnl4000: Add event support for VCNL4010/20.Mathieu Othacehe1-62/+392
2020-05-03iio: vcnl4000: Factorize data reading and writing.Mathieu Othacehe1-2/+22
2020-05-03iio: vcnl4000: Fix i2c swapped word reading.Mathieu Othacehe1-4/+2
2020-05-03iio: imu: adis16xxx: use helper to access iio core debugfs dirAlexandru Ardelean5-37/+24
2020-05-03iio: DAC extension for ltc2634-12/10/8Chris Ruehl3-4/+70
2020-05-03iio: documentation ltc2632_chip_info add num_channelsChris Ruehl1-0/+1
2020-05-03iio: magnetometer: ak8974: Provide scalingLinus Walleij1-1/+44
2020-05-03iio: magnetometer: ak8974: Break out measurementLinus Walleij1-26/+40
2020-05-03iio: magnetometer: ak8974: Correct realbitsLinus Walleij1-8/+37
2020-05-03iio: magnetometer: ak8974: add Alps hscdtd008aNick Reitemeyer1-8/+30
2020-05-03dt-bindings: magnetometer: ak8974: Add Alps hscdtd008aNick Reitemeyer1-1/+3
2020-05-03iio: imu: st_lsm6dsx: enable 833Hz sample frequency for tagged sensorsLorenzo Bianconi1-7/+14
2020-05-03iio: adc: ad7476: remove redundant null check on an arrayColin Ian King1-1/+1
2020-05-03iio: buffer: extend short-hand use for 'indio_dev->buffer'Alexandru Ardelean1-27/+34
2020-05-03iio: dac: ad5592r: Fix a typo in the name of a functionChristophe JAILLET1-2/+2
2020-05-03iio: dac: ad5593r: Fix a typo in MODULE_DESCRIPTIONChristophe JAILLET1-1/+1
2020-05-03iio: st_sensors: Use get_unaligned_be24() and sign_extend32()Andy Shevchenko1-6/+1
2020-05-03iio: temperature: max31856: Use get_unaligned_beXX()Andy Shevchenko1-2/+3
2020-05-03iio: pressure: zpa2326: Use get_unaligned_le24()Andy Shevchenko1-5/+4
2020-05-03iio: pressure: ms5611: Use get_unaligned_be24()Andy Shevchenko2-2/+6
2020-05-03iio: pressure: hp206c: Use get_unaligned_be24()Andy Shevchenko1-3/+5
2020-05-03iio: magnetometer: rm3100: Use get_unaligned_be24()Andy Shevchenko1-2/+3
2020-05-03iio: light: zopt2201: Use get_unaligned_le24()Andy Shevchenko1-1/+3
2020-05-03iio: light: si1133: Use get_unaligned_be24()Andy Shevchenko1-12/+6
2020-05-03iio: health: afe4403: Use get_unaligned_be24()Andy Shevchenko1-8/+6
2020-05-03iio: gyro: adis16130: Use get_unaligned_be24()Andy Shevchenko1-1/+3
2020-05-03iio: dac: ad5446: Use put_unaligned_be24()Andy Shevchenko1-3/+3
2020-05-03iio: dac: ad5624r_spi: Use put_unaligned_be24()Andy Shevchenko1-4/+4
2020-05-03iio: dac: ltc2632: Use put_unaligned_be24()Andy Shevchenko1-3/+3
2020-05-03iio: adc: ti-ads124s08: Use get_unaligned_be24()Andy Shevchenko1-4/+3
2020-05-03iio: adc: mpc3422: Use get_unaligned_beXX()Andy Shevchenko1-2/+3
2020-05-03iio: adc: ad_sigma_delta: Use {get,put}_unaligned_be24()Andy Shevchenko1-6/+2
2020-05-03iio: Use an early return in iio_device_alloc to simplify code.Jonathan Cameron1-19/+19
2020-05-03iio: chemical: Add OF match table for CCS811 VOC sensorManivannan Sadhasivam1-0/+7
2020-05-03iio: chemical: Add support for external Reset and Wakeup in CCS811Manivannan Sadhasivam1-11/+94