summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-01-30iio: chemical: add Atlas pH-SM sensor supportMatt Ranostay3-0/+525
2016-01-30iio: ph: add IIO_PH channel typeMatt Ranostay1-0/+1
2016-01-30iio: si7020: add support for Hoperf th06Cristina Moraru2-1/+3
2016-01-30iio: si7005: add support for Hoperf th02Cristina Moraru2-1/+3
2016-01-30iio:pressure:Kconfig white space cleanup.Jonathan Cameron1-15/+15
2016-01-30iio: dht11: Simplify decoding algorithmHarald Geyer1-22/+42
2016-01-30iio: dht11: Improve reliability - be more tolerant about missing start bitsHarald Geyer1-6/+9
2016-01-30iio: pressure: mpl115: support MPL115A1Akinobu Mita6-39/+242
2016-01-30iio: pressure: mpl115: don't set unused i2c clientdataAkinobu Mita1-1/+0
2016-01-30Staging: iio: Documentation: Remove unused sysfs attributesShraddha Barke1-28/+0
2016-01-30iio: light: opt3001: enable operation w/o IRQAlexander Koch1-42/+95
2016-01-30iio: light: opt3001: trivial type refactoringAlexander Koch1-2/+2
2016-01-30iio: light: opt3001: extract int. time constantsAlexander Koch1-6/+9
2016-01-24Staging: iio: adc: fix indent on break statementColin Ian King1-1/+1
2016-01-24iio: add ad5761 DAC driverRicardo Ribalda Delgado3-0/+441
2016-01-23iio: adc: axp288: remove redundant duplicate const on axp288_adc_channelsColin Ian King1-1/+1
2016-01-23iio: mma8452: add support for MMA8451QMartin Kepplinger2-7/+37
2016-01-23iio: mma8452: whitespace cleanupMartin Kepplinger1-2/+2
2016-01-23iio: mma8452: add freefall detection for Freescale's accelerometersMartin Kepplinger1-16/+144
2016-01-23iio:adc:at91-sama5d2: code cleanupLudovic Desroches1-2/+1
2016-01-23iio:adc:at91-sama5d2: fix vref_uv typeLudovic Desroches1-1/+1
2016-01-16iio: adc: mcp320x: support more differential voltage measurementAkinobu Mita1-12/+19
2016-01-16MAINTAINERS: add entry for Atmel SAMA5D2 ADC driverLudovic Desroches1-2/+1
2016-01-16iio:adc:at91_adc8xx: introduce new atmel adc driverLudovic Desroches3-0/+521
2016-01-10iio: ak8975: constify ak_def structuresJulia Lawall1-2/+2
2016-01-10iio: st_sensors: support active-low interruptsLinus Walleij7-12/+97
2016-01-04Staging: iio: cdc: ad7150: Fix alignment should match open parenthesisShraddha Barke1-13/+15
2016-01-04Staging: iio: cdc: ad7150: Prefer using the BIT macroShraddha Barke1-3/+3
2016-01-03iio: health: max30100: add config for LED currentMatt Ranostay1-6/+75
2016-01-03iio: dac: mcp4725: Add basic support for MCP4726Akinobu Mita2-22/+69
2016-01-02iio: adc: mcp3422: Add support for MCP3425Akinobu Mita2-5/+8
2015-12-26Merge tag 'iio-for-4.5c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman5-103/+388
2015-12-26Merge tag 'iio-for-4.5b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman31-76/+2905
2015-12-22iio: adc: ina2xx: Fix incorrect report of data endianness to userspace.Jonathan Cameron1-1/+1
2015-12-22iio: light: us5182d: Refactor read_raw functionAdriana Reus1-77/+78
2015-12-22iio: light: us5182d: Add interrupt support and eventsAdriana Reus1-1/+270
2015-12-22iio: light: us5182d: Fix enable status inconcistencyAdriana Reus1-4/+12
2015-12-22iio: Make IIO value formating function globally available.Andrew F. Davis1-0/+1
2015-12-21staging: emxx_udc: use list_first_entry_or_null()Geliang Tang1-25/+5
2015-12-21staging/emxx_udc: fix 64-bit warningsArnd Bergmann1-5/+5
2015-12-21STAGING: COMEDI: Using kernel types in plx9080.hMoritz König1-1/+1
2015-12-21STAGING: COMEDI: Added spaces around binary operators in plx9080.hMoritz König1-1/+1
2015-12-21STAGING: COMEDI: Fixed format of comments in plx9080.hMoritz König1-44/+78
2015-12-21staging: comedi: comedilib.h: Coding style warning fix for block commentsJitendra Kumar Khasdev1-16/+16
2015-12-21staging: comedi: s526: add macros for counter control reg valuesIan Abbott1-4/+37
2015-12-21staging: comedi: s526: replace counter mode bitfield structIan Abbott1-63/+93
2015-12-21staging: comedi: check for more errors for zero-length writeIan Abbott1-3/+4
2015-12-21staging: comedi: simplify returned errors for comedi_write()Ian Abbott1-18/+3
2015-12-21staging: comedi: return error on "write" if no command set upIan Abbott1-3/+8
2015-12-21staging: comedi: allow buffer wraparound in comedi_write()Ian Abbott1-5/+9