summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iio-for-4.10c' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2016-11-1625-959/+1709
|\
| * staging: iio: tsl2583: move out of stagingBrian Masney2016-11-136-28/+8
| * staging: iio: tsl2583: add copyright and MODULE_AUTHORBrian Masney2016-11-131-1/+3
| * staging: iio: tsl2583: remove unnecessary variable initializationBrian Masney2016-11-131-2/+2
| * staging: iio: tsl2583: remove unnecessary memset callBrian Masney2016-11-131-3/+0
| * staging: iio: tsl2583: remove comment for tsl2583_probe()Brian Masney2016-11-131-4/+0
| * staging: iio: tsl2583: clarified comment about clearing interruptsBrian Masney2016-11-131-2/+3
| * staging: iio: tsl2583: add tsl2583 to list of supported devices in the headerBrian Masney2016-11-131-1/+1
| * staging: iio: tsl2583: move from a global to a per device lux tableBrian Masney2016-11-131-34/+46
| * staging: iio: tsl2583: don't assume an unsigned int is 32 bitsBrian Masney2016-11-131-1/+1
| * staging: iio: tsl2583: remove unnecessary parenthesesBrian Masney2016-11-131-2/+2
| * staging: iio: tsl2583: change tsl2583_als_calibrate() to return 0 on successBrian Masney2016-11-131-1/+1
| * staging: iio: tsl2583: moved code block inside else statementBrian Masney2016-11-131-11/+12
| * staging: iio: tsl2583: updated code comment to match what the code doesBrian Masney2016-11-131-1/+5
| * staging: iio: tsl2583: fix multiline comment syntaxBrian Masney2016-11-131-5/+9
| * staging: iio: tsl2583: combine sysfs documentationBrian Masney2016-11-132-21/+15
| * staging: iio: tsl2583: change newlines to improve readabilityBrian Masney2016-11-131-2/+12
| * staging: iio: tsl2583: fix comparison between signed and unsigned integersBrian Masney2016-11-131-3/+4
| * staging: iio: tsl2583: fix alignment of #define valuesBrian Masney2016-11-131-5/+5
| * staging: iio: tsl2583: unify function and variable prefix to tsl2583_Brian Masney2016-11-131-107/+107
| * staging: iio: tsl2583: cleaned up loggingBrian Masney2016-11-131-30/+43
| * staging: iio: tsl2583: remove the FSF's mailing addressBrian Masney2016-11-131-4/+0
| * staging: iio: tsl2583: remove redundant write to the control register in taos...Brian Masney2016-11-131-8/+0
| * staging: iio: tsl2583: change current chip state from a tristate to a boolBrian Masney2016-11-131-13/+7
| * staging: iio: tsl2583: remove unnecessary chip status checks in suspend/resumeBrian Masney2016-11-131-13/+3
| * staging: iio: tsl2583: remove unnecessary chip status check in taos_get_luxBrian Masney2016-11-131-7/+0
| * staging: iio: tsl2583: check if chip is in a working state in in_illuminance_...Brian Masney2016-11-131-3/+14
| * iio: envelope-detector: ADC driver based on a DAC and a comparatorPeter Rosin2016-11-133-0/+433
| * iio: dpot-dac: DAC driver based on a digital potentiometerPeter Rosin2016-11-133-0/+277
| * iio: mcp4531: provide range of available raw valuesPeter Rosin2016-11-131-42/+62
| * iio: inkern: add helpers to query available values from channelsPeter Rosin2016-11-131-0/+104
| * iio:core: add a callback to allow drivers to provide _available attributesJonathan Cameron2016-11-131-33/+226
| * staging: iio: tsl2583: fix issue with changes to calibscale and int_time not ...Brian Masney2016-11-121-33/+52
| * staging: iio: tsl2583: split out functionality of taos_chip_on()Brian Masney2016-11-121-64/+58
| * iio: pressure: st_pressure: inline per-sensor dataLinus Walleij2016-11-121-165/+92
| * iio: magn: st_magn: inline per-sensor dataLinus Walleij2016-11-121-251/+125
| * iio: gyro: st_gyro: inline per-sensor dataLinus Walleij2016-11-121-139/+66
| * iio: imu: inv_mpu6050: inform the i2c mux core about how it is usedPeter Rosin2016-11-121-1/+1
| * iio: cros_ec_sensors_core: fix unsigned compared less than zero on statusColin Ian King2016-11-121-4/+4
| * iio:adc: ad7766: testing the wrong variable in probeDan Carpenter2016-11-121-2/+2
| * iio: gyro: mpu3050: add I2C dependencyArnd Bergmann2016-11-081-0/+1
| * iio: gyro: mpu3050: remove duplicate initializerArnd Bergmann2016-11-081-1/+0
| * staging: iio: tsl2583: fix unused function warningArnd Bergmann2016-11-081-12/+3
| * staging: iio: ad9832: allocate data before usingArnd Bergmann2016-11-081-7/+7
* | Staging: ks7010: Use preffered kernel typesPunit Vara2016-11-163-83/+83
* | staging: xgifb: vb_table.h Preferred space aroundWalt Feasel2016-11-161-4/+4
* | staging: xgifb: vb_table.h Blank line after declarationsWalt Feasel2016-11-161-0/+1
* | staging: comedi: ni_mio_common: remove variable 'dl' in ni_ai_insn_read()Ian Abbott2016-11-151-8/+7
* | staging: comedi: ni_mio_common: fix E series ni_ai_insn_read() dataIan Abbott2016-11-151-3/+2
* | staging: comedi: ni_mio_common: fix M Series ni_ai_insn_read() data maskIan Abbott2016-11-151-1/+1