summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7915/mmio.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-10wifi: mt76: mt7915: drop always true condition of __mt7915_reg_addr()Ryder Lee1-1/+1
2022-09-15wifi: mt76: add PPDU based TxS support for WED deviceRyder Lee1-0/+2
2022-09-15wifi: mt76: connac: introduce mt76_connac_reg_map structureLorenzo Bianconi1-127/+127
2022-07-11mt76: introduce MT_RXQ_BAND2 and MT_RXQ_BAND2_WA in mt76_rxq_idLorenzo Bianconi1-4/+4
2022-07-11mt76: mt7915: do not copy ieee80211_ops pointer in mt7915_mmio_probeLorenzo Bianconi1-6/+1
2022-07-11mt76: connac: move mt76_connac_tx_complete_skb in shared codeLorenzo Bianconi1-1/+1
2022-07-11mt76: connac: move mt76_connac_fw_txp in common moduleLorenzo Bianconi1-1/+1
2022-05-13mt76: mt7915: add more statistics from fw_util debugfs knobsRyder Lee1-0/+3
2022-05-13mt76: mt7615/mt7915: do reset_work with mt76's work queueBo Jiao1-1/+1
2022-05-13mt76: mt7915: add Wireless Ethernet Dispatch supportFelix Fietkau1-9/+20
2022-05-13mt76: mt7915: move MT_INT_MASK_CSR to init.cRyder Lee1-2/+0
2022-05-13mt76: mt7915: rework SER debugfs knobRyder Lee1-0/+3
2022-03-16mt76: mt7915: fix beamforming mib statsShayne Chen1-0/+2
2022-02-24mt76: mt7915: add support for MT7986Bo Jiao1-9/+123
2022-02-03mt76: mt7915: add support for passing chip/firmware debug data to user spaceFelix Fietkau1-0/+2
2022-02-03mt76: mt7915: move pci specific code back to pci.cFelix Fietkau1-45/+7
2022-02-03mt76: mt7915: add device id for mt7916Bo Jiao1-1/+1
2022-02-03mt76: mt7915: rework dma.c to adapt mt7916 changesBo Jiao1-0/+4
2022-02-03mt76: mt7915: refine register definitionBo Jiao1-77/+325
2022-02-03mt76: mt7915: add mt7915_mmio_probe() as a common probing functionBo Jiao1-1/+232
2021-10-23mt76: mt7915: add debugfs knobs for MCU utilizationShayne Chen1-0/+3
2021-10-20mt76: mt7915: add LED supportMeiChia Chiu1-2/+1
2021-04-13mt76: mt7915: add mmio.cRyder Lee1-0/+152