summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7615/mmio.c
AgeCommit message (Expand)AuthorFilesLines
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-12mt76: 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