aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/wilc1000/wilc_sdio.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-29drivers/staging/wilc1000: Removing explicit function tracing using dev_dbg/infoGravatar Pushkar Jambhlekar 1-4/+0
2017-03-29drivers/staging/wilc1000: Using __func__ instead of hardcoded function nameGravatar Pushkar Jambhlekar 1-2/+2
2017-03-09Staging:wilc1000:wilc_sdio: Modified comment style to preferred kernel commen...Gravatar Georgios Emmanouil 1-8/+5
2017-01-16staging:wilc1000:wilc_sdio.c Deleted un-needed blank linesGravatar Scott Matheina 1-3/+0
2017-01-16staging:wilc1000:wilc_sdio.c Aligns code match open parenthesisGravatar Scott Matheina 1-1/+1
2016-10-17staging: wilc1000: Remove unnecessary extern variables.Gravatar Elise Lennion 1-1/+2
2016-06-25staging: wilc1000: fix spelling mistake: "interupts" -> "interrupts"Gravatar Colin Ian King 1-1/+1
2016-03-03staging: wilc1000: remove typedef from sdio_cmd53_tGravatar Chaehyun Lim 1-5/+5
2016-03-03staging: wilc1000: remove typedef from struct sdio_cmd52_tGravatar Chaehyun Lim 1-13/+13
2016-02-20Staging: wilc1000: Remove and rename struct typedefs from .c filesGravatar Bhumika Goyal 1-4/+4
2016-02-11staging: wilc1000: Remove unneeded parentheses in assignmentGravatar Janani Ravichandran 1-1/+1
2016-02-03staging: wilc1000: sdio_init: add resume argumentGravatar Glen Lee 1-15/+19
2016-02-03staging: wilc1000: add sdio resume/suspendGravatar Glen Lee 1-0/+72
2016-02-03staging: wilc1000: remove wilc_sdio_initGravatar Glen Lee 1-10/+0
2016-02-03staging: wilc1000: fix always return 0 errorGravatar Glen Lee 1-2/+0
2015-12-21staging: wilc1000: linux_wlan_sdio.c: move all the codes to wilc_sdio.cGravatar Glen Lee 1-1/+163
2015-12-21staging: wilc1000: wilc_sdio_cmd52: return linux error valueGravatar Glen Lee 1-18/+33
2015-12-21staging: wilc1000: wilc_sdio_cmd53: return linux error valueGravatar Glen Lee 1-10/+16
2015-12-21staging: wilc1000: remove unused functionsGravatar Glen Lee 1-94/+0
2015-12-21staging: wilc1000: remove wilc_debug_func of hif_initGravatar Glen Lee 1-1/+1
2015-12-21staging: wilc1000: sdio/spi: use device print api instead of custom oneGravatar Glen Lee 1-52/+99
2015-12-21staging: wilc1000: use kernel define byte order macrosGravatar Glen Lee 1-6/+2
2015-12-18staging: wilc1000: wilc_sdio_cmd53: pass struct wilcGravatar Glen Lee 1-6/+6
2015-12-18staging: wilc1000: wilc_sdio_cmd52: pass struct wilcGravatar Glen Lee 1-21/+21
2015-12-18staging: wilc1000: pass wilc to all function pointers of wilc_hif_funcGravatar Glen Lee 1-42/+42
2015-12-18staging: wilc1000: remove sdio speed control codesGravatar Glen Lee 1-12/+0
2015-12-18staging/wilc1000: turn enable_irq/disable_irq into callbacksGravatar Arnd Bergmann 1-0/+2
2015-12-18staging/wilc1000: pass hif operations through initializationGravatar Arnd Bergmann 1-18/+17
2015-12-18staging/wilc1000: get rid of WILC_SDIO_IRQ_GPIOGravatar Arnd Bergmann 1-59/+46
2015-12-18staging/wilc1000: use proper naming for global symbolsGravatar Arnd Bergmann 1-31/+31
2015-12-18staging/wilc1000: remove unused functionsGravatar Arnd Bergmann 1-56/+0
2015-11-15staging: wilc1000: change parameter type of hif_initGravatar Glen Lee 1-1/+2
2015-11-15staging: wilc1000: remove os_contextGravatar Glen Lee 1-2/+0
2015-11-15staging: wilc1000: linux_sdio_init: remove parameter pvGravatar Glen Lee 1-1/+1
2015-11-15staging: wilc1000: call linux_sdio_init instead of io_initGravatar Glen Lee 1-5/+3
2015-11-15staging: wilc1000: remove function pointer sdio_set_default_speedGravatar Glen Lee 1-4/+1
2015-11-15staging: wilc1000: remove function pointer sdio_set_max_speedGravatar Glen Lee 1-3/+1
2015-11-15staging: wilc1000: remove function pointer sdio_cmd53Gravatar Glen Lee 1-8/+6
2015-11-15staging: wilc1000: remove function pointer sdio_cmd52Gravatar Glen Lee 1-27/+26
2015-11-15staging: wilc1000: remove typedef from wilc_hif_func_tGravatar Leo Kim 1-1/+1
2015-10-08staging: wilc1000: remove unused functionsGravatar Leo Kim 1-22/+0
2015-09-30staging: wilc1000: fix build error for openrisc-allmodconfigGravatar Chaehyun Lim 1-0/+1
2015-09-30wilc1000 : Use BIT() macro where possibleGravatar Anish Bhatt 1-22/+22
2015-09-29staging: wilc1000: remove function pointer os_waitGravatar Glen Lee 1-2/+0
2015-09-15staging: wilc1000: remove commented codesGravatar Chaehyun Lim 1-2/+0
2015-09-15staging: wilc1000: use u32 instead of uint32_tGravatar Chaehyun Lim 1-32/+32
2015-09-15staging: wilc1000: use u8 instead of uint8_tGravatar Chaehyun Lim 1-12/+12
2015-09-12staging: wilc1000: remove unused global variablesGravatar Tony Cho 1-3/+0
2015-07-29staging: wilc1000: remove unnecessary inner bracesGravatar Tony Cho 1-16/+14
2015-07-29staging: wilc1000: remove warnings on unnecessary bracesGravatar Tony Cho 1-3/+2