summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_spi.c
Commit message (Expand)AuthorAgeFilesLines
* staging: wilc1000: added support to dynamically add/remove interfacesAjay Singh2019-07-011-1/+2
* staging: wilc1000: Remove return variables from wilc_spi.cNishka Dasgupta2019-03-221-8/+5Star
* staging: wilc1000: add 'wilc_' prefix to have proper namespaceAjay Singh2019-02-071-2/+2
* staging: wilc1000: correct inconsistent indentingMichael Straube2018-12-051-6/+5Star
* staging: wilc1000: use proper namespace for macros in wilc_wlan_if.h headerAjay Singh2018-11-121-1/+1
* staging: wilc1000: remove unnecessary memset in sdio_init() & wilc_spi_init()Ajay Singh2018-09-251-3/+0Star
* staging: wilc1000: avoid use of 'g_spi' static variableAjay Singh2018-09-251-22/+36
* staging: wilc1000: added Microchip copyright notice headerAjay Singh2018-08-051-3/+2Star
* staging: wilc1000: fix compilation warning for ARCH PowerPCAjay Singh2018-08-021-2/+2
* staging: wilc1000: fix endianness warnings reported by sparseAjay Singh2018-08-021-4/+4
* staging: wilc1000: remove unnecessary comments and comments descriptionAjay Singh2018-08-021-1/+0Star
* staging: wilc1000: use descriptor-based interface for GPIOAjay Singh2018-07-241-7/+16
* staging: wilc1000: change compatible string from atmel to microchipAjay Singh2018-07-241-7/+7
* staging: wilc1000: rename variable from 'gpio' to 'gpio_irq'Ajay Singh2018-07-241-1/+1
* staging: wilc1000: remove gpio parameter from wilc_netdev_init()Ajay Singh2018-07-241-1/+2
* staging: wilc1000: remove unnecessary header file inclusion for wilcAjay Singh2018-05-031-12/+0Star
* staging: wilc1000: remove unnecessary static function defination in wilc_spiAjay Singh2018-05-031-3/+0Star
* staging: wilc1000: simplified if conditions in spi_data_write()Ajay Singh2018-04-261-14/+9Star
* staging: wilc1000: remove 'cmd' variable in wilc_spi functionsAjay Singh2018-04-261-4/+2Star
* staging: wilc1000: remove unnecessary assingment from 'if' conditionsAjay Singh2018-04-261-3/+3
* staging: wilc1000: align the #define in wilc_spi fileAjay Singh2018-04-261-14/+14
* staging: wilc1000: remove the use of goto label in wilc_spi_clear_int_ext()Ajay Singh2018-04-251-4/+4
* staging: wilc1000: remove the use of goto label in wilc_spi_read_int()Ajay Singh2018-04-251-2/+1Star
* staging: wilc1000: remove the use of goto label in wilc_spi_read_size()Ajay Singh2018-04-251-2/+1Star
* staging: wilc1000: remove the use of goto label in spi_cmd_complete()Ajay Singh2018-04-251-5/+2Star
* staging: wilc1000: fix line over 80 chars in wilc_spi_clear_int_ext()Ajay Singh2018-02-161-59/+54Star
* staging: wilc1000: fix line over 80 characters in wilc_spi_read_int()Ajay Singh2018-02-161-28/+29
* staging: wilc1000: fix line over 80 characters in wilc_spi_init()Ajay Singh2018-02-161-7/+11
* staging: wilc1000: fix line over 80 characters in spi_cmd_complete()Ajay Singh2018-02-161-126/+124Star
* staging: wilc1000: removed the unnecessary commented codeAjay Singh2018-02-161-6/+0Star
* staging: wilc1000: modified code comments as per linux coding styleAjay Singh2018-02-161-69/+82
* staging: wilc1000: remove unnecessary use of parenthesesAjay Singh2018-01-231-10/+10
* staging: wilc1000: add SPDX identifiers to all wilc100 filesGreg Kroah-Hartman2017-11-281-0/+1
* staging: wilc1000: Remove unnecessary bracketsTamara Diaconita2017-03-161-21/+18Star
* staging: wilc1000: Correct name of variablesTamara Diaconita2017-03-161-4/+4
* staging: wilc1000: Declare variables to top of functionTamara Diaconita2017-03-161-9/+5Star
* Staging:wilc1000:wilc_spi: Added blank line after function and modified comme...Georgios Emmanouil2017-03-091-5/+2Star
* Staging:wilc1000:wilc_spi: Fixed spelling errorGeorgios Emmanouil2017-03-091-4/+4
* Staging:wilc1000:wilc_spi: Fixed comment style to the preferred kernel commen...Georgios Emmanouil2017-03-091-8/+6Star
* staging: wilc1000: Logical continuations should be on the previous lineArushi Singhal2017-03-071-2/+2
* staging: wilc1000: Alignment should match open parenthesisArushi Singhal2017-03-071-1/+1
* staging: wilc1000: Remove unnecessary extern variables.Elise Lennion2016-10-171-1/+2
* staging: wilc1000: Format block comment.Elise Lennion2016-10-161-1/+2
* staging: wilc1000: wilc_spi: Remove unnecessary blank linesNamrata A Shettar2016-10-021-10/+0Star
* staging: wilc1000: wilc_spi: Compress return logicNamrata A Shettar2016-10-021-12/+6Star
* staging: wilc1000: Merge assignment with returnRehas Sachdeva2016-09-201-2/+1Star
* staging: wilc1000: fix spelling mistake: "retyring" -> "retrying"Colin Ian King2016-09-011-1/+1
* staging: wilc1000: fix spelling mistake: "interupts" -> "interrupts"Colin Ian King2016-06-251-1/+1
* staging: wilc1000: wilc_spi.c: removes debug print logLeo Kim2016-03-281-3/+0Star
* staging: wilc1000: Check for quoted strings broken across linesAnchal Jain2016-02-221-2/+3