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