summaryrefslogtreecommitdiff
path: root/drivers/staging/wilc1000
AgeCommit message (Expand)Author
2015-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-08-18staging: wilc1000: convert to using IFF_NO_QUEUEPhil Sutter
2015-08-17staging: wilc1000: fix build warning with setup_timer()Greg Kroah-Hartman
2015-08-17staging: wilc1000: remove DECLARE_WILC_BUFFER()Raphaël Beamonte
2015-08-17staging: wilc1000: remove void function return statements that are not usefulRaphaël Beamonte
2015-08-17staging: wilc1000: coreconfigurator.c: fix kmalloc error checkChaehyun Lim
2015-08-17staging: wilc1000: coreconfigurator.c: use kmalloc instead of WILC_MALLOCChaehyun Lim
2015-08-17staging: wilc1000: remove unused codes of gps8ConfigPacketChaehyun Lim
2015-08-17staging: wilc1000: remove unnecessary void pointer castChaehyun Lim
2015-08-17staging: wilc1000: remove WILC_NEW and WILC_NEW_EXChaehyun Lim
2015-08-17staging: wilc1000: use kmalloc instead of WILC_NEWChaehyun Lim
2015-08-17staging: wilc1000: Process WARN, INFO options of debug levels from userChandra S Gorentla
2015-08-17staging: wilc1000: remove unneeded tstrWILC_MsgQueueAttrs typedefGreg Kroah-Hartman
2015-08-17staging: wilc1000: delete wilc_osconfig.hGreg Kroah-Hartman
2015-08-17staging: wilc1000: delete wilc_log.hGreg Kroah-Hartman
2015-08-17staging: wilc1000: delete wilc_timer.hGreg Kroah-Hartman
2015-08-17staging: wilc1000: remove WILC_TimerStart()Greg Kroah-Hartman
2015-08-15staging: wilc1000: remove WILC_TimerCreate()Greg Kroah-Hartman
2015-08-15staging: wilc1000: remove WILC_TimerDestroy()Greg Kroah-Hartman
2015-08-15staging: wilc1000: remove WILC_TimerStop()Greg Kroah-Hartman
2015-08-15staging: wilc1000: remove tstrWILC_TimerAttrs typedefGreg Kroah-Hartman
2015-08-15staging: wilc1000: remove WILC_TimerHandle typedefGreg Kroah-Hartman
2015-08-15staging: wilc1000: remove WILC_Sleep()Greg Kroah-Hartman
2015-08-15staging: wilc1000: remove commented out WILC_Sleep callsGreg Kroah-Hartman
2015-08-15staging: wilc1000: delete wilc_type.hGreg Kroah-Hartman
2015-08-15staging: wilc1000: remove WILC_MemoryFreeGreg Kroah-Hartman
2015-08-15staging: wilc1000: remove WILC_FREE_IF_TRUE macroGreg Kroah-Hartman
2015-08-15staging: wilc1000: clarify the argument typeJohnny Kim
2015-08-15staging: wilc1000: change void pointer type to real typeJohnny Kim
2015-08-15staging: wilc1000: replace WILC_WFIDrvHandle by tstrWILC_WFIDrvJohnny Kim
2015-08-15staging: wilc1000: remove WILC_FREEChaehyun Lim
2015-08-15staging: wilc1000: use kfree instead of WILC_FREEChaehyun Lim
2015-08-15staging: wilc1000: remove unused memory functionsChaehyun Lim
2015-08-15staging: wilc1000: wilc_memory.h: remove unused defineChaehyun Lim
2015-08-15staging: wilc1000: Remove unnecessary externsJoe Perches
2015-08-15Staging: wilc1000: Remove null check before kfreeShraddha Barke
2015-08-15staging: wilc1000: remove wilc_strutils.c and wilc_strutils.hChaehyun Lim
2015-08-15staging: wilc1000: remove WILC_memcpy_INTERNALChaehyun Lim
2015-08-15staging: wilc1000: remove WILC_memcpy functionChaehyun Lim
2015-08-15staging: wilc1000: use memcpy instead of WILC_memcpyChaehyun Lim
2015-08-15staging: wilc1000: remove WILC_strncmp functionChaehyun Lim
2015-08-15staging: wilc1000: use strncmp instead of WILC_strncmpChaehyun Lim
2015-08-15staging: wilc1000: remove WILC_strncpy functionChaehyun Lim
2015-08-15staging: wilc1000: Use strncpy instead of WILC_strncpyChaehyun Lim
2015-08-15staging: wilc1000: remove WILC_strlen functionChaehyun Lim
2015-08-15staging: wilc1000: use strlen instead of WILC_strlenChaehyun Lim
2015-08-15staging: wilc1000: remove commented codeChaehyun Lim
2015-08-08Staging: wilc1000: wilc_platform.h: Fixed include guard spelling errorDaniel Machon
2015-08-08staging: wilc1000: Remove braces for single statement 'if' and 'else'Chandra S Gorentla
2015-08-08staging: wilc1000: Remove ' ' before quoted '\n'Chandra S Gorentla