summaryrefslogtreecommitdiffstats
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2014-04-26iio: adc: Nothing in ADC should be a bool CONFIGDoug Anderson1-2/+2
2014-04-26iio: exynos_adc: use indio_dev->dev structure to handle child nodesNaveen Krishna Ch1-3/+3
2014-04-26iio:imu:mpu6050: Fixed segfault in Invensens MPU driver due to null dereferenceAtilla Filiz1-2/+5
2014-04-23staging: iio: Fix typo in iioMasanari Iida1-1/+1
2014-04-22Merge tag 'iio-fixes-for-3.15a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman4-10/+52
2014-04-11iio: adc: Fix exynos_adc dependenciesJean Delvare1-1/+1
2014-04-07Merge tag 'mfd-for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-0/+906
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-14/+25
2014-04-01Merge tag 'staging-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds43-172/+4178
2014-03-29iio: imu: inv_mpu6050: Add compatibity with MPU6500Srinivas Pandruvada3-0/+4
2014-03-29iio: ak8975: Added ACPI enumerationSrinivas Pandruvada1-3/+37
2014-03-22iio: ak8975 : Add AK8963 compatibility mode supportSrinivas Pandruvada2-6/+31
2014-03-22iio: cm36651: Fix i2c client leak and possible NULL pointer dereferenceKrzysztof Kozlowski1-2/+20
2014-03-22iio: querying buffer scan_mask should return 0/1Alec Berg1-2/+4
2014-03-19mfd: Delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-03-18mfd: twl4030-madc: Move driver to drivers/iio/adcSebastian Reichel3-0/+907
2014-03-16iio:gyro:itg3200 - drop unreachable return ret. Highlighted by smatchJonathan Cameron1-2/+0
2014-03-16iio:core: Fix bug in length of event info_mask and catch unhandled bits set i...Jonathan Cameron2-1/+5
2014-03-16Add support for Microchip Technology's MCP3426/7/8 ADCAngelo Compagnucci2-8/+32
2014-03-16staging:iio: Move ad799x driver out of stagingLars-Peter Clausen3-0/+806
2014-03-16iio: inkern: add iio_read_channel_average_rawSebastian Reichel1-0/+18
2014-03-16iio: Add AS3935 lightning sensor supportMatt Ranostay5-0/+483
2014-03-15iio: adc: at91_adc: correct default shtim valueAlexandre Belloni1-2/+5
2014-03-15iio: cm32181: Fix read integration time functionBeomho Seo1-0/+1
2014-03-15iio: force snprintf for PAGE_SIZE bufsKees Cook1-2/+2
2014-03-08iio: adc: Fix build error discovered by 0-day build botJohannes Thumshirn1-0/+1
2014-03-06Merge tag 'iio-for-3.15c' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman7-2/+1812
2014-03-06iio: adc: at91_adc: Repair broken platform_data supportAlexandre Belloni1-4/+22
2014-03-02Merge 3.14-rc5 into staging-nextGreg Kroah-Hartman7-39/+36
2014-03-02Merge 3.14-rc5 into char-misc-nextGreg Kroah-Hartman7-39/+36
2014-03-02iio:adc:vf610 ensure correct handing of interruption of wait for completionJonathan Cameron1-1/+1
2014-03-01iio:adc: Add Xilinx XADC driverLars-Peter Clausen5-0/+1811
2014-02-28iio: adc: Add MEN 16z188 ADC driverJohannes Thumshirn3-0/+182
2014-02-25iio:magnetometer:mag3110: Fix unreachable codePeter Meerwald1-1/+0
2014-02-23iio:event: Fix and cleanup lockingLars-Peter Clausen1-42/+41
2014-02-22iio:pressure: Add support for LPS25H pressure sensorDenis CIOCCA5-8/+84
2014-02-22iio: hid-sensors: Added Pressure Sensor driverArchana Patni3-0/+391
2014-02-22iio: hid-sensors: Added Proximity Sensor DriverArchana Patni3-0/+390
2014-02-18iio: Avoid unnecessary kasprintfLars-Peter Clausen1-26/+13
2014-02-18iio: Don't include extended name in shared attributesLars-Peter Clausen1-1/+1
2014-02-18iio:gyro: bug on L3GD20H gyroscope supportDenis CIOCCA5-9/+5
2014-02-18iio: cm32181: Change cm32181 ambient light sensor driverBeomho Seo1-8/+8
2014-02-18iio: cm36651: Fix read/write integration time function.Beomho Seo1-22/+23
2014-02-18iio get rid of unneccessary error_retHartmut Knaack5-40/+21
2014-02-18iio:max1363 fix typos of int_vref_mvHartmut Knaack1-3/+3
2014-02-17iio: hid-sensor-hub: Remove hard coded indexesSrinivas Pandruvada1-14/+25
2014-02-15iio:accel:bma180: Make LOW_PASS_FILTER_3DB_FREQUENCY shared_by_typePeter Meerwald1-2/+2
2014-02-15iio:adc:imx: add Freescale Vybrid vf610 adc driverFugang Duan3-0/+722
2014-02-15iio:magnetometer:mag3110: Scale factor missing for temperaturePeter Meerwald1-3/+13
2014-02-11Merge tag 'iio-for-3.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman22-46/+686