summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | iio:gyro:itg3200 - drop unreachable return ret. Highlighted by smatchJonathan Cameron2014-03-161-2/+0
| | * | | iio:core: Fix bug in length of event info_mask and catch unhandled bits set i...Jonathan Cameron2014-03-162-1/+5
| | * | | Add support for Microchip Technology's MCP3426/7/8 ADCAngelo Compagnucci2014-03-162-8/+32
| | * | | staging:iio: Move ad799x driver out of stagingLars-Peter Clausen2014-03-163-0/+806
| | * | | iio: inkern: add iio_read_channel_average_rawSebastian Reichel2014-03-161-0/+18
| | * | | iio: Add AS3935 lightning sensor supportMatt Ranostay2014-03-165-0/+483
| | * | | iio: force snprintf for PAGE_SIZE bufsKees Cook2014-03-151-2/+2
* | | | | Merge tag 'soc-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-06-021-48/+292
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | iio: adc: at91: add sam9rl supportAlexandre Belloni2014-05-071-0/+18
| * | | | iio: adc: at91: remove unused include from include/machAlexandre Belloni2014-05-071-1/+102
| * | | | iio: adc: at91_adc: Add support for touchscreens without TSMRAlexandre Belloni2014-05-071-47/+153
| * | | | iio: adc: at91: cleanup platform_dataAlexandre Belloni2014-05-071-0/+19
| | |_|/ | |/| |
* | | | iio: adc: Nothing in ADC should be a bool CONFIGDoug Anderson2014-04-261-2/+2
* | | | iio: exynos_adc: use indio_dev->dev structure to handle child nodesNaveen Krishna Ch2014-04-261-3/+3
* | | | iio:imu:mpu6050: Fixed segfault in Invensens MPU driver due to null dereferenceAtilla Filiz2014-04-261-2/+5
|/ / /
* | | Merge tag 'iio-fixes-for-3.15a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2014-04-224-10/+52
|\ \ \ | |/ / |/| |
| * | iio: cm36651: Fix i2c client leak and possible NULL pointer dereferenceKrzysztof Kozlowski2014-03-221-2/+20
| * | iio: querying buffer scan_mask should return 0/1Alec Berg2014-03-221-2/+4
| * | iio: adc: at91_adc: correct default shtim valueAlexandre Belloni2014-03-151-2/+5
| * | iio: cm32181: Fix read integration time functionBeomho Seo2014-03-151-0/+1
| * | iio: adc: at91_adc: Repair broken platform_data supportAlexandre Belloni2014-03-061-4/+22
* | | Merge tag 'mfd-for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-04-073-0/+906
|\ \ \
| * | | mfd: Delete non-required instances of include <linux/init.h>Paul Gortmaker2014-03-191-1/+0
| * | | mfd: twl4030-madc: Move driver to drivers/iio/adcSebastian Reichel2014-03-183-0/+907
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-04-021-14/+25
|\ \ \
| * | | iio: hid-sensor-hub: Remove hard coded indexesSrinivas Pandruvada2014-02-171-14/+25
* | | | Merge tag 'staging-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-04-0143-172/+4178
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge tag 'iio-for-3.15c' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2014-03-067-2/+1812
| |\ \ \
| | * | | iio:adc:vf610 ensure correct handing of interruption of wait for completionJonathan Cameron2014-03-021-1/+1
| | * | | iio:adc: Add Xilinx XADC driverLars-Peter Clausen2014-03-015-0/+1811
| | * | | iio:magnetometer:mag3110: Fix unreachable codePeter Meerwald2014-02-251-1/+0
| * | | | Merge 3.14-rc5 into staging-nextGreg Kroah-Hartman2014-03-027-39/+36
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| * | | iio:event: Fix and cleanup lockingLars-Peter Clausen2014-02-231-42/+41
| * | | iio:pressure: Add support for LPS25H pressure sensorDenis CIOCCA2014-02-225-8/+84
| * | | iio: hid-sensors: Added Pressure Sensor driverArchana Patni2014-02-223-0/+391
| * | | iio: hid-sensors: Added Proximity Sensor DriverArchana Patni2014-02-223-0/+390
| * | | iio: Avoid unnecessary kasprintfLars-Peter Clausen2014-02-181-26/+13
| * | | iio: Don't include extended name in shared attributesLars-Peter Clausen2014-02-181-1/+1
| * | | iio get rid of unneccessary error_retHartmut Knaack2014-02-185-40/+21
| * | | iio:max1363 fix typos of int_vref_mvHartmut Knaack2014-02-181-3/+3
| * | | iio:accel:bma180: Make LOW_PASS_FILTER_3DB_FREQUENCY shared_by_typePeter Meerwald2014-02-151-2/+2
| * | | iio:adc:imx: add Freescale Vybrid vf610 adc driverFugang Duan2014-02-153-0/+722
| * | | iio:magnetometer:mag3110: Scale factor missing for temperaturePeter Meerwald2014-02-151-3/+13
| * | | Merge tag 'iio-for-3.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2014-02-1122-46/+686
| |\ \ \
| | * | | iio: imu: inv_mpu6050: Fix typo and formattingManuel Stahl2014-02-082-20/+20
| | * | | iio: imu: mpu6050: Move config entry into IMU menuManuel Stahl2014-02-081-2/+2
| | * | | iio: ak8975: Add device nameBeomho Seo2014-02-081-0/+1
| | * | | iio: dac: ad7303: remove an unneeded checkDan Carpenter2014-02-031-1/+1
| | * | | iio:imu:adis16400 remove an unneeded checkDan Carpenter2014-02-031-1/+1
| | * | | iio: adc: viperboard: Drop platform_set_drvdata callJohannes Thumshirn2014-02-031-2/+0
OpenPOWER on IntegriCloud