aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_spi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-03staging: wilc1000: remove unnecessary header file inclusion for wilcAjay Singh1-12/+0
2018-05-03staging: wilc1000: remove unnecessary static function defination in wilc_spiAjay Singh1-3/+0
2018-04-26staging: wilc1000: simplified if conditions in spi_data_write()Ajay Singh1-14/+9
2018-04-26staging: wilc1000: remove 'cmd' variable in wilc_spi functionsAjay Singh1-4/+2
2018-04-26staging: wilc1000: remove unnecessary assingment from 'if' conditionsAjay Singh1-3/+3
2018-04-26staging: wilc1000: align the #define in wilc_spi fileAjay Singh1-14/+14
2018-04-25staging: wilc1000: remove the use of goto label in wilc_spi_clear_int_ext()Ajay Singh1-4/+4
2018-04-25staging: wilc1000: remove the use of goto label in wilc_spi_read_int()Ajay Singh1-2/+1
2018-04-25staging: wilc1000: remove the use of goto label in wilc_spi_read_size()Ajay Singh1-2/+1
2018-04-25staging: wilc1000: remove the use of goto label in spi_cmd_complete()Ajay Singh1-5/+2
2018-02-16staging: wilc1000: fix line over 80 chars in wilc_spi_clear_int_ext()Ajay Singh1-59/+54
2018-02-16staging: wilc1000: fix line over 80 characters in wilc_spi_read_int()Ajay Singh1-28/+29
2018-02-16staging: wilc1000: fix line over 80 characters in wilc_spi_init()Ajay Singh1-7/+11
2018-02-16staging: wilc1000: fix line over 80 characters in spi_cmd_complete()Ajay Singh1-126/+124
2018-02-16staging: wilc1000: removed the unnecessary commented codeAjay Singh1-6/+0
2018-02-16staging: wilc1000: modified code comments as per linux coding styleAjay Singh1-69/+82
2018-01-23staging: wilc1000: remove unnecessary use of parenthesesAjay Singh1-10/+10
2017-11-28staging: wilc1000: add SPDX identifiers to all wilc100 filesGreg Kroah-Hartman1-0/+1
2017-03-16staging: wilc1000: Remove unnecessary bracketsTamara Diaconita1-21/+18
2017-03-16staging: wilc1000: Correct name of variablesTamara Diaconita1-4/+4
2017-03-16staging: wilc1000: Declare variables to top of functionTamara Diaconita1-9/+5
2017-03-09Staging:wilc1000:wilc_spi: Added blank line after function and modified comment styleGeorgios Emmanouil1-5/+2
2017-03-09Staging:wilc1000:wilc_spi: Fixed spelling errorGeorgios Emmanouil1-4/+4
2017-03-09Staging:wilc1000:wilc_spi: Fixed comment style to the preferred kernel comment styleGeorgios Emmanouil1-8/+6
2017-03-07staging: wilc1000: Logical continuations should be on the previous lineArushi Singhal1-2/+2
2017-03-07staging: wilc1000: Alignment should match open parenthesisArushi Singhal1-1/+1
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