summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7615/mmio.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-31wifi: fill in MODULE_DESCRIPTION()s for mt76 driversBreno Leitao1-0/+1
2023-04-17wifi: mt76: get rid of unused sta_ps callbacksLorenzo Bianconi1-1/+0
2023-04-17wifi: mt76: add mt76_connac_irq_enable utility routineLorenzo Bianconi1-3/+1
2023-04-17wifi: mt76: move irq_tasklet in mt76_dev structLorenzo Bianconi1-3/+3
2022-12-09wifi: mt76: mt7615: enable per-phy led supportLorenzo Bianconi1-16/+0
2022-07-11mt76: connac: move mt76_connac_tx_complete_skb in shared codeLorenzo Bianconi1-1/+1
2022-07-11mt76: move mt7615_txp_ptr in mt76_connac moduleLorenzo Bianconi1-1/+1
2022-05-13mt76: mt7615/mt7915: do reset_work with mt76's work queueBo Jiao1-1/+1
2022-02-03mt76: mt7615e: process txfree and txstatus without allocating skbsLorenzo Bianconi1-0/+1
2021-12-19mt76: mt7615: clear mcu error interrupt status on mt7663Felix Fietkau1-0/+1
2021-06-19mt76: mt7615: free irq if mt7615_mmio_probe failsLorenzo Bianconi1-4/+7
2021-04-21mt76: move token utilities in mt76 common moduleLorenzo Bianconi1-0/+1
2021-04-21mt76: mt7615: fix hardware error recovery for mt7663Felix Fietkau1-7/+16
2021-04-13mt76: mt7615: add missing SPDX tag in mmio.cRyder Lee1-0/+3
2020-12-04mt76: fix memory leak if device probing failsLorenzo Bianconi1-1/+2
2020-12-04wireless: mt76: convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2020-09-24mt76: mt7615: significantly reduce interrupt loadFelix Fietkau1-4/+4
2020-09-24mt76: mt7615: only clear unmasked interrupts in irq taskletFelix Fietkau1-11/+8
2020-09-24mt76: set interrupt mask register to 0 before requesting irqFelix Fietkau1-0/+2
2020-07-21mt76: mt7615: introduce mt7663s supportSean Wang1-0/+1
2020-07-21mt76: mt7615: use full on-chip memory address for WF_PHY registersFelix Fietkau1-2/+0
2020-07-21mt76: mt7615: add support for accessing mapped registers via bus opsFelix Fietkau1-0/+46
2020-07-21mt76: overwrite qid for non-bufferable mgmt framesLorenzo Bianconi1-1/+1
2020-05-12mt76: mt7615: introduce PM supportLorenzo Bianconi1-0/+4
2020-05-12mt76: enable TDLS supportLorenzo Bianconi1-0/+2
2020-05-12mt76: mt7615: move core shared code in mt7615-common moduleLorenzo Bianconi1-0/+30
2020-05-12mt76: mt7615: rework IRQ handling to prepare for MSI supportFelix Fietkau1-8/+21
2020-05-12mt76: mt7615: disable hw/sched scan ops for non-offload firmwareFelix Fietkau1-1/+7
2020-03-17mt76: mt7615: introduce mt7663e supportLorenzo Bianconi1-0/+28
2020-03-17mt76: mt7615: add mt7663e support to mt7615_reg_mapLorenzo Bianconi1-3/+9
2020-03-17mt76: mt7615: introduce mt7615_register_mapLorenzo Bianconi1-1/+26
2020-02-14mt76: mt7615: implement hardware reset supportFelix Fietkau1-0/+10
2020-02-14mt76: mt7615: implement DMA support for MT7622Felix Fietkau1-1/+1
2020-02-14mt76: mt7615: move mmio related code from pci.c to mmio.cFelix Fietkau1-0/+105