aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_sdio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-17staging: wilc1000: Remove unnecessary extern variables.Elise Lennion1-1/+2
2016-06-25staging: wilc1000: fix spelling mistake: "interupts" -> "interrupts"Colin Ian King1-1/+1
2016-03-03staging: wilc1000: remove typedef from sdio_cmd53_tChaehyun Lim1-5/+5
2016-03-03staging: wilc1000: remove typedef from struct sdio_cmd52_tChaehyun Lim1-13/+13
2016-02-20Staging: wilc1000: Remove and rename struct typedefs from .c filesBhumika Goyal1-4/+4
2016-02-11staging: wilc1000: Remove unneeded parentheses in assignmentJanani Ravichandran1-1/+1
2016-02-03staging: wilc1000: sdio_init: add resume argumentGlen Lee1-15/+19
2016-02-03staging: wilc1000: add sdio resume/suspendGlen Lee1-0/+72
2016-02-03staging: wilc1000: remove wilc_sdio_initGlen Lee1-10/+0
2016-02-03staging: wilc1000: fix always return 0 errorGlen Lee1-2/+0
2015-12-21staging: wilc1000: linux_wlan_sdio.c: move all the codes to wilc_sdio.cGlen Lee1-1/+163
2015-12-21staging: wilc1000: wilc_sdio_cmd52: return linux error valueGlen Lee1-18/+33
2015-12-21staging: wilc1000: wilc_sdio_cmd53: return linux error valueGlen Lee1-10/+16
2015-12-21staging: wilc1000: remove unused functionsGlen Lee1-94/+0
2015-12-21staging: wilc1000: remove wilc_debug_func of hif_initGlen Lee1-1/+1
2015-12-21staging: wilc1000: sdio/spi: use device print api instead of custom oneGlen Lee1-52/+99
2015-12-21staging: wilc1000: use kernel define byte order macrosGlen Lee1-6/+2
2015-12-18staging: wilc1000: wilc_sdio_cmd53: pass struct wilcGlen Lee1-6/+6
2015-12-18staging: wilc1000: wilc_sdio_cmd52: pass struct wilcGlen Lee1-21/+21
2015-12-18staging: wilc1000: pass wilc to all function pointers of wilc_hif_funcGlen Lee1-42/+42
2015-12-18staging: wilc1000: remove sdio speed control codesGlen Lee1-12/+0
2015-12-18staging/wilc1000: turn enable_irq/disable_irq into callbacksArnd Bergmann1-0/+2
2015-12-18staging/wilc1000: pass hif operations through initializationArnd Bergmann1-18/+17
2015-12-18staging/wilc1000: get rid of WILC_SDIO_IRQ_GPIOArnd Bergmann1-59/+46
2015-12-18staging/wilc1000: use proper naming for global symbolsArnd Bergmann1-31/+31
2015-12-18staging/wilc1000: remove unused functionsArnd Bergmann1-56/+0
2015-11-15staging: wilc1000: change parameter type of hif_initGlen Lee1-1/+2
2015-11-15staging: wilc1000: remove os_contextGlen Lee1-2/+0
2015-11-15staging: wilc1000: linux_sdio_init: remove parameter pvGlen Lee1-1/+1
2015-11-15staging: wilc1000: call linux_sdio_init instead of io_initGlen Lee1-5/+3
2015-11-15staging: wilc1000: remove function pointer sdio_set_default_speedGlen Lee1-4/+1
2015-11-15staging: wilc1000: remove function pointer sdio_set_max_speedGlen Lee1-3/+1
2015-11-15staging: wilc1000: remove function pointer sdio_cmd53Glen Lee1-8/+6
2015-11-15staging: wilc1000: remove function pointer sdio_cmd52Glen Lee1-27/+26
2015-11-15staging: wilc1000: remove typedef from wilc_hif_func_tLeo Kim1-1/+1
2015-10-08staging: wilc1000: remove unused functionsLeo Kim1-22/+0
2015-09-30staging: wilc1000: fix build error for openrisc-allmodconfigChaehyun Lim1-0/+1
2015-09-30wilc1000 : Use BIT() macro where possibleAnish Bhatt1-22/+22
2015-09-29staging: wilc1000: remove function pointer os_waitGlen Lee1-2/+0
2015-09-15staging: wilc1000: remove commented codesChaehyun Lim1-2/+0
2015-09-15staging: wilc1000: use u32 instead of uint32_tChaehyun Lim1-32/+32
2015-09-15staging: wilc1000: use u8 instead of uint8_tChaehyun Lim1-12/+12
2015-09-12staging: wilc1000: remove unused global variablesTony Cho1-3/+0
2015-07-29staging: wilc1000: remove unnecessary inner bracesTony Cho1-16/+14
2015-07-29staging: wilc1000: remove warnings on unnecessary bracesTony Cho1-3/+2
2015-07-29staging: wilc1000: remove a dead preprocessor conditionalsTony Cho1-26/+0
2015-07-29staging: wilc1000: remove preprocessor conditionals unusedTony Cho1-173/+1
2015-07-29staging: wilc1000: remove the warnings on unnecessary bracesTony Cho1-18/+10
2015-07-29staging: wilc1000: remove the warnings on missing blank lineTony Cho1-0/+11
2015-07-29staging: wilc1000: remove warnings on the multiple line usesTony Cho1-14/+0