aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-10iio: light: hid-sensor-prox: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-05-10iio: light: hid-sensor-als: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-05-10iio: hid-sensor-gyro-3d: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-05-10iio: adc: axp288: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-05-10iio: hid-sensor-accel-3d: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-05-10iio: light: add support for ROHM BH1710/BH1715/BH1721/BH1750/BH1751 ambient light sensorsTomasz Duszynski3-0/+345
2015-05-10iio: magnetometer: Add ACPI support for MMC35240Daniel Baluta1-0/+8
2015-05-10iio: magnetometer: mmc35240: Add PM sleep supportDaniel Baluta1-0/+35
2015-05-10iio: magnetometer: Add support for MEMSIC MMC35240 sensorDaniel Baluta3-0/+481
2015-05-10iio: magn: bmc150_magn: add oversampling ratioIrina Tirdea1-4/+129
2015-05-10iio: core: Introduce IIO_CHAN_INFO_OVERSAMPLING_RATIOIrina Tirdea1-0/+1
2015-05-10iio: magn: Add support for BMC150 magnetometerIrina Tirdea3-0/+1000
2015-05-10iio: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven2-3/+3
2015-05-10iio: light: Add threshold interrupt support for STK3310Tiberiu Breana1-2/+253
2015-05-10iio: light: Add support for Sensortek STK3310Tiberiu Breana3-0/+483
2015-05-09Merge tag 'iio-for-v4.2a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman18-314/+2165
2015-05-08iio: adc: cc10001: Fix the channel number mappingNaidu Tellapati1-11/+13
2015-05-07iio: kfifo: Set update_needed to false only if a buffer was allocatedGabriele Mazzotta1-1/+2
2015-05-07iio: mcp320x: Fix occasional incorrect readingsMichael Welling1-3/+3
2015-05-07iio: magnetometer: support for lsm303dlhLinus Walleij3-0/+122
2015-05-07iio: st_sensors: make detection more helpfulLinus Walleij1-1/+2
2015-05-07iio: st_sensors: make BDU optionalLinus Walleij1-3/+5
2015-05-07iio: st_sensors: make interrupt optionalLinus Walleij1-1/+11
2015-05-07iio: st_sensors: print error when failing to get IRQLinus Walleij1-1/+3
2015-05-07iio: accel: kxcjk-1013: add some blank lines for readabilityAntonio Ospite1-0/+3
2015-05-07iio: accel: kxcjk-1013: add the "KXCJ9000" ACPI idAntonio Ospite1-0/+1
2015-05-07iio:prox:sx9500 trivial simplification of return path in init function.Jonathan Cameron1-5/+1
2015-05-03iio:light:ltr501 bug in parameter sanity check.Jonathan Cameron1-1/+1
2015-04-26iio: accel: mma9553: fix gpio bitnum init valueIrina Tirdea1-1/+2
2015-04-26iio: accel: mma9553: refactor mma9553_read_rawIrina Tirdea1-68/+33
2015-04-26iio: accel: mma9553: prefix naming fixesIrina Tirdea1-7/+7
2015-04-26iio: accel: mma9553: use GENMASKIrina Tirdea1-2/+2
2015-04-26iio: accel: mma9553: comment and error message fixesIrina Tirdea1-9/+10
2015-04-26iio: accel: mma9553: return 0 as indication of successIrina Tirdea1-1/+1
2015-04-26iio: accel: mma9553: check for error in reading initial activity and stepcntIrina Tirdea1-3/+6
2015-04-26iio: accel: mma9551_core: typo fix in RSC APP IDIrina Tirdea2-2/+2
2015-04-26iio: accel: mma9551_core: wrong doc fixesIrina Tirdea1-3/+3
2015-04-26iio: accel: mma9553: check input value for activity periodIrina Tirdea1-0/+4
2015-04-26iio: accel: mma9553: add enable channel for activityIrina Tirdea1-1/+2
2015-04-26iio: accel: mma9551_core: prevent buffer overrunIrina Tirdea1-3/+18
2015-04-26iio: accel: mma9553: fix endianness issue when reading statusIrina Tirdea1-7/+4
2015-04-26iio:st_sensors: Fix oops when probing SPI devicesAlban Bedel5-2/+4
2015-04-26iio: ltr501: Add support for ltr301 chipDaniel Baluta2-5/+73
2015-04-26iio: ltr501: Add support for ltr559 chipDaniel Baluta2-35/+186
2015-04-19iio: adc: xilinx: Fix VREFN signThomas Betker1-1/+1
2015-04-19iio: adc: xilinx: Fix VREFP scaleThomas Betker1-0/+1
2015-04-19iio: adc: xilinx: Fix "vccaux" channel .addressThomas Betker1-1/+1
2015-04-19iio: adc: xilinx: Fix register addressesThomas Betker1-3/+3
2015-04-19iio: ltr501: Add ACPI enumeration supportKuppuswamy Sathyanarayanan1-0/+8
2015-04-19iio: ltr501: Add interrupt rate control supportKuppuswamy Sathyanarayanan1-7/+406