Show patches with: Submitter = David Mosberger-Tang       |    State = Action Required       |    Archived = No       |   83 patches
Patch Series S/W/F Date Submitter Delegate State
wifi: wilc1000: validate chip id during bus probe wifi: wilc1000: validate chip id during bus probe --- 2024-02-12 David Mosberger-Tang New
wifi: wilc1000: correct CRC7 calculation wifi: wilc1000: correct CRC7 calculation --- 2024-02-07 David Mosberger-Tang New
[v4] wifi: wilc1000: validate chip id during bus probe [v4] wifi: wilc1000: validate chip id during bus probe --- 2024-01-27 David Mosberger-Tang New
wifi: wilc1000: validate chip id during bus probe wifi: wilc1000: validate chip id during bus probe --- 2024-01-22 David Mosberger-Tang New
RFQ: wifi: wilc1000: make wilc1000-spi bus-probe useful RFQ: wifi: wilc1000: make wilc1000-spi bus-probe useful --- 2024-01-19 David Mosberger-Tang New
[v2,46/50] wilc1000: remove duplicate CRC calculation code wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,47/50] wilc1000: factor SPI DMA command initialization code into a function wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,36/50] wilc1000: introduce transmit path chip queue wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,37/50] wilc1000: introduce set_header() function wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,48/50] wilc1000: introduce function to find and check DMA response wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,33/50] wilc1000: move ac_desired_ratio calculation to where its needed wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,26/50] wilc1000: reduce amount of time ack_filter_lock is held wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,43/50] wilc1000: add support for zero-copy transmit of tx packets wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,44/50] wilc1000: don't allocate tx_buffer when zero-copy is available wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,45/50] wilc1000: move struct wilc_spi declaration wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,49/50] wilc1000: implement zero-copy transmit support for SPI wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,05/50] wilc1000: add wilc_wlan_tx_packet_done() function wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,40/50] wilc1000: introduce schedule_packets() function wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,39/50] wilc1000: eliminate txq_add_to_head_cs mutex wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,42/50] wilc1000: simplify code by adding header/padding to skb wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,41/50] wilc1000: use more descriptive variable name wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,50/50] wilc1000: add module parameter "disable_zero_copy_tx" to SPI driver wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,34/50] wilc1000: restructure wilc-wlan_handle_txq() for clarity wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,35/50] wilc1000: introduce copy_and_send_packets() helper function wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,32/50] wilc1000: introduce vmm_table_entry() helper function wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,38/50] wilc1000: take advantage of chip queue wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,19/50] wilc1000: don't tell the chip to go to sleep while copying tx packets wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,02/50] wilc1000: switch txq_event from completion to waitqueue wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,14/50] wilc1000: if there is no tx packet, don't increment packets-sent counter wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,15/50] wilc1000: add struct wilc_skb_tx_cb as an alias of struct txq_entry_t wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,30/50] wilc1000: use more descriptive variable names wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,31/50] wilc1000: eliminate another magic constant wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,23/50] wilc1000: introduce symbolic names for two tx-related control bits wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,25/50] wilc1000: replace txq_spinlock with ack_filter_lock mutex wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,07/50] wilc1000: increment tx_dropped stat counter on tx packet drop wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,06/50] wilc1000: move tx packet drop code into its own function wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,28/50] wilc1000: improve send_packets() a bit wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,11/50] wilc1000: convert tqx_entries from "int" to "atomic_t" wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,29/50] wilc1000: factor header length calculation into a new function wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,24/50] wilc1000: protect tx_q_limit with a mutex instead of a spinlock wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,12/50] wilc1000: refactor wilc_wlan_cfg_commit() a bit wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,08/50] wilc1000: fix management packet type inconsistency wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,22/50] wilc1000: minor syntax cleanup wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,20/50] wilc1000: eliminate "max_size_over" variable in fill_vmm_table wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,03/50] wilc1000: move receive-queue stats from txq to wilc structure wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,21/50] wilc1000: declare read-only ac_preserve_ratio as static and const wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,17/50] wilc1000: remove no longer used "vif" argument from init_txq_entry() wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,10/50] wilc1000: factor initialization of tx queue-specific packet fields wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,13/50] wilc1000: sanitize config packet sequence number management a bit wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,09/50] wilc1000: prepare wilc_wlan_tx_packet_done() for sk_buff changes wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,16/50] wilc1000: switch tx queue to normal sk_buff entries wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,27/50] wilc1000: simplify ac_balance() a bit wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,18/50] wilc1000: split huge tx handler into subfunctions wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,04/50] wilc1000: factor common code in wilc_wlan_cfg_set() and wilc_wlan_cfg_get() wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,01/50] wilc1000: don't hold txq_spinlock while initializing AC queue limits wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v7,1/2] wilc1000: Add reset/enable GPIO support to SPI driver wilc1000: Add reset/enable GPIO support to SPI driver --- 2021-12-21 David Mosberger-Tang New
[v2] wilc1000: Convert static "chipid" variable to device-local variable [v2] wilc1000: Convert static "chipid" variable to device-local variable --- 2021-12-21 David Mosberger-Tang New
[v6,2/2] wilc1000: Document enable-gpios and reset-gpios properties wilc1000: Add reset/enable GPIO support to SPI driver --- 2021-12-20 David Mosberger-Tang New
[18/23] wilc1000: split huge tx handler into subfunctions wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-18 David Mosberger-Tang New
wilc1000: Allow setting power_save before driver is initialized wilc1000: Allow setting power_save before driver is initialized --- 2021-12-12 David Mosberger-Tang New
RFC: wilc1000: refactor TX path to use sk_buff queue RFC: wilc1000: refactor TX path to use sk_buff queue --- 2021-12-11 David Mosberger-Tang New
wilc1000: Improve WILC TX performance when power_save is off wilc1000: Improve WILC TX performance when power_save is off --- 2021-12-10 David Mosberger-Tang New
[4/4] wilc1000: Rename workqueue from "WILC_wq" to "NETDEV-wq" wilc1000: use Linux-style for system-visible names --- 2021-12-09 David Mosberger-Tang New
[2/4] wilc1000: Rename irq handler from "WILC_IRQ" to netdev name wilc1000: use Linux-style for system-visible names --- 2021-12-09 David Mosberger-Tang New
[3/4] wilc1000: Rename tx task from "K_TXQ_TASK" to NETDEV-tx wilc1000: use Linux-style for system-visible names --- 2021-12-09 David Mosberger-Tang New
[1/4] wilc1000: Rename SPI driver from "WILC_SPI" to "wilc1000_spi" wilc1000: use Linux-style for system-visible names --- 2021-12-09 David Mosberger-Tang New
RFC: wilc1000 module parameter to disable chip sleep RFC: wilc1000 module parameter to disable chip sleep --- 2021-12-08 David Mosberger-Tang New
wilc1000: Fix spurious "FW not responding" error wilc1000: Fix spurious "FW not responding" error --- 2021-12-08 David Mosberger-Tang New
[v2,2/2] wilc1000: Document enable-gpios and reset-gpios properties wilc1000-spi: Add reset/enable GPIO support --- 2021-12-08 David Mosberger-Tang New
[v2,1/2] wilc1000: Add reset/enable GPIO support to SPI driver wilc1000-spi: Add reset/enable GPIO support --- 2021-12-08 David Mosberger-Tang New
wilc1000: Remove misleading USE_SPI_DMA macro wilc1000: Remove misleading USE_SPI_DMA macro --- 2021-12-07 David Mosberger-Tang New
[2/2] wilc1000: Fix missing newline in error message [1/2] wilc1000: Fix copy-and-paste typo in wilc_set_mac_address --- 2021-12-06 David Mosberger-Tang New
[1/2] wilc1000: Fix copy-and-paste typo in wilc_set_mac_address [1/2] wilc1000: Fix copy-and-paste typo in wilc_set_mac_address --- 2021-12-06 David Mosberger-Tang New
wilc1000: Add id_table to spi_driver wilc1000: Add id_table to spi_driver --- 2021-12-02 David Mosberger-Tang New
wilc1000: Add reset/enable GPIO support to SPI driver wilc1000: Add reset/enable GPIO support to SPI driver --- 2021-12-02 David Mosberger-Tang New
wilc1000: Convert module-global "isinit" to device-specific variable wilc1000: Convert module-global "isinit" to device-specific variable --- 2021-08-26 David Mosberger-Tang New
wilc1000: Bring MAC address setting in line with typical Linux behavior wilc1000: Bring MAC address setting in line with typical Linux behavior --- 2021-03-03 David Mosberger-Tang New
[v2,4/4] wilc1000: Add support for enabling CRC [1/4] wilc1000: Make SPI transfers work at 48MHz --- 2021-02-27 David Mosberger-Tang New
[v2,3/4] wilc1000: Check for errors at end of DMA write Untitled series #105328 --- 2021-02-27 David Mosberger-Tang New
[v2,2/4] wilc1000: Introduce symbolic names for SPI protocol register [1/4] wilc1000: Make SPI transfers work at 48MHz --- 2021-02-27 David Mosberger-Tang New
[v2,1/4] wilc1000: Make SPI transfers work at 48MHz [v2,1/4] wilc1000: Make SPI transfers work at 48MHz --- 2021-02-27 David Mosberger-Tang New
[3/4] wilc1000: Check for errors at end of DMA write [1/4] wilc1000: Make SPI transfers work at 48MHz --- 2021-02-24 David Mosberger-Tang New
wilc1000: Support chip sleep over SPI wilc1000: Support chip sleep over SPI --- 2021-02-24 David Mosberger-Tang New