aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-03iio: Add TEMP_AMBIENT and TEMP_OBJECT channel modifiersPeter Meerwald1-0/+2
2014-05-03iio: Add Freescale MPL115A2 pressure / temperature sensor driverPeter Meerwald3-0/+222
2014-05-03iio:magnetometer:mag3110: Enable user offset calibrationPeter Meerwald1-2/+15
2014-05-03iio:magnetometer:mag3110: Fix initialization of ctrl_reg1Peter Meerwald1-1/+1
2014-05-03staging: iio: ad799x: remove some unneeded IS_ERR() checksDan Carpenter1-9/+6
2014-04-30iio: exynos_adc: do a reinit_completion before the conversionNaveen Krishna Chatradhi1-0/+1
2014-04-30iio: exynos_adc: do a soft reset in case of timeoutNaveen Krishna Chatradhi1-24/+26
2014-04-30iio: exynos_adc: reduce timeout and use wait_for_completion_timeoutNaveen Krishna Chatradhi1-7/+11
2014-04-30iio: exynos_adc: rearrange clk and regulator enable/disable callsNaveen Krishna Ch1-29/+33
2014-04-29iio: hid-sensors: Added device rotation supportSrinivas Pandruvada3-0/+361
2014-04-29IIO: core: Add quaternion modifierSrinivas Pandruvada1-0/+1
2014-04-29IIO: core: Modify scan element typeSrinivas Pandruvada1-6/+35
2014-04-29IIO: core: Introduce read_raw_multiSrinivas Pandruvada4-27/+62
2014-04-27Merge 3.15-rc3 into staging-nextGreg Kroah-Hartman4-10/+52
2014-04-26Merge tag 'iio-for-3.16a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman23-58/+1480
2014-04-26iio: st_sensors: move regulator retrieveal to coreLinus Walleij5-37/+51
2014-04-26iio: st_sensors: announce registered sensorsLinus Walleij4-0/+12
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/git/jic23/iio into staging-linusGreg 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/git/lee/mfdLinus Torvalds3-0/+906
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-14/+25
2014-04-01Merge tag 'staging-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus 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 in masks.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/jic23/iio into staging-nextGreg 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