summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000
AgeCommit message (Expand)AuthorFilesLines
2015-09-12staging: wilc1000: coreconfigurator.c: remove unused functionsGlen Lee1-1051/+0
2015-09-12staging: wilc1000: remove unused enumGlen Lee1-8/+0
2015-09-12staging: wilc1000: remove unused global variablesTony Cho3-23/+0
2015-09-12staging: wilc1000: remove firmware definitionTony Cho1-12/+0
2015-09-12staging: wilc1000: remove STATIC_MACADDRESSTony Cho1-77/+0
2015-09-12Staging: wilc1000: Replace "#include <asm/uaccess>" with "#include <linux/uac...Shraddha Barke1-1/+1
2015-09-12staging: wilc1000: delete wilc_memory.c and wilc_memory.hGlen Lee5-88/+1
2015-09-12staging: wilc1000: remove kmalloc wrapperGlen Lee2-74/+74
2015-09-12staging: wilc1000: remove BROKEN statusTony Cho1-1/+0
2015-09-12staging: wilc1000: remove unused PLAT_RK3026_TCHIPLeo Kim1-24/+0
2015-09-12staging: wilc1000: delete definition USE_WIRELESSKim, Leo4-46/+1
2015-09-12staging: wilc1000: remove unused NM73131_0_BOARDKim, Leo5-129/+5
2015-09-12staging: wilc1000: remove meaningless lineJohnny Kim1-2/+0
2015-09-12staging: wilc1000: define undefined operation modeJohnny Kim2-1/+2
2015-09-12staging: wilc1000: linux_wlan.c: add kzalloc error checkChaehyun Lim1-0/+2
2015-09-12staging: wilc1000: wilc_msgqueue.c: use kmalloc with GFP_ATOMICChaehyun Lim1-1/+1
2015-09-12staging: wilc1000: linux_wlan.c: use kzalloc instead of WILC_MALLOCChaehyun Lim1-2/+1
2015-09-12staging: wilc1000: fix potential memory leakTony Cho2-0/+2
2015-09-12staging: wilc1000: remove unused preprocessor definitionTony Cho2-14/+0
2015-09-12staging: wilc1000: remove dead codesTony Cho8-255/+0
2015-09-12staging: wilc1000: remove wrapper around usleep_range()Greg Kroah-Hartman3-15/+2
2015-09-12staging: wilc1000: fix freeing of ERR_PTRSudip Mukherjee1-4/+2
2015-09-12staging: wilc1000: use id value as argumentJohnny Kim3-67/+176
2015-09-12staging: wilc1000: remove spinlock wrappersGreg Kroah-Hartman3-50/+16
2015-09-12staging: wilc1000: remove wrappers around semaphore usageGreg Kroah-Hartman5-66/+32
2015-09-12staging: wilc1000: remove wrappers around sema_init()Greg Kroah-Hartman2-47/+10
2015-09-12staging: wilc1000: remove mutex_init/destroy() wrappersGreg Kroah-Hartman1-19/+6
2015-09-12staging: wilc1000: remove wrapper around spin_lock_init()Greg Kroah-Hartman1-17/+1
2015-09-12staging: wilc1000: remove mutex_lock/unlock wrappersGreg Kroah-Hartman3-52/+15
2015-09-12staging: wilc1000: remove mdelay wrapperGreg Kroah-Hartman3-8/+2
2015-09-12staging: wilc1000: remove pointless kfree wrapperGreg Kroah-Hartman3-40/+17
2015-09-12staging: wilc1000: remove another useless kmalloc wrapperGreg Kroah-Hartman1-11/+1
2015-09-12staging: wilc1000: remove another pointless kmalloc wrapperGreg Kroah-Hartman3-15/+4
2015-09-12staging: wilc1000: remove pointless kmalloc wrapperGreg Kroah-Hartman3-16/+5
2015-09-12staging: wilc1000: remove wilc_exported_buf.cGreg Kroah-Hartman3-121/+0
2015-09-12staging/wilc1000: Use %pM format specifier to print mac addressAlexander Kuleshov2-5/+4
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
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