aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-28staging: iio: tsl2x7x: simplify tsl2x7x_clear_interrupts functionBrian Masney1-17/+15
2018-04-28staging: iio: tsl2x7x: don't return error in IRQ handlerBrian Masney1-4/+2
2018-04-28staging: iio: tsl2x7x: move integration_time* attributes to IIO_INTENSITY channelBrian Masney1-10/+10
2018-04-28staging: iio: adc: simplify getting .drvdataWolfram Sang1-4/+2
2018-04-23staging: iio: Augment TODO file with GPIO work itemLinus Walleij1-1/+8
2018-04-21staging: iio: ad7746: Fix bound checkingsHernán Gonzalez1-2/+2
2018-04-15staging: iio: ad7746: Reorder variable declarationsHernán Gonzalez1-3/+3
2018-04-15staging: iio: ad7746: Reorder includes alphabeticallyHernán Gonzalez1-5/+5
2018-04-15staging: iio: ad7746: Fix multiple line dereferenceHernán Gonzalez1-2/+1
2018-04-15staging: iio: ad7746: Adjust arguments to match open parenthesisHernán Gonzalez1-2/+3
2018-04-15staging: iio: ad7746: Automatically swap values in readings/writingsHernán Gonzalez1-8/+8
2018-04-04Merge tag 'staging-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds21-482/+453
2018-03-30Staging: iio: adis16209: Move adis16209 driver out of stagingShreeya Patel3-343/+0
2018-03-30Staging: iio: adis16209: Use GENMASKShreeya Patel1-17/+14
2018-03-30Staging: iio: adis16209: Remove unused headersShreeya Patel1-3/+0
2018-03-30Staging: iio: adis16209: Add a blank line after return statementsShreeya Patel1-0/+2
2018-03-30Staging: iio: adis16209: Prefer reverse christmas tree orderingShreeya Patel1-2/+2
2018-03-30Staging: iio: adis16209: Indent the field definitionsShreeya Patel1-5/+5
2018-03-26staging: iio: remove iio-trig-bfin-timer driverArnd Bergmann6-343/+0
2018-03-25staging: iio: tsl2x7x: use either direction for IIO_EV_INFO_{ENABLE,PERIOD}Brian Masney1-5/+4
2018-03-25staging: iio: tsl2x7x: use auto increment I2C protocolBrian Masney1-33/+67
2018-03-24Staging: iio: accel: adis16201: Move adis16201 driver out of stagingHimanshu Jha3-334/+0
2018-03-24Staging: iio: accel: adis16201: Fix 80 character line limitHimanshu Jha1-1/+2
2018-03-24Staging: iio: accel: adis16201: Use GENMASKHimanshu Jha1-19/+15
2018-03-24Staging: iio: accel: adis16201: Remove unused headersHimanshu Jha1-3/+0
2018-03-24staging: iio: tsl2x7x: add copyrightBrian Masney1-1/+3
2018-03-24staging: iio: tsl2x7x: put local variables in reverse Christmas tree orderBrian Masney1-13/+8
2018-03-24staging: iio: tsl2x7x: remove ch0 and ch1 variables from tsl2x7x_get_lux()Brian Masney1-11/+10
2018-03-24staging: iio: tsl2x7x: remove unused variables from tsl2x7x_get_lux()Brian Masney1-11/+0
2018-03-24staging: iio: tsl2x7x: split out als and prox persistence settingsBrian Masney2-16/+17
2018-03-24staging: iio: tsl2x7x: make logging consistent and correct newlinesBrian Masney1-26/+16
2018-03-24staging: iio: tsl2x7x: split out als and prox interrupt settingsBrian Masney2-47/+24
2018-03-24staging: iio: tsl2x7x: simplify tsl2x7x_prox_cal()Brian Masney1-92/+15
2018-03-24staging: iio: tsl2x7x: no need to clear interrupt flag when getting luxBrian Masney1-4/+0
2018-03-24staging: iio: tsl2x7x: correct interrupt handler triggerBrian Masney1-1/+1
2018-03-24staging: iio: tsl2x7x: remove unnecessary codeBrian Masney1-6/+0
2018-03-24staging:iio:ade7854: Remove read_reg_* duplicationsRodrigo Siqueira4-78/+15
2018-03-24staging:iio:ade7854: Rework SPI read functionRodrigo Siqueira1-103/+33
2018-03-24staging:iio:ade7854: Rework I2C read functionRodrigo Siqueira1-69/+37
2018-03-24staging:iio:ade7854: Remove write_reg_* duplicationsRodrigo Siqueira4-75/+12
2018-03-24staging:iio:ade7854: Rework SPI write functionRodrigo Siqueira1-67/+41
2018-03-24staging:iio:ade7854: Rework I2C write functionRodrigo Siqueira1-50/+46
2018-03-24staging:iio:ade7854: Fix the wrong number of bits to readJohn Syne1-1/+1
2018-03-24staging:iio:ade7854: Fix error handling on read/writeJohn Syne2-17/+17
2018-03-18Staging: iio: accel: adis16201: Adjust argument to match open parenthesesHimanshu Jha1-1/+1
2018-03-18Staging: iio: accel: adis16201: Prefer reverse christmas tree orderingHimanshu Jha1-2/+2
2018-03-18Staging: iio: accel: adis16201: Use sign_extend32 functionHimanshu Jha1-3/+2
2018-03-18Staging: iio: accel: adis16201: Add comments about units in read_raw()Himanshu Jha1-9/+18
2018-03-18Staging: iio: accel: adis16201: Group register definitionsHimanshu Jha1-84/+54
2018-03-18Staging: iio: accel: adis16201: Add _REG suffix to registersHimanshu Jha1-42/+42