summaryrefslogtreecommitdiff
path: root/drivers/staging/wilc1000/wilc_msgqueue.c
AgeCommit message (Expand)Author
2015-10-29staging: wilc1000: wilc_msgqueue.c : remove goto statementLeo Kim
2015-10-12Staging: wilc1000: wilc_msgqueue: Use kmemdup instead of kmalloc and memcpyShraddha Barke
2015-09-29staging: wilc1000: remove wilc_platform.h include fileChaehyun Lim
2015-09-20staging: wilc1000: wilc_msgqueue.c: replace s32RetStatus with resultChaehyun Lim
2015-09-16staging: wilc1000: remove wilc_errorsupport.hLeo Kim
2015-09-16staging: wilc1000: replace wilc error types with the generic error typesLeo Kim
2015-09-16staging: wilc1000: remove the macro WILC_ERRORREPORTLeo Kim
2015-09-16staging: wilc1000: remove the macro WILC_ERRORCHECKLeo Kim
2015-09-16staging: wilc1000: remove a macro WILC_NULLCHECKLeo Kim
2015-09-12staging: wilc1000: wilc_msgqueue.c: use kmalloc with GFP_ATOMICChaehyun Lim
2015-09-12staging: wilc1000: rename WILC_MsgQueueDestroy to wilc_mq_destroyChaehyun Lim
2015-09-12staging: wilc1000: rename WILC_MsgQueueRecv to wilc_mq_recvChaehyun Lim
2015-09-12staging: wilc1000: rename WILC_MsgQueueSend to wilc_mq_sendChaehyun Lim
2015-09-12staging: wilc1000: rename WILC_MsgQueueCreate to wilc_mq_createChaehyun Lim
2015-09-12staging: wilc1000: replace WILC_ErrNo by int typeChaehyun Lim
2015-09-12staging: wilc1000: wilc_msgqueue.c: fix bool comparison styleChaehyun Lim
2015-09-12staging: wilc1000: wilc_msgqueue.c: remove kfree NULL checkChaehyun Lim
2015-09-12staging: wilc1000: wilc_msgqueue.c: use ! operator instead of NULL comparisonChaehyun Lim
2015-09-12staging: wilc1000: wilc_msgqueue.c: remove unnecessary parenthesesChaehyun Lim
2015-09-12staging: wilc1000: wilc_msgqueue.c: remove blank line before a close braceChaehyun Lim
2015-09-12staging: wilc1000: wilc_msgqueue.c: remove multiple blank linesChaehyun Lim
2015-09-12staging: wilc1000: wilc_msgqueue.c: remove blank line after open braceChaehyun Lim
2015-09-12staging: wilc1000: wilc_msgqueue.c: remove braces for single statementChaehyun Lim
2015-09-12staging: wilc1000: add a blank line after declarationChaehyun Lim
2015-08-17staging: wilc1000: use kmalloc instead of WILC_NEWChaehyun Lim
2015-08-17staging: wilc1000: remove unneeded tstrWILC_MsgQueueAttrs typedefGreg Kroah-Hartman
2015-08-14staging: wilc1000: use kfree instead of WILC_FREEChaehyun Lim
2015-08-14staging: wilc1000: use memcpy instead of WILC_memcpyChaehyun Lim
2015-06-16staging: wilc1000: rework include wilc_oswrapper.hDean Lee
2015-06-11staging: wilc1000: change WILC_BOOL to boolDean Lee
2015-06-11staging: wilc1000: remove WILC_Uint32Chaehyun Lim
2015-06-02staging: wilc1000: remove semaphore wrapperArnd Bergmann
2015-06-02staging: wilc1000: simplify msgqueue codeArnd Bergmann
2015-05-24staging: wilc1000: Add SDIO/SPI 802.11 driverJohnny Kim