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