summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* staging: ktap: remove code from treeGreg Kroah-Hartman2013-10-2779-16368/+0
* Merge tag 'iio-for-3.13e' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2013-10-2718-74/+489
|\
| * iio: light: vcnl4000: Remove redundant codeSachin Kamat2013-10-241-5/+1
| * iio: dac: mcp4725: Remove redundant codeSachin Kamat2013-10-241-7/+1
| * iio: dac: max517: Remove redundant variableSachin Kamat2013-10-241-8/+1
| * iio: dac: ad5755: Remove redundant codeSachin Kamat2013-10-241-7/+1
| * iio: dac: ad5421: Remove redundant codeSachin Kamat2013-10-241-7/+1
| * iio: adc: twl6030-gpadc: Remove redundant codeSachin Kamat2013-10-241-3/+1
| * iio: accel: kxsd9: Remove redundant variableSachin Kamat2013-10-241-6/+1
| * iio: core: Add misssing bracesSachin Kamat2013-10-241-1/+1
| * iio: core: Use pr_err instead of printkSachin Kamat2013-10-241-6/+5
| * iio:pressure: Adds LPS001WP support also on spi interface and Kconfig fixDenis CIOCCA2013-10-232-1/+2
| * iio: adc: ti_am335x_adc: Remove redundant of_match_ptrSachin Kamat2013-10-231-1/+1
| * iio: adc: nau7802: Remove redundant of_match_ptrSachin Kamat2013-10-231-1/+1
| * iio: adc: twl6030-gpadc: Remove redundant of_match_ptrSachin Kamat2013-10-231-1/+1
| * iio: Add Freescale mag3110 magnetometer driverPeter Meerwald2013-10-233-0/+412
| * staging/iio/adc: MXS_LRADC depends on INPUTRandy Dunlap2013-10-231-0/+1
| * iio:adc:max1363 support SMBus for 8-bit devicesVivien Didelot2013-10-201-19/+57
| * iio: Correct description how to convert microtesla to gaussPeter Meerwald2013-10-201-1/+1
* | drivers: staging: rtl8188eu: use 'ccflags-y' instead of EXTRA_CFLAGS in MakefileChen Gang2013-10-271-3/+1
* | Staging: winbond: removing unused variables thread_count and link_name[]Ashvini Varatharaj2013-10-271-4/+0
* | Staging: winbond: removing CamelCase in core.hAshvini Varatharaj2013-10-273-9/+9
* | Staging: slicoss: Replace seq_printf with seq_putsRashika Kheria2013-10-271-10/+10
* | Staging: iio: fix printk(KERN_ERR .. in lis3l02dq_core.cEbru Akagunduz2013-10-271-1/+1
* | staging: vt6655: fixed use of unnecessary braces in baseband.cArchana kumari2013-10-271-4/+3
* | Staging: vt6656: fix a brace coding style issue in power.cJohannes Löthberg2013-10-271-2/+1
* | Staging: vt6655: Fix Sparse Warning for Static Declarations in wpa.cEbru Akagunduz2013-10-271-6/+6
* | Staging: vt6655: Fix Sparse Warning for Static Declarations in tkip.cEbru Akagunduz2013-10-271-2/+2
* | staging: vt6656: removed braces from single line if-statementNandini Hanumanthagowda2013-10-271-6/+3
* | staging: vt6656: fixed indentation and unnecessary space errorsNandini Hanumanthagowda2013-10-271-188/+185
* | staging: vt6656: call usb_device_reset before netdev registrationMalcolm Priestley2013-10-271-2/+3
* | Staging: lustre: Fix no use of assignment in if conditionRashika Kheria2013-10-271-2/+4
* | staging:media: Use dev_dbg() instead of pr_debug()Dulshani Gunawardhana2013-10-271-12/+10
* | staging:media: Use dev_info() instead of pr_info()Dulshani Gunawardhana2013-10-271-1/+1
* | staging: media: Use dev_err() instead of pr_err()Dulshani Gunawardhana2013-10-271-21/+21
* | staging: media: lirc: Replaced printk macro with dev_info(dev,....) in lirc_i...Archana kumari2013-10-271-1/+1
* | Staging: ft1000: remove unnecessary static function declarations in ft1000_hw.cEbru Akagunduz2013-10-271-221/+212
* | Staging: ft1000: Fix Sparse Warning for Static Declarations in boot.hEbru Akagunduz2013-10-271-1/+1
* | Staging: ft1000: Fix Sparse Warning for Static Declarations in ft1000_hw.cEbru Akagunduz2013-10-271-1/+1
* | staging: sep: add missing misc_deregister() on error in sep_register_driver_w...Wei Yongjun2013-10-271-0/+1
* | Staging: lustre: Replace __FUNCTION__ with __func__Rashika Kheria2013-10-261-4/+4
* | Staging: lustre: Fix paranthesis not required around returnRashika Kheria2013-10-261-1/+1
* | Staging: lustre: Fix space required after ','Rashika Kheria2013-10-261-1/+1
* | Staging: lustre: Fix no spaces at the start of the lineRashika Kheria2013-10-261-2/+2
* | Staging: lustre: Fix code indentation for conditional statementsRashika Kheria2013-10-261-4/+4
* | Staging: lustre: Fix initialisation of statics to NULL or 0Rashika Kheria2013-10-261-1/+1
* | Staging; lustre: Fix quoted string split across linesRashika Kheria2013-10-261-14/+14
* | Staging: lustre: Fix space prohibited between function and open paranthesisRashika Kheria2013-10-261-36/+36
* | staging: lustre: replaced C99 comment style by C89 styleNandini Hanumanthagowda2013-10-261-1/+1
* | staging: lustre: added space before the open parenthesisNandini Hanumanthagowda2013-10-261-3/+3