summaryrefslogtreecommitdiff
path: root/drivers/staging/wilc1000/wilc_spi.c
AgeCommit message (Expand)Author
2016-10-02staging: wilc1000: wilc_spi: Remove unnecessary blank linesNamrata A Shettar
2016-10-02staging: wilc1000: wilc_spi: Compress return logicNamrata A Shettar
2016-09-20staging: wilc1000: Merge assignment with returnRehas Sachdeva
2016-09-01staging: wilc1000: fix spelling mistake: "retyring" -> "retrying"Colin Ian King
2016-06-25staging: wilc1000: fix spelling mistake: "interupts" -> "interrupts"Colin Ian King
2016-03-28staging: wilc1000: wilc_spi.c: removes debug print logLeo Kim
2016-02-22staging: wilc1000: Check for quoted strings broken across linesAnchal Jain
2016-02-22staging: wilc1000: removes linux_wlan_common.h fileChris Park
2016-02-20Staging: wilc1000: Remove and rename struct typedefs from .c filesBhumika Goyal
2016-02-19staging: wilc1000: Removed braces from single block statementsRoger H. Newell
2016-02-19staging: wilc1000: Whitespaces removed from function callRoger H. Newell
2016-02-03staging: wilc1000: sdio_init: add resume argumentGlen Lee
2016-02-03staging: wilc1000: remove extraneous variableArnd Bergmann
2016-02-03staging: wilc1000: make some variables staticHugo Camboulive
2015-12-21staging: wilc1000: linux_wlan_spi.c: move all the codes to wilc_spi.cGlen Lee
2015-12-21staging: wilc1000: remove unneeded functionGlen Lee
2015-12-21staging: wilc1000: rename spi function namesGlen Lee
2015-12-21staging: wilc1000: linux_wlan_spi.c: return linux error valueGlen Lee
2015-12-21staging: wilc1000: remove unused functionsGlen Lee
2015-12-21staging: wilc1000: remove wilc_debug_func of hif_initGlen Lee
2015-12-21staging: wilc1000: sdio/spi: use device print api instead of custom oneGlen Lee
2015-12-21staging: wilc1000: use kernel define byte order macrosGlen Lee
2015-12-18staging: wilc1000: wilc_spi_write_read: pass struct wilcGlen Lee
2015-12-18staging: wilc1000: wilc_spi_read: pass struct wilcGlen Lee
2015-12-18staging: wilc1000: wilc_spi_write: pass struct wilcGlen Lee
2015-12-18staging: wilc1000: pass wilc to all function pointers of wilc_hif_funcGlen Lee
2015-12-18staging: wilc1000: remove spi speed control codesGlen Lee
2015-12-18staging/wilc1000: pass hif operations through initializationArnd Bergmann
2015-12-18staging/wilc1000: use proper naming for global symbolsArnd Bergmann
2015-12-18staging/wilc1000: remove unused functionsArnd Bergmann
2015-11-15staging: wilc1000: change parameter type of hif_initGlen Lee
2015-11-15staging: wilc1000: remove os_contextGlen Lee
2015-11-15staging: wilc1000: linux_spi_init: remove parameter vpGlen Lee
2015-11-15staging: wilc1000: remove function pointer io_initGlen Lee
2015-11-15staging: wilc1000: remove function pointer spi_max_speedGlen Lee
2015-11-15staging: wilc1000: remove function pointer spi_trxGlen Lee
2015-11-15staging: wilc1000: remove function pointer spi_rx of wilc_spi_tGlen Lee
2015-11-15staging: wilc1000: remove function pointer spi_tx of wilc_spi_tGlen Lee
2015-11-15staging: wilc1000: wilc_spi.c: add prefix wilc in all function nameGlen Lee
2015-11-15staging: wilc1000: remove typedef from wilc_hif_func_tLeo Kim
2015-10-02staging: wilc1000: use ARRAY_SIZE macroChaehyun Lim
2015-10-02staging: wilc1000: remove if defined codes of USE_OLD_SPI_SWChaehyun Lim
2015-09-30staging: wilc1000: fix build error for openrisc-allmodconfigChaehyun Lim
2015-09-30wilc1000 : Use BIT() macro where possibleAnish Bhatt
2015-09-15staging: wilc1000: remove commented codesChaehyun Lim
2015-09-15staging: wilc1000: use u32 instead of uint32_tChaehyun Lim
2015-09-15staging: wilc1000: use u16 instead of uint16_tChaehyun Lim
2015-09-15staging: wilc1000: use u8 instead of uint8_tChaehyun Lim
2015-09-12staging: wilc1000: remove unused global variablesTony Cho
2015-09-12staging: wilc1000: add a blank line after declarationChaehyun Lim