summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-09-12staging/fbtft : Remove unicode charactersAnish Bhatt1-1/+1
2015-09-12staging/fbtft : Remove repeated set_addr_win debug messagesAnish Bhatt29-91/+0
2015-09-12staging/fbtft : Use BIT() macro when possibleAnish Bhatt4-12/+12
2015-09-12staging: fbtft: fb_watterott: define backlight_ops staticallyMike Rapoport1-12/+5
2015-09-12staging: fbtft: fb_ssd1351: define backlight_ops staticallyMike Rapoport1-8/+5
2015-09-12staging: fbtft: fbtft_request_gpios: reduce nestingMike Rapoport1-25/+26
2015-09-12staging: fbtft: fbtft-core: define backlight_ops staticallyMike Rapoport1-9/+6
2015-09-12staging: fbtft: remove unused bl_ops from fbtft_unregister_backlightMike Rapoport1-3/+0
2015-09-12staging/fbtft : Remove FSF mailing addressAnish Bhatt26-119/+4
2015-09-12staging: rtl8192u: r8192U_core: fix quoted string split across lines code sty...Raphaël Beamonte1-4/+4
2015-09-12staging: rtl8192u: r8192U_core: fix missing blank line after declarations cod...Raphaël Beamonte1-3/+41
2015-09-12staging: rtl8192u: r8192U_core: fix unnecessary whitespace code style issueRaphaël Beamonte1-6/+6
2015-09-12staging: rtl8192u: r8192U_core: fix unnecessary else after return code style ...Raphaël Beamonte1-17/+14
2015-09-12staging: rtl8192u: r8192U_core: fix unnecessary parentheses code style issueRaphaël Beamonte1-2/+2
2015-09-12staging: rtl8192u: r8192U_core: fix unnecessary check before kfree code style...Raphaël Beamonte1-8/+5
2015-09-12staging: rtl8192u: r8192U_core: remove forward declarations in .c fileRaphaël Beamonte1-6/+0
2015-09-12staging: rtl8192u: r8192U_core: fix unecessary braces code style issueRaphaël Beamonte1-6/+4
2015-09-12staging: rtl8192u: r8192U_core: remove return statement of void functionRaphaël Beamonte1-1/+0
2015-09-12staging: rtl8192u: r8192U_core: include linux/uaccess.h instead of asm/uaccess.hRaphaël Beamonte1-1/+1
2015-09-12staging: rtl8192u: r8192U_core: clean C99 // commentsRaphaël Beamonte1-320/+316
2015-09-12staging: rtl8192u: r8192U_core: whitespace neatening to fix consistent spacin...Raphaël Beamonte1-144/+144
2015-09-12staging: rtl8192u: r8192U_core: fix missing struct leading to consistent spac...Raphaël Beamonte2-5/+5
2015-09-12staging: rtl8192u: r8192U_core: fix else following close brace code style errorRaphaël Beamonte1-2/+1
2015-09-12staging: rtl8192u: r8192U_core: fix code indent using spaces code style errorRaphaël Beamonte1-1/+1
2015-09-12staging: rtl8192u: r8192U_core: fix space before close parenthesis code style...Raphaël Beamonte1-1/+1
2015-09-12staging: rtl8192u: r8192U_core: fix switch and case indent code style errorRaphaël Beamonte1-95/+95
2015-09-12Staging: most: Use NULL instead of zeroRonit Halder1-1/+1
2015-09-12staging: most: NULL comparison styleSudip Mukherjee1-6/+6
2015-09-12staging: most: fix MakefileSudip Mukherjee1-1/+0
2015-09-12staging: most: remove unused variableSudip Mukherjee1-3/+0
2015-09-12staging: most: use NULL pointerSudip Mukherjee1-4/+4
2015-09-12staging: most: make functions staticSudip Mukherjee1-2/+3
2015-09-12staging: most: remove unused functionsSudip Mukherjee3-20/+0
2015-09-12staging: most: out of memory errorSudip Mukherjee1-1/+0
2015-09-12staging: most: remove multiple blank lineSudip Mukherjee1-1/+0
2015-09-12staging: most: bool comparison styleSudip Mukherjee1-3/+3
2015-09-12staging/rtl8723au: Use %pM format specifier to print mac addressAlexander Kuleshov1-5/+2
2015-09-12staging/rtl8188eu: Use %pM format specifier to print mac addressAlexander Kuleshov1-3/+2
2015-09-12staging: wilc1000: simplify 'memset' of 2D arrayHari Prasath Gujulan Elango1-2/+1
2015-09-12staging: wilc1000: change address to fixed valueJohnny Kim1-2/+2
2015-09-12staging: wilc1000: add an argument for Handle_SetWfiDrvHandlerJohnny Kim1-5/+7
2015-09-12staging: wilc1000: use the real data typeJohnny Kim1-8/+8
2015-09-12staging: wilc1000: rename WILC_MsgQueueDestroy to wilc_mq_destroyChaehyun Lim3-4/+4
2015-09-12staging: wilc1000: rename WILC_MsgQueueRecv to wilc_mq_recvChaehyun Lim3-3/+3
2015-09-12staging: wilc1000: rename WILC_MsgQueueSend to wilc_mq_sendChaehyun Lim3-51/+51
2015-09-12staging: wilc1000: rename WILC_MsgQueueCreate to wilc_mq_createChaehyun Lim3-3/+3
2015-09-12staging: wilc1000: replace WILC_ErrNo by int typeChaehyun Lim3-12/+10
2015-09-12staging: wilc1000: wilc_msgqueue.c: fix bool comparison styleChaehyun Lim1-2/+2
2015-09-12staging: wilc1000: wilc_msgqueue.c: remove kfree NULL checkChaehyun Lim1-3/+1
2015-09-12staging: wilc1000: wilc_msgqueue.c: use ! operator instead of NULL comparisonChaehyun Lim1-9/+9