summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7921/dma.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mt76: mt7921: move mt7921_dma_init in pci.cLorenzo Bianconi2023-07-261-71/+0
* wifi: mt76: mt792x: move more dma shared code in mt792x_dmaLorenzo Bianconi2023-07-261-154/+2
* wifi: mt76: mt792x: introduce mt792x_irq_mapLorenzo Bianconi2023-07-261-4/+5
* wifi: mt76: mt7921: move dma shared code in mt792x-lib moduleLorenzo Bianconi2023-07-261-97/+5
* wifi: mt76: mt7921: rename mt7921_dev in mt792x_devLorenzo Bianconi2023-07-261-13/+13
* wifi: mt76: mt7921e: fix init command fail with enabled deviceQuan Zhou2023-07-061-4/+0
* wifi: mt76: mt7921e: improve reliability of dma resetQuan Zhou2023-04-171-16/+20
* wifi: mt76: mt7921e: fix probe timeout after rebootQuan Zhou2023-04-171-3/+3
* wifi: mt76: move shared mac definitions in mt76_connac2_mac.hLorenzo Bianconi2023-04-171-1/+1
* wifi: mt76: add mt76_connac_irq_enable utility routineLorenzo Bianconi2023-04-171-4/+4
* mt76: connac: move tx initialization/cleanup in mt76_connac moduleLorenzo Bianconi2022-07-111-17/+4
* mt76: mt7915: add Wireless Ethernet Dispatch supportFelix Fietkau2022-05-131-1/+1
* mt76: switch to netif_napi_add_tx()Jakub Kicinski2022-05-061-2/+2
* mt76: mt7921: make mt7921_init_tx_queues staticLorenzo Bianconi2022-03-161-1/+1
* mt76: mt7921e: fix possible probe failure after rebootSean Wang2022-02-031-119/+0
* mt76: mt7921: use physical addr to unify register accessSean Wang2021-10-201-13/+14
* mt76: mt7921: refactor init.c to be bus independentSean Wang2021-10-201-0/+3
* mt76: mt7921: refactor dma.c to be pcie specificSean Wang2021-10-201-7/+1
* mt76: remove mt76_wcid pointer from mt76_tx_status_check signatureLorenzo Bianconi2021-10-201-1/+1
* mt76: mt7921: move mt7921_queue_rx_skb to mac.cLorenzo Bianconi2021-10-201-34/+0
* mt76: reduce rx buffer size to 2048Lorenzo Bianconi2021-06-191-5/+3
* mt76: connac: add mt76_connac_power_save_sched in mt76_connac_pm_unrefLorenzo Bianconi2021-06-191-2/+2
* mt76: mt7921: reset wfsys during hw probeLorenzo Bianconi2021-06-191-0/+4
* mt76: mt7921: fix mt7921_wfsys_reset sequenceSean Wang2021-06-191-3/+3
* mt76: mt7921: introduce mt7921_wpdma_reinit_cond utility routineLorenzo Bianconi2021-04-211-0/+25
* mt76: mt7921: introduce mt7921_dma_{enable,disable} utilitiesLorenzo Bianconi2021-04-211-73/+35
* mt76: mt7921: introduce mt7921_wpdma_reset utility routineLorenzo Bianconi2021-04-211-1/+43
* mt76: mt7921: move mt7921_dma_reset in dma.cLorenzo Bianconi2021-04-211-1/+72
* mt76: mt7921: enable sw interruptsLorenzo Bianconi2021-04-211-0/+1
* mt76: mt7921: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx/rx napiLorenzo Bianconi2021-04-211-5/+28
* mt76: dma: add the capability to define a custom rx napi poll routineLorenzo Bianconi2021-04-211-1/+1
* mt76: mt7921: introduce MT_WFDMA_DUMMY_CR definitionLorenzo Bianconi2021-04-121-1/+1
* mt76: use threaded NAPIFelix Fietkau2021-04-121-1/+1
* mt76: mt7921: add DMA supportSean Wang2021-01-291-0/+356