summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* staging/fbtft : Add missing whitespace around operatorsAnish Bhatt2015-09-1218-43/+50
* staging/fbtft : Fix multiple/missing blank line issuesAnish Bhatt2015-09-1231-62/+23
* staging/fbtft : Remove unicode charactersAnish Bhatt2015-09-121-1/+1
* staging/fbtft : Remove repeated set_addr_win debug messagesAnish Bhatt2015-09-1229-91/+0
* staging/fbtft : Use BIT() macro when possibleAnish Bhatt2015-09-124-12/+12
* staging: fbtft: fb_watterott: define backlight_ops staticallyMike Rapoport2015-09-121-12/+5
* staging: fbtft: fb_ssd1351: define backlight_ops staticallyMike Rapoport2015-09-121-8/+5
* staging: fbtft: fbtft_request_gpios: reduce nestingMike Rapoport2015-09-121-25/+26
* staging: fbtft: fbtft-core: define backlight_ops staticallyMike Rapoport2015-09-121-9/+6
* staging: fbtft: remove unused bl_ops from fbtft_unregister_backlightMike Rapoport2015-09-121-3/+0
* staging/fbtft : Remove FSF mailing addressAnish Bhatt2015-09-1226-119/+4
* staging: rtl8192u: r8192U_core: fix quoted string split across lines code sty...Raphaël Beamonte2015-09-121-4/+4
* staging: rtl8192u: r8192U_core: fix missing blank line after declarations cod...Raphaël Beamonte2015-09-121-3/+41
* staging: rtl8192u: r8192U_core: fix unnecessary whitespace code style issueRaphaël Beamonte2015-09-121-6/+6
* staging: rtl8192u: r8192U_core: fix unnecessary else after return code style ...Raphaël Beamonte2015-09-121-17/+14
* staging: rtl8192u: r8192U_core: fix unnecessary parentheses code style issueRaphaël Beamonte2015-09-121-2/+2
* staging: rtl8192u: r8192U_core: fix unnecessary check before kfree code style...Raphaël Beamonte2015-09-121-8/+5
* staging: rtl8192u: r8192U_core: remove forward declarations in .c fileRaphaël Beamonte2015-09-121-6/+0
* staging: rtl8192u: r8192U_core: fix unecessary braces code style issueRaphaël Beamonte2015-09-121-6/+4
* staging: rtl8192u: r8192U_core: remove return statement of void functionRaphaël Beamonte2015-09-121-1/+0
* staging: rtl8192u: r8192U_core: include linux/uaccess.h instead of asm/uaccess.hRaphaël Beamonte2015-09-121-1/+1
* staging: rtl8192u: r8192U_core: clean C99 // commentsRaphaël Beamonte2015-09-121-320/+316
* staging: rtl8192u: r8192U_core: whitespace neatening to fix consistent spacin...Raphaël Beamonte2015-09-121-144/+144
* staging: rtl8192u: r8192U_core: fix missing struct leading to consistent spac...Raphaël Beamonte2015-09-122-5/+5
* staging: rtl8192u: r8192U_core: fix else following close brace code style errorRaphaël Beamonte2015-09-121-2/+1
* staging: rtl8192u: r8192U_core: fix code indent using spaces code style errorRaphaël Beamonte2015-09-121-1/+1
* staging: rtl8192u: r8192U_core: fix space before close parenthesis code style...Raphaël Beamonte2015-09-121-1/+1
* staging: rtl8192u: r8192U_core: fix switch and case indent code style errorRaphaël Beamonte2015-09-121-95/+95
* Staging: most: Use NULL instead of zeroRonit Halder2015-09-121-1/+1
* staging: most: NULL comparison styleSudip Mukherjee2015-09-121-6/+6
* staging: most: fix MakefileSudip Mukherjee2015-09-121-1/+0
* staging: most: remove unused variableSudip Mukherjee2015-09-121-3/+0
* staging: most: use NULL pointerSudip Mukherjee2015-09-121-4/+4
* staging: most: make functions staticSudip Mukherjee2015-09-121-2/+3
* staging: most: remove unused functionsSudip Mukherjee2015-09-123-20/+0
* staging: most: out of memory errorSudip Mukherjee2015-09-121-1/+0
* staging: most: remove multiple blank lineSudip Mukherjee2015-09-121-1/+0
* staging: most: bool comparison styleSudip Mukherjee2015-09-121-3/+3
* staging/rtl8723au: Use %pM format specifier to print mac addressAlexander Kuleshov2015-09-121-5/+2
* staging/rtl8188eu: Use %pM format specifier to print mac addressAlexander Kuleshov2015-09-121-3/+2
* staging: wilc1000: simplify 'memset' of 2D arrayHari Prasath Gujulan Elango2015-09-121-2/+1
* staging: wilc1000: change address to fixed valueJohnny Kim2015-09-121-2/+2
* staging: wilc1000: add an argument for Handle_SetWfiDrvHandlerJohnny Kim2015-09-121-5/+7
* staging: wilc1000: use the real data typeJohnny Kim2015-09-121-8/+8
* staging: wilc1000: rename WILC_MsgQueueDestroy to wilc_mq_destroyChaehyun Lim2015-09-123-4/+4
* staging: wilc1000: rename WILC_MsgQueueRecv to wilc_mq_recvChaehyun Lim2015-09-123-3/+3
* staging: wilc1000: rename WILC_MsgQueueSend to wilc_mq_sendChaehyun Lim2015-09-123-51/+51
* staging: wilc1000: rename WILC_MsgQueueCreate to wilc_mq_createChaehyun Lim2015-09-123-3/+3
* staging: wilc1000: replace WILC_ErrNo by int typeChaehyun Lim2015-09-123-12/+10
* staging: wilc1000: wilc_msgqueue.c: fix bool comparison styleChaehyun Lim2015-09-121-2/+2