aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-06Merge tag 'for-linus-20151106' of git://git.infradead.org/linux-mtdLinus Torvalds1-3/+3
2015-11-05Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds29-30/+0
2015-11-05Merge tag 'media/v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds8-71/+68
2015-11-05Merge tag 'locks-v4.4-1' of git://git.samba.org/jlayton/linuxLinus Torvalds1-6/+2
2015-11-04Merge tag 'staging-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds871-56581/+30771
2015-11-04Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire', 'spi/topic/owner', 'spi/topic/pxa' and 'spi/topic/pxa2xx' into spi-nextMark Brown29-30/+0
2015-11-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-10-29Staging: rtl8192u: ieee80211: added missing blank linesKurt Kanzenbach1-0/+5
2015-10-29Staging: rtl8192u: ieee80211: removed unnecessary bracesKurt Kanzenbach1-4/+2
2015-10-29Staging: rtl8192u: ieee80211: corrected block commentsKurt Kanzenbach1-10/+21
2015-10-29Staging: rtl8192u: ieee80211: corrected indentKurt Kanzenbach1-5/+5
2015-10-29Staging: rtl8192u: ieee80211: added missing spaces after ifKurt Kanzenbach1-2/+2
2015-10-29Staging: rtl8192u: ieee80211: added missing space around '='Kurt Kanzenbach1-1/+1
2015-10-29Staging: rtl8192u: ieee80211: fixed position of else statementsKurt Kanzenbach1-4/+2
2015-10-29Staging: rtl8192u: ieee80211: fixed open brace positionsKurt Kanzenbach1-12/+6
2015-10-29staging: rdma: ipath: Remove unneeded vairable.Muhammad Falak R Wani1-2/+1
2015-10-29staging: rtl8188eu: pwrGrpCnt variable removed in store_pwrindex_offset functionIvan Safonov1-2/+1
2015-10-29staging: rtl8188eu: new variable for hal_data->MCSTxPowerLevelOriginalOffset[pwrGrpCnt] in store_pwrindex_offset functionIvan Safonov1-16/+18
2015-10-29staging: rtl8188eu: checkpatch fixes: 'Avoid CamelCase' in hal/bb_cfg.cIvan Safonov1-6/+6
2015-10-29staging: rtl8188eu: checkpatch fixes: line over 80 characters splited into two partsIvan Safonov1-4/+8
2015-10-29staging: rtl8188eu: checkpatch fixes: alignment should match open parenthesisIvan Safonov1-1/+1
2015-10-29staging: rtl8188eu: checkpatch fixes: unnecessary parentheses removed in hal/bb_cfg.cIvan Safonov1-4/+4
2015-10-29staging: rtl8188eu: checkpatch fixes: spaces preferred around that '|' in hal/bb_cfg.cIvan Safonov1-1/+1
2015-10-29staging: rtl8188eu: operator = replaced by += in loop incrementIvan Safonov2-4/+4
2015-10-29staging: rtl8188eu: occurrence of the 5 GHz code markedIvan Safonov1-0/+3
2015-10-29staging: rtl8188eu: increment placed into for loop headerIvan Safonov1-2/+1
2015-10-29staging: rtl8188eu: while loop replaced by for loop in rtw_restruct_wmm_ieIvan Safonov1-3/+2
2015-10-29staging: rtl8188eu: unused MIN macro removedIvan Safonov1-3/+0
2015-10-29staging: rtl8188eu: unused MEM_ALIGNMENT_OFFSET and MEM_ALIGNMENT_PADDING macros removedIvan Safonov1-3/+0
2015-10-29staging: rtl8188eu: unused SUCCESS and FAIL macros removedIvan Safonov1-3/+0
2015-10-29staging: rtl8188eu: abs kernel macro used in simularity_compare functionIvan Safonov1-1/+1
2015-10-29staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macroIvan Safonov3-3/+3
2015-10-29staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macroIvan Safonov8-21/+20
2015-10-29staging: rtl8188eu: ternary operator (?:) replaced by min/max kernel macroIvan Safonov3-7/+5
2015-10-29staging: rtl8188eu: clamp kernel macro used in proc_get_rx_signalIvan Safonov1-2/+1
2015-10-29staging: rtl8188eu: sizeof/sizeof replaced by ARRAY_SIZE kernel macroIvan Safonov3-3/+3
2015-10-29drivers:staging:wlan_ng Fix no space is necessary after a castBogicevic Sasa1-4/+4
2015-10-29staging: board: Set PM domain before probeTomeu Vizoso1-3/+3
2015-10-29staging: comedi: comedi_test: implement commands on AO subdeviceIan Abbott1-3/+209
2015-10-29staging: comedi: comedi_test: rename waveform_ai_interrupt()Ian Abbott1-3/+2
2015-10-29staging: comedi: comedi_test: handle partial scans in timer routineIan Abbott1-31/+54
2015-10-29staging: comedi: comedi_test: allow read-back of AO channelsIan Abbott1-0/+1
2015-10-29staging: comedi: comedi_test: use unsigned short for loopback valuesIan Abbott1-1/+1
2015-10-29staging: comedi: comedi_test: make timer rate similar to scan rateIan Abbott1-4/+9
2015-10-29staging: comedi: comedi_test: rename waveform membersIan Abbott1-20/+20
2015-10-29staging: comedi: comedi_test: rename members for AI commandsIan Abbott1-19/+19
2015-10-29staging: comedi: comedi_test: simplify time since last AI scanIan Abbott1-17/+10
2015-10-29staging: comedi: comedi_test: use unsigned int for waveform timingIan Abbott1-7/+7
2015-10-29staging: comedi: comedi_test: move modulo operations for waveformIan Abbott1-8/+10
2015-10-29staging: comedi: comedi_test: support scan_begin_src == TRIG_FOLLOWIan Abbott1-20/+44