summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* iio: Move iio userspace applications out of stagingRoberta Dobrescu2015-03-095-1556/+0
* staging: iio: Documentation: Introduce iio_utils.cRoberta Dobrescu2015-03-094-638/+679
* staging: iio: Documentation: iio_event_monitor: Include linux/iio/types.hRoberta Dobrescu2015-03-091-0/+1
* iio: mlx90614: Refactor register symbolsVianney le Clément de Saint-Marcq2015-03-091-4/+4
* iio: gyro: itg3200: add suspend/resume support.NeilBrown2015-03-091-4/+25
* iio: accel: mma9551: Check gpiod_to_irq return valueRoberta Dobrescu2015-03-091-1/+5
* iio: light: Added PM support for Capella CM3232 ambient light sensor driver.Kevin Tsai2015-03-081-0/+36
* Staging: iio: meter: ade7854-i2c: code style improvementsTolga Ceylan2015-03-081-1/+1
* Staging: iio: meter: ade7854-i2c: code style improvementsTolga Ceylan2015-03-081-17/+17
* iio:adc: Fix typo in MODULE_DESCRIPTION in ad7793.cMasanari Iida2015-03-071-1/+1
* iio: imu: inv_mpu6050: Create mux clients for ACPISrinivas Pandruvada2015-02-254-1/+222
* iio: jsa1212: Constify struct regmap_configKrzysztof Kozlowski2015-02-251-1/+1
* staging:iio:hmc5843: Constify register tables and struct regmap_configKrzysztof Kozlowski2015-02-252-8/+8
* iio: improve usage of gpiod APIUwe Kleine-König2015-02-227-35/+8
* staging: iio: trigger: iio-trig-periodic-rtc: Change frequency type to unsign...Rickard Strandqvist2015-02-211-7/+5
* iio: gp2ap020a00f: Use put_unaligned_le32Vaishali Thakkar2015-02-141-3/+3
* staging: iio: adc: mxs-lradc: Change type in printf format stringRickard Strandqvist2015-02-081-1/+1
* staging: iio: resolver: ad2s1210: Change type in printf format stringRickard Strandqvist2015-02-081-2/+2
* Staging:iio:ade7854 Coding style correctionTolga Ceylan2015-02-081-1/+2
* Staging:iio:hmc5843:Coding Style CorrectionTolga Ceylan2015-02-081-17/+17
* iio: bmc150: exit early if event / trigger state is not changedOctavian Purdila2015-02-081-1/+13
* iio: bmc150: refactor interrupt enablingOctavian Purdila2015-02-081-159/+113
* iio: bmc150: refactor slope duration and threshold updateOctavian Purdila2015-02-081-50/+47
* iio: buffer: refactor buffer attributes setupOctavian Purdila2015-02-041-12/+19
* iio: vf610_adc: cleanup wait_for_completion return handlingNicholas Mc Guire2015-02-041-4/+1
* iio: imu: kmx61: Drop odr_bits from kmx61_samp_freq_tableDaniel Baluta2015-02-031-38/+26
* iio: meter: ade7759: add error handling in _reset and _stop_deviceDevendra Naga2015-02-031-2/+12
* iio: meter: ade7754: add error handling in _reset and _stop_deviceDevendra Naga2015-02-031-2/+13
* Merge 3.19-rc7 into staging-nextGreg Kroah-Hartman2015-02-02188-2314/+2660
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-02-013-3/+28
| |\
| | * Input: elantech - add more Fujtisu notebooks to force crc_enabledRainer Koenig2015-02-011-0/+16
| | * Input: i8042 - add noloop quirk for Medion Akoya E7225 (MD98857)Jochen Hein2015-01-221-0/+8
| | * Input: synaptics - adjust min/max for Lenovo ThinkPad X1 Carbon 2ndPeter Hutterer2015-01-191-3/+4
| * | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-01-315-9/+33
| |\ \
| | * | i2c: sh_mobile: terminate DMA reads properlyWolfram Sang2015-01-301-1/+11
| | * | i2c: Only include slave support if selectedJean Delvare2015-01-262-0/+3
| | * | i2c: s3c2410: fix ABBA deadlock by keeping clock preparedPaul Osmialowski2015-01-241-6/+17
| | * | i2c: slave-eeprom: fix boundary check when using sysfsWolfram Sang2015-01-241-2/+2
| * | | Merge tag 'char-misc-3.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-01-301-2/+0
| |\ \ \
| | * | | drivers/Kconfig: remove duplicate entry for socLars Poeschel2015-01-251-2/+0
| * | | | Merge tag 'staging-3.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-01-301-6/+3
| |\ \ \ \
| | * | | | staging: nvec: specify a platform-device base idMarc Dietrich2015-01-251-6/+3
| | |/ / /
| * | | | Merge tag 'usb-3.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2015-01-306-5/+28
| |\ \ \ \
| | * \ \ \ Merge tag 'fixes-for-v3.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2015-01-262-4/+4
| | |\ \ \ \
| | | * | | | usb: phy: never defer probe in non-OF caseHeikki Krogerus2015-01-191-1/+1
| | | * | | | usb: dwc2: call dwc2_is_controller_alive() under spinlockRobert Baldyga2015-01-191-3/+3
| | | |/ / /
| | * | | | USB: Add OTG PET device to TPLMacpaul Lin2015-01-252-0/+9
| | * | | | usb-storage/SCSI: blacklist FUA on JMicron 152d:2566 USB-SATA controllerDmitry Nezhevenko2015-01-251-0/+7
| | * | | | uas: Add no-report-opcodes quirk for Simpletech devices with id 4971:8017Hans de Goede2015-01-251-0/+7
| | * | | | storage: Revise/fix quirk for 04E6:000F SCM USB-SCSI converterMark Knibbs2015-01-251-1/+1
| | |/ / /