summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-v4.1' of git://git.infradead.org/battery-2.6Linus Torvalds2015-04-133-0/+417
|\
| * iio: Add support for DA9150 GPADCAdam Thomson2015-02-253-0/+417
* | iio: imu: Use iio_trigger_get for indio_dev->trig assignmentDarshana Padmadas2015-03-281-1/+1
* | iio: adc: vf610: use ADC clock within specificationStefan Agner2015-03-281-30/+61
* | iio/adc/cc10001_adc.c: Fix !HAS_IOMEM buildRichard Weinberger2015-03-281-1/+2
* | iio: core: Fix double free.Martin Fuzzey2015-03-142-2/+4
* | iio:inv-mpu6050: Fix inconsistency for the scale channelAdriana Reus2015-03-141-26/+30
* | iio: inv_mpu6050: Clear timestamps fifo while resetting hardware fifoViorel Suman2015-03-141-11/+14
* | iio: bmc150: change sampling frequencySathyanarayanan Kuppuswamy2015-03-141-9/+9
* | iio: fix drivers that check buffer->scan_maskOctavian Purdila2015-03-078-11/+9
* | Merge tag 'iio-fixes-for-4.0b' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-02-283-0/+5
|\ \
| * | iio: ak8975: fix AK09911 dependenciesArnd Bergmann2015-02-281-0/+2
| * | iio: common: ssp_sensors: Protect PM-only functions to kill warningGeert Uytterhoeven2015-02-221-0/+2
| * | iio: light: jsa1212: Select REGMAP_I2CRoberta Dobrescu2015-02-141-0/+1
* | | Merge tag 'iio-fixes-for-4.0a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-02-288-48/+59
|\ \ \ | |_|/ |/| |
| * | IIO: si7020: Allocate correct amount of memory in devm_iio_device_allocAndrey Smirnov2015-02-141-1/+1
| * | Revert "iio:humidity:si7020: fix pointer to i2c client"Jonathan Cameron2015-02-141-2/+2
| * | iio: light: gp2ap020a00f: Select REGMAP_I2CRoberta Dobrescu2015-02-141-0/+1
| * | iio: ad5686: fix optional reference voltage declarationUrs Fässler2015-02-041-1/+1
| * | iio:adc:mcp3422 Fix incorrect scales tableAngelo Compagnucci2015-02-041-13/+4
| * | iio: imu: adis16400: Fix sign extensionRasmus Villemoes2015-01-261-1/+2
| * | iio: imu: inv_mpu6050: Prevent dereferencing NULLSrinivas Pandruvada2015-01-101-1/+5
| * | iio: iadc: wait_for_completion_timeout time in jiffiesNicholas Mc Guire2015-01-101-1/+2
| * | iio: dht11: IRQ fixesRichard Weinberger2015-01-101-27/+35
| * | iio: dht11: Add lockingRichard Weinberger2015-01-101-0/+5
| * | iio: dht11: Fix out-of-bounds readRichard Weinberger2015-01-101-1/+1
* | | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2015-02-191-2/+2
|\ \ \
| * | | kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger2015-01-071-2/+2
* | | | Merge tag 'staging-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-02-1570-931/+10869
|\ \ \ \ | | |_|/ | |/| |
| * | | iio:common:ssp_sensors fix warnings due to 32 bit instead of 64 bit passed to...Jonathan Cameron2015-01-311-4/+5
| * | | iio: add driver for Freescale MMA9553Irina Tirdea2015-01-305-1/+1544
| * | | iio: core: Introduce IIO_CHAN_INFO_DEBOUNCE_COUNT and _TIMEIrina Tirdea2015-01-291-0/+2
| * | | iio: common: ssp_sensors: Add sensorhub gyroscope sensorKarol Wrona2015-01-292-0/+170
| * | | iio: common: ssp_sensors: Add sensorhub accelerometer sensorKarol Wrona2015-01-292-0/+171
| * | | iio: common: ssp_sensors: Add sensorhub iio commonsKarol Wrona2015-01-294-0/+189
| * | | iio: common: ssp_sensors: Add sensorhub driverKarol Wrona2015-01-297-0/+1601
| * | | iio: adc: Cosmic Circuits 10001 ADC driverPhani Movva2015-01-293-0/+435
| * | | iio: vadc: Qualcomm SPMI PMIC voltage ADC driverStanimir Varbanov2015-01-283-0/+1031
| * | | iio: magnetometer: ak8975: Add AK8963Srinivas Pandruvada2015-01-271-0/+1
| * | | imu: inv_mpu6050: cleanup on error checkVarka Bhadram2015-01-271-9/+8
| * | | imu: inv_mpu6050: use devm_request_irqVarka Bhadram2015-01-271-8/+6
| * | | imu: inv_mpu6050: use devm_iio_trigger_allocVarka Bhadram2015-01-271-7/+5
| * | | iio: accel: mma9551: split driver to expose mma955x apiIrina Tirdea2015-01-275-440/+693
| * | | iio: accel: mma9551: Add runtime pm supportIrina Tirdea2015-01-271-23/+139
| * | | iio: core: Remove IIO_EV_TYPE_INSTANCEIrina Tirdea2015-01-271-1/+0
| * | | iio: core: Introduce CHANGE event typeIrina Tirdea2015-01-271-0/+1
| * | | iio: core: Introduce IIO_CHAN_INFO_CALIBWEIGHTIrina Tirdea2015-01-271-0/+1
| * | | iio: core: Introduce IIO_VELOCITY and IIO_MOD_ROOT_SUM_SQUARED_X_Y_ZIrina Tirdea2015-01-271-0/+2
| * | | iio: core: Introduce DISTANCE channel typeIrina Tirdea2015-01-271-0/+1
| * | | iio: core: Introduce ENERGY channel typeIrina Tirdea2015-01-271-0/+1
OpenPOWER on IntegriCloud