aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_spi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-17staging: wilc1000: Remove unnecessary extern variables.Elise Lennion1-1/+2
2016-10-16staging: wilc1000: Format block comment.Elise Lennion1-1/+2
2016-10-02staging: wilc1000: wilc_spi: Remove unnecessary blank linesNamrata A Shettar1-10/+0
2016-10-02staging: wilc1000: wilc_spi: Compress return logicNamrata A Shettar1-12/+6
2016-09-20staging: wilc1000: Merge assignment with returnRehas Sachdeva1-2/+1
2016-09-01staging: wilc1000: fix spelling mistake: "retyring" -> "retrying"Colin Ian King1-1/+1
2016-06-25staging: wilc1000: fix spelling mistake: "interupts" -> "interrupts"Colin Ian King1-1/+1
2016-03-28staging: wilc1000: wilc_spi.c: removes debug print logLeo Kim1-3/+0
2016-02-22staging: wilc1000: Check for quoted strings broken across linesAnchal Jain1-2/+3
2016-02-22staging: wilc1000: removes linux_wlan_common.h fileChris Park1-1/+0
2016-02-20Staging: wilc1000: Remove and rename struct typedefs from .c filesBhumika Goyal1-4/+4
2016-02-19staging: wilc1000: Removed braces from single block statementsRoger H. Newell1-16/+9
2016-02-19staging: wilc1000: Whitespaces removed from function callRoger H. Newell1-3/+3
2016-02-03staging: wilc1000: sdio_init: add resume argumentGlen Lee1-1/+1
2016-02-03staging: wilc1000: remove extraneous variableArnd Bergmann1-2/+0
2016-02-03staging: wilc1000: make some variables staticHugo Camboulive1-1/+1
2015-12-21staging: wilc1000: linux_wlan_spi.c: move all the codes to wilc_spi.cGlen Lee1-2/+178
2015-12-21staging: wilc1000: remove unneeded functionGlen Lee1-9/+2
2015-12-21staging: wilc1000: rename spi function namesGlen Lee1-17/+17
2015-12-21staging: wilc1000: linux_wlan_spi.c: return linux error valueGlen Lee1-9/+9
2015-12-21staging: wilc1000: remove unused functionsGlen Lee1-60/+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-53/+89
2015-12-21staging: wilc1000: use kernel define byte order macrosGlen Lee1-12/+4
2015-12-18staging: wilc1000: wilc_spi_write_read: pass struct wilcGlen Lee1-1/+1
2015-12-18staging: wilc1000: wilc_spi_read: pass struct wilcGlen Lee1-5/+5
2015-12-18staging: wilc1000: wilc_spi_write: pass struct wilcGlen Lee1-3/+3
2015-12-18staging: wilc1000: pass wilc to all function pointers of wilc_hif_funcGlen Lee1-51/+62
2015-12-18staging: wilc1000: remove spi speed control codesGlen Lee1-11/+0
2015-12-18staging/wilc1000: pass hif operations through initializationArnd Bergmann1-17/+17
2015-12-18staging/wilc1000: use proper naming for global symbolsArnd Bergmann1-24/+24
2015-12-18staging/wilc1000: remove unused functionsArnd Bergmann1-225/+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_spi_init: remove parameter vpGlen Lee1-1/+1
2015-11-15staging: wilc1000: remove function pointer io_initGlen Lee1-5/+3
2015-11-15staging: wilc1000: remove function pointer spi_max_speedGlen Lee1-3/+1
2015-11-15staging: wilc1000: remove function pointer spi_trxGlen Lee1-3/+1
2015-11-15staging: wilc1000: remove function pointer spi_rx of wilc_spi_tGlen Lee1-13/+11
2015-11-15staging: wilc1000: remove function pointer spi_tx of wilc_spi_tGlen Lee1-6/+5
2015-11-15staging: wilc1000: wilc_spi.c: add prefix wilc in all function nameGlen Lee1-54/+54
2015-11-15staging: wilc1000: remove typedef from wilc_hif_func_tLeo Kim1-1/+1
2015-10-02staging: wilc1000: use ARRAY_SIZE macroChaehyun Lim1-2/+2
2015-10-02staging: wilc1000: remove if defined codes of USE_OLD_SPI_SWChaehyun Lim1-125/+0
2015-09-30staging: wilc1000: fix build error for openrisc-allmodconfigChaehyun Lim1-0/+1
2015-09-30wilc1000 : Use BIT() macro where possibleAnish Bhatt1-12/+12
2015-09-15staging: wilc1000: remove commented codesChaehyun Lim1-4/+0
2015-09-15staging: wilc1000: use u32 instead of uint32_tChaehyun Lim1-33/+33
2015-09-15staging: wilc1000: use u16 instead of uint16_tChaehyun Lim1-1/+1
2015-09-15staging: wilc1000: use u8 instead of uint8_tChaehyun Lim1-89/+89