summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7615/mmio.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: fill in MODULE_DESCRIPTION()s for mt76 driversBreno Leitao2024-01-311-0/+1
* wifi: mt76: get rid of unused sta_ps callbacksLorenzo Bianconi2023-04-171-1/+0
* wifi: mt76: add mt76_connac_irq_enable utility routineLorenzo Bianconi2023-04-171-3/+1
* wifi: mt76: move irq_tasklet in mt76_dev structLorenzo Bianconi2023-04-171-3/+3
* wifi: mt76: mt7615: enable per-phy led supportLorenzo Bianconi2022-12-091-16/+0
* mt76: connac: move mt76_connac_tx_complete_skb in shared codeLorenzo Bianconi2022-07-111-1/+1
* mt76: move mt7615_txp_ptr in mt76_connac moduleLorenzo Bianconi2022-07-111-1/+1
* mt76: mt7615/mt7915: do reset_work with mt76's work queueBo Jiao2022-05-131-1/+1
* mt76: mt7615e: process txfree and txstatus without allocating skbsLorenzo Bianconi2022-02-031-0/+1
* mt76: mt7615: clear mcu error interrupt status on mt7663Felix Fietkau2021-12-191-0/+1
* mt76: mt7615: free irq if mt7615_mmio_probe failsLorenzo Bianconi2021-06-191-4/+7
* mt76: move token utilities in mt76 common moduleLorenzo Bianconi2021-04-211-0/+1
* mt76: mt7615: fix hardware error recovery for mt7663Felix Fietkau2021-04-211-7/+16
* mt76: mt7615: add missing SPDX tag in mmio.cRyder Lee2021-04-121-0/+3
* mt76: fix memory leak if device probing failsLorenzo Bianconi2020-12-041-1/+2
* wireless: mt76: convert tasklets to use new tasklet_setup() APIAllen Pais2020-12-041-3/+3
* mt76: mt7615: significantly reduce interrupt loadFelix Fietkau2020-09-241-4/+4
* mt76: mt7615: only clear unmasked interrupts in irq taskletFelix Fietkau2020-09-241-11/+8
* mt76: set interrupt mask register to 0 before requesting irqFelix Fietkau2020-09-241-0/+2
* mt76: mt7615: introduce mt7663s supportSean Wang2020-07-211-0/+1
* mt76: mt7615: use full on-chip memory address for WF_PHY registersFelix Fietkau2020-07-211-2/+0
* mt76: mt7615: add support for accessing mapped registers via bus opsFelix Fietkau2020-07-211-0/+46
* mt76: overwrite qid for non-bufferable mgmt framesLorenzo Bianconi2020-07-211-1/+1
* mt76: mt7615: introduce PM supportLorenzo Bianconi2020-05-121-0/+4
* mt76: enable TDLS supportLorenzo Bianconi2020-05-121-0/+2
* mt76: mt7615: move core shared code in mt7615-common moduleLorenzo Bianconi2020-05-121-0/+30
* mt76: mt7615: rework IRQ handling to prepare for MSI supportFelix Fietkau2020-05-121-8/+21
* mt76: mt7615: disable hw/sched scan ops for non-offload firmwareFelix Fietkau2020-05-121-1/+7
* mt76: mt7615: introduce mt7663e supportLorenzo Bianconi2020-03-171-0/+28
* mt76: mt7615: add mt7663e support to mt7615_reg_mapLorenzo Bianconi2020-03-171-3/+9
* mt76: mt7615: introduce mt7615_register_mapLorenzo Bianconi2020-03-171-1/+26
* mt76: mt7615: implement hardware reset supportFelix Fietkau2020-02-141-0/+10
* mt76: mt7615: implement DMA support for MT7622Felix Fietkau2020-02-141-1/+1
* mt76: mt7615: move mmio related code from pci.c to mmio.cFelix Fietkau2020-02-141-0/+105