summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* iio: accel: st_accel: Add support for the SMO8840 ACPI idHans de Goede2018-04-211-0/+1
* iio:imu: inv_mpu6050: support more interrupt typesMartin Kelly2018-04-215-8/+64
* iio: imu: inv_mpu6050: use set_power_itg function in i2c muxJean-Baptiste Maneyrol2018-04-211-20/+13
* iio: imu: inv_mpu6050: clean set_power_itg and fix usageJean-Baptiste Maneyrol2018-04-211-20/+24
* staging: iio: ad7746: Fix bound checkingsHernán Gonzalez2018-04-211-2/+2
* iio: sca3000: Handle errors returned by 'sca3000_configure_ring()' in 'sca300...Christophe JAILLET2018-04-151-1/+3
* iio: sca3000: Fix an error handling path in 'sca3000_probe()'Christophe JAILLET2018-04-151-8/+1
* iio:dac:ad5686: Add AD5671R/75R/94/94R/95R/96/96R supportStefan Popa2018-04-155-0/+143
* iio:dac:ad5686: Refactor the driverStefan Popa2018-04-155-166/+246
* iio:dac:ad5686: Add AD5672R/76/76R/84R/86R supportStefan Popa2018-04-151-0/+46
* iio:dac:ad5686: Add support for AD5685RStefan Popa2018-04-151-3/+4
* iio:dac:ad5686: Add support for various number of channelsStefan Popa2018-04-151-20/+25
* iio:dac:ad5686: Change license descriptionStefan Popa2018-04-151-2/+1
* iio:dac:ad5686: Style fixes no functional changesStefan Popa2018-04-151-11/+14
* iio: imu: Add mpu9255 support to mpu6050 driverDouglas Fischer2018-04-154-0/+14
* iio: chemical: atlas-ph-sensor: use msleep() for long uncritical delaysMatt Ranostay2018-04-151-7/+7
* iio: potentiometer: mcp4531: switch to using .probe_newPeter Rosin2018-04-151-73/+72
* iio: potentiometer: mcp4018: switch to using .probe_newPeter Rosin2018-04-151-21/+20
* iio: imu: inv_mpu6050: do not flush fifo when iio buffer is fullJean-Baptiste Maneyrol2018-04-151-4/+2
* staging: iio: ad7746: Reorder variable declarationsHernán Gonzalez2018-04-151-3/+3
* staging: iio: ad7746: Reorder includes alphabeticallyHernán Gonzalez2018-04-151-5/+5
* staging: iio: ad7746: Fix multiple line dereferenceHernán Gonzalez2018-04-151-2/+1
* staging: iio: ad7746: Adjust arguments to match open parenthesisHernán Gonzalez2018-04-151-2/+3
* staging: iio: ad7746: Automatically swap values in readings/writingsHernán Gonzalez2018-04-151-8/+8
* iio: imu: st_lsm6dsx: add support to ism330dlcLorenzo Bianconi2018-04-086-7/+21
* iio: imu: st_lsm6dsx: fix FIFO threshold mask for LSM6DSM/LSM6DSLLorenzo Bianconi2018-04-081-2/+2
* Staging: iio: adis16209: Move adis16209 driver out of stagingShreeya Patel2018-03-305-14/+14
* Staging: iio: adis16209: Use GENMASKShreeya Patel2018-03-301-17/+14
* Staging: iio: adis16209: Remove unused headersShreeya Patel2018-03-301-3/+0
* Staging: iio: adis16209: Add a blank line after return statementsShreeya Patel2018-03-301-0/+2
* Staging: iio: adis16209: Prefer reverse christmas tree orderingShreeya Patel2018-03-301-2/+2
* Staging: iio: adis16209: Indent the field definitionsShreeya Patel2018-03-301-5/+5
* iio: imu: inv_mpu6050: clean double declaration of set_power_itgJean-Baptiste Maneyrol2018-03-301-1/+0
* iio: adc: meson-saradc: add support for Meson AXGXingyu Chen2018-03-301-0/+8
* iio: adc: meson-saradc: squash and share the common adc platform dataYixun Lan2018-03-301-33/+42
* staging: iio: tsl2x7x: use either direction for IIO_EV_INFO_{ENABLE,PERIOD}Brian Masney2018-03-251-5/+4
* staging: iio: tsl2x7x: use auto increment I2C protocolBrian Masney2018-03-251-33/+67
* Staging: iio: accel: adis16201: Move adis16201 driver out of stagingHimanshu Jha2018-03-245-13/+13
* Staging: iio: accel: adis16201: Fix 80 character line limitHimanshu Jha2018-03-241-1/+2
* Staging: iio: accel: adis16201: Use GENMASKHimanshu Jha2018-03-241-19/+15
* Staging: iio: accel: adis16201: Remove unused headersHimanshu Jha2018-03-241-3/+0
* staging: iio: tsl2x7x: add copyrightBrian Masney2018-03-241-1/+3
* staging: iio: tsl2x7x: put local variables in reverse Christmas tree orderBrian Masney2018-03-241-13/+8
* staging: iio: tsl2x7x: remove ch0 and ch1 variables from tsl2x7x_get_lux()Brian Masney2018-03-241-11/+10
* staging: iio: tsl2x7x: remove unused variables from tsl2x7x_get_lux()Brian Masney2018-03-241-11/+0
* staging: iio: tsl2x7x: split out als and prox persistence settingsBrian Masney2018-03-242-16/+17
* staging: iio: tsl2x7x: make logging consistent and correct newlinesBrian Masney2018-03-241-26/+16
* staging: iio: tsl2x7x: split out als and prox interrupt settingsBrian Masney2018-03-242-47/+24
* staging: iio: tsl2x7x: simplify tsl2x7x_prox_cal()Brian Masney2018-03-241-92/+15
* staging: iio: tsl2x7x: no need to clear interrupt flag when getting luxBrian Masney2018-03-241-4/+0