summaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-06-27673-49497/+55991
|\
| * staging: wilc1000: disable driver due to build warningsGreg Kroah-Hartman2015-06-261-0/+1
| * Staging: rts5208: fix CHANGE_LINK_STATE valueFabio Falzoi2015-06-191-1/+1
| * Staging: sm750fb: ddk750_swi2c.c: Insert spaces before parenthesisIsaac Assegai2015-06-191-6/+6
| * Staging: sm750fb: ddk750_swi2c.c: Place braces on correct linesIsaac Assegai2015-06-191-22/+10Star
| * Staging: sm750fb: ddk750_swi2c.c: Insert spaces around operatorsIsaac Assegai2015-06-191-7/+7
| * Staging: sm750fb: ddk750_swi2c.c: Replace spaces with tabsIsaac Assegai2015-06-191-229/+229
| * Staging: sm750fb: ddk750_swi2c.h: Shorten lines to under 80 charactersIsaac Assegai2015-06-191-2/+2
| * Staging: sm750fb: ddk750_swi2c.h: Replace spaces with tabsIsaac Assegai2015-06-191-7/+7
| * Staging: sm750fb: modedb.h: Shorten lines to under 80 charactersIsaac Assegai2015-06-191-12/+24
| * Staging: sm750fb: modedb.h: Replace spaces with tabsIsaac Assegai2015-06-191-217/+217
| * staging: comedi: addi_apci_3120: rename 'this_board' variablesH Hartley Sweeten2015-06-191-7/+7
| * staging: comedi: addi_apci_1516: rename 'this_board' variablesH Hartley Sweeten2015-06-191-12/+12
| * staging: comedi: ni_atmio: cleanup ni_getboardtype()H Hartley Sweeten2015-06-191-15/+12Star
| * staging: comedi: vmk80xx: sanity check context used to get the boardinfoH Hartley Sweeten2015-06-191-1/+4
| * staging: comedi: vmk80xx: rename 'boardinfo' variablesH Hartley Sweeten2015-06-191-15/+15
| * staging: comedi: dt3000: rename 'this_board' variablesH Hartley Sweeten2015-06-191-11/+11
| * staging: comedi: adv_pci_dio: rename 'this_board' variablesH Hartley Sweeten2015-06-191-24/+24
| * staging: comedi: cb_pcidas64: rename 'thisboard' variablesH Hartley Sweeten2015-06-191-110/+108Star
| * staging: comedi: cb_pcidas: rename 'thisboard' variablesH Hartley Sweeten2015-06-191-32/+32
| * staging: comedi: me4000: rename 'thisboard' variablesH Hartley Sweeten2015-06-191-15/+15
| * staging: comedi: das1800: rename 'thisboard' variablesH Hartley Sweeten2015-06-191-25/+25
| * staging: comedi: das1800: cleanup das1800_probe()H Hartley Sweeten2015-06-191-21/+23
| * staging: comedi: das800: rename 'thisboard' variablesH Hartley Sweeten2015-06-191-18/+18
| * staging: comedi: das800: cleanup das800_probe()H Hartley Sweeten2015-06-191-25/+30
| * staging: comedi: das08: rename 'thisboard' variablesH Hartley Sweeten2015-06-191-26/+25Star
| * staging: comedi: das08_isa: rename 'thisboard' variablesH Hartley Sweeten2015-06-191-2/+2
| * staging: comedi: ni_at_a2150: rename 'thisboard' variablesH Hartley Sweeten2015-06-191-13/+13
| * staging: comedi: ni_at_a2150: cleanup a2150_probe()H Hartley Sweeten2015-06-191-9/+9
| * staging: comedi: ni_670x: rename 'thisboard' variablesH Hartley Sweeten2015-06-191-6/+6
| * staging: comedi: cb_pcidda: rename 'thisboard' variablesH Hartley Sweeten2015-06-191-8/+8
| * staging: comedi: amplc_pci230: rename 'thisboard' variablesH Hartley Sweeten2015-06-191-22/+22
| * staging: comedi: amplc_pci224: rename 'thisboard' variablesH Hartley Sweeten2015-06-191-21/+21
| * staging: comedi: amplc_pc236_common: rename 'thisboard' variablesH Hartley Sweeten2015-06-191-6/+6
| * staging: dgnc: free memory allocatedHari Prasath Gujulan Elango2015-06-191-0/+4
| * staging: dgnc: fix typo in comments secionHari Prasath Gujulan Elango2015-06-191-1/+1
| * staging: wlan-ng: Remove ununsed debug print & associated macroHari Prasath Gujulan Elango2015-06-191-14/+0Star
| * staging: lustre: lnet: selftest: use min_t in place of minHari Prasath Gujulan Elango2015-06-191-1/+1
| * staging: ft1000-usb: Removed CVS keyword markerPeter Karlsson2015-06-191-2/+0Star
| * staging: rtl8188eu: remove space before open square bracket '['Jimmy Devine2015-06-191-1/+1
| * drivers: staging: sm750fb: Fix "'foo * bar' should be 'foo *bar'" errorsGreg Donald2015-06-1911-55/+55
| * staging: sm750fb: convert pr_err to pr_infoHari Prasath Gujulan Elango2015-06-191-3/+3
| * staging: wilc1000: fix checkpatch warningChaehyun Lim2015-06-193-10/+10
| * staging: wilc1000: remove unnecessary typecast in #define macroChaehyun Lim2015-06-191-39/+39
| * staging: wilc1000: align #define macroChaehyun Lim2015-06-191-47/+46Star
| * Staging: wilc1000: NULL check before some freeing functions is not neededAbdul Hussain2015-06-191-4/+2Star
| * staging: wilc1000: remove commented codeChaehyun Lim2015-06-1912-738/+2Star
| * staging: sm7xxfb: fix camelcaseSudip Mukherjee2015-06-182-2/+2
| * staging: sm7xxfb: fix indentionSudip Mukherjee2015-06-181-650/+650
| * staging: sm7xxfb: move mode tableSudip Mukherjee2015-06-182-660/+660