aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_msgqueue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-29staging: wilc1000: wilc_msgqueue.c : remove goto statementLeo Kim1-17/+8
2015-10-12Staging: wilc1000: wilc_msgqueue: Use kmemdup instead of kmalloc and memcpyShraddha Barke1-2/+2
2015-09-29staging: wilc1000: remove wilc_platform.h include fileChaehyun Lim1-0/+1
2015-09-20staging: wilc1000: wilc_msgqueue.c: replace s32RetStatus with resultChaehyun Lim1-9/+9
2015-09-16staging: wilc1000: remove wilc_errorsupport.hLeo Kim1-0/+1
2015-09-16staging: wilc1000: replace wilc error types with the generic error typesLeo Kim1-4/+4
2015-09-16staging: wilc1000: remove the macro WILC_ERRORREPORTLeo Kim1-51/+47
2015-09-16staging: wilc1000: remove the macro WILC_ERRORCHECKLeo Kim1-1/+4
2015-09-16staging: wilc1000: remove a macro WILC_NULLCHECKLeo Kim1-2/+7
2015-09-12staging: wilc1000: wilc_msgqueue.c: use kmalloc with GFP_ATOMICChaehyun Lim1-1/+1
2015-09-12staging: wilc1000: rename WILC_MsgQueueDestroy to wilc_mq_destroyChaehyun Lim1-1/+1
2015-09-12staging: wilc1000: rename WILC_MsgQueueRecv to wilc_mq_recvChaehyun Lim1-1/+1
2015-09-12staging: wilc1000: rename WILC_MsgQueueSend to wilc_mq_sendChaehyun Lim1-1/+1
2015-09-12staging: wilc1000: rename WILC_MsgQueueCreate to wilc_mq_createChaehyun Lim1-1/+1
2015-09-12staging: wilc1000: replace WILC_ErrNo by int typeChaehyun Lim1-6/+6
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
2015-09-12staging: wilc1000: wilc_msgqueue.c: remove unnecessary parenthesesChaehyun Lim1-2/+2
2015-09-12staging: wilc1000: wilc_msgqueue.c: remove blank line before a close braceChaehyun Lim1-1/+0
2015-09-12staging: wilc1000: wilc_msgqueue.c: remove multiple blank linesChaehyun Lim1-3/+0
2015-09-12staging: wilc1000: wilc_msgqueue.c: remove blank line after open braceChaehyun Lim1-2/+0
2015-09-12staging: wilc1000: wilc_msgqueue.c: remove braces for single statementChaehyun Lim1-4/+4
2015-09-12staging: wilc1000: add a blank line after declarationChaehyun Lim1-0/+3
2015-08-17staging: wilc1000: use kmalloc instead of WILC_NEWChaehyun Lim1-1/+1
2015-08-17staging: wilc1000: remove unneeded tstrWILC_MsgQueueAttrs typedefGreg Kroah-Hartman1-8/+4
2015-08-14staging: wilc1000: use kfree instead of WILC_FREEChaehyun Lim1-5/+5
2015-08-14staging: wilc1000: use memcpy instead of WILC_memcpyChaehyun Lim1-2/+2
2015-06-16staging: wilc1000: rework include wilc_oswrapper.hDean Lee1-1/+1
2015-06-11staging: wilc1000: change WILC_BOOL to boolDean Lee1-4/+4
2015-06-11staging: wilc1000: remove WILC_Uint32Chaehyun Lim1-3/+3
2015-06-02staging: wilc1000: remove semaphore wrapperArnd Bergmann1-22/+10
2015-06-02staging: wilc1000: simplify msgqueue codeArnd Bergmann1-9/+0
2015-05-24staging: wilc1000: Add SDIO/SPI 802.11 driverJohnny Kim1-0/+211