| Commit message (Expand) | Author | Age | Files | Lines |
* | wilc1000: use min_t() to make code cleaner | Changcheng Deng | 2022-01-31 | 1 | -4/+1 |
* | wilc1000: Add reset/enable GPIO support to SPI driver | David Mosberger-Tang | 2021-12-22 | 2 | -4/+60 |
* | wilc1000: Convert static "chipid" variable to device-local variable | David Mosberger-Tang | 2021-12-22 | 2 | -14/+14 |
* | wilc1000: fix double free error in probe() | Dan Carpenter | 2021-12-20 | 3 | -1/+4 |
* | wilc1000: Improve WILC TX performance when power_save is off | David Mosberger-Tang | 2021-12-16 | 3 | -2/+6 |
* | wilc1000: Rename workqueue from "WILC_wq" to "NETDEV-wq" | David Mosberger-Tang | 2021-12-14 | 2 | -11/+14 |
* | wilc1000: Rename tx task from "K_TXQ_TASK" to NETDEV-tx | David Mosberger-Tang | 2021-12-14 | 1 | -1/+1 |
* | wilc1000: Rename irq handler from "WILC_IRQ" to netdev name | David Mosberger-Tang | 2021-12-14 | 1 | -1/+1 |
* | wilc1000: Rename SPI driver from "WILC_SPI" to "wilc1000_spi" | David Mosberger-Tang | 2021-12-14 | 2 | -3/+3 |
* | wilc1000: Fix spurious "FW not responding" error | David Mosberger-Tang | 2021-12-14 | 1 | -1/+2 |
* | wilc1000: Remove misleading USE_SPI_DMA macro | David Mosberger-Tang | 2021-12-14 | 1 | -5/+0 |
* | wilc1000: Fix missing newline in error message | David Mosberger-Tang | 2021-12-14 | 1 | -1/+1 |
* | wilc1000: Fix copy-and-paste typo in wilc_set_mac_address | David Mosberger-Tang | 2021-12-14 | 1 | -1/+1 |
* | wilc1000: Add id_table to spi_driver | David Mosberger-Tang | 2021-12-08 | 1 | -0/+7 |
* | Merge tag 'wireless-drivers-next-2021-12-07' of git://git.kernel.org/pub/scm/... | Jakub Kicinski | 2021-12-08 | 1 | -5/+0 |
|\ |
|
| * | wilc1000: remove '-Wunused-but-set-variable' warning in chip_wakeup() | Ajay Singh | 2021-11-26 | 1 | -5/+0 |
* | | wilc1000: copy address before calling wilc_set_mac_address | Jakub Kicinski | 2021-11-19 | 1 | -3/+3 |
|/ |
|
* | wilc1000: use eth_hw_addr_set() | Jakub Kicinski | 2021-10-20 | 2 | -5/+11 |
* | wireless: Remove redundant 'flush_workqueue()' calls | Christophe JAILLET | 2021-10-13 | 1 | -1/+0 |
* | wilc1000: increase config packets response wait timeout limit | Ajay Singh | 2021-09-21 | 1 | -1/+1 |
* | wilc1000: use correct write command sequence in wilc_spi_sync_ext() | Ajay Singh | 2021-09-21 | 1 | -1/+1 |
* | wilc1000: add 'initialized' flag check before adding an element to TX queue | Ajay Singh | 2021-09-21 | 2 | -0/+13 |
* | wilc1000: invoke chip reset register before firmware download | Ajay Singh | 2021-09-21 | 1 | -3/+19 |
* | wilc1000: ignore clockless registers status response for SPI | Ajay Singh | 2021-09-21 | 1 | -4/+8 |
* | wilc1000: handle read failure issue for clockless registers | Ajay Singh | 2021-09-21 | 4 | -0/+23 |
* | wilc1000: add reset/terminate/repeat command support for SPI bus | Ajay Singh | 2021-09-21 | 1 | -0/+61 |
* | wilc1000: configure registers to handle chip wakeup sequence | Ajay Singh | 2021-09-21 | 5 | -55/+53 |
* | wilc1000: add new WID to pass wake_enable information to firmware | Ajay Singh | 2021-09-21 | 5 | -0/+28 |
* | wilc1000: fix possible memory leak in cfg_scan_result() | Ajay Singh | 2021-09-21 | 1 | -2/+1 |
* | wilc1000: move 'deinit_lock' lock init/destroy inside module probe | Ajay Singh | 2021-09-21 | 3 | -8/+2 |
* | wilc1000: Convert module-global "isinit" to device-specific variable | David Mosberger-Tang | 2021-08-29 | 1 | -7/+8 |
* | wilc1000: remove redundant code | wengjianfeng | 2021-08-21 | 1 | -22/+16 |
* | wilc1000: use devm_clk_get_optional() | Claudiu Beznea | 2021-08-21 | 2 | -16/+13 |
* | wilc1000: dispose irq on failure path | Claudiu Beznea | 2021-08-21 | 1 | -2/+3 |
* | wilc1000: use goto labels on error path | Claudiu Beznea | 2021-08-21 | 2 | -12/+20 |
* | wilc1000: Fix clock name binding | Tudor Ambarus | 2021-06-15 | 1 | -1/+1 |
* | wilc1000: Remove duplicate struct declaration | Wan Jiabing | 2021-04-18 | 1 | -1/+0 |
* | wilc1000: fix a loop timeout condition | Dan Carpenter | 2021-04-17 | 1 | -1/+1 |
* | wilc1000: Bring MAC address setting in line with typical Linux behavior | David Mosberger-Tang | 2021-04-17 | 1 | -9/+16 |
* | wilc1000: Add support for enabling CRC | David Mosberger-Tang | 2021-04-17 | 2 | -64/+115 |
* | wilc1000: Check for errors at end of DMA write | David Mosberger-Tang | 2021-04-17 | 1 | -1/+61 |
* | wilc1000: Introduce symbolic names for SPI protocol register | David Mosberger-Tang | 2021-04-17 | 1 | -9/+29 |
* | wilc1000: Make SPI transfers work at 48MHz | David Mosberger-Tang | 2021-04-17 | 1 | -13/+29 |
* | wilc1000: use wilc handler as cookie in request_threaded_irq() | Ajay Singh | 2021-03-15 | 1 | -9/+5 |
* | wilc1000: write value to WILC_INTR2_ENABLE register | Marcus Folkesson | 2021-03-15 | 1 | -1/+1 |
* | wilc1000: Support chip sleep over SPI | David Mosberger-Tang | 2021-03-15 | 2 | -4/+58 |
* | wilc1000: Fix use of void pointer as a wrong struct type | Vsevolod Kozlov | 2021-02-11 | 3 | -9/+11 |
* | Merge tag 'wireless-drivers-next-2021-02-05' of git://git.kernel.org/pub/scm/... | Jakub Kicinski | 2021-02-06 | 2 | -5/+5 |
|\ |
|
| * | wilc1000: use flexible-array member instead of zero-length array | Tian Tao | 2021-01-14 | 1 | -4/+4 |
| * | wilc1000: fix spelling mistake in Kconfig "devision" -> "division" | Colin Ian King | 2021-01-14 | 1 | -1/+1 |