index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mediatek
/
mt76
/
mt7615
/
pci.c
Age
Commit message (
Expand
)
Author
2023-04-17
wifi: mt76: move irq_tasklet in mt76_dev struct
Lorenzo Bianconi
2021-10-20
mt76: disable BH around napi_schedule() calls
Felix Fietkau
2021-10-20
mt76: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2021-04-11
mt76: use PCI_VENDOR_ID_MEDIATEK to avoid open coded
Ryder Lee
2021-01-29
mt76: mt76_connac: move pm utility routines in mt76_connac_lib module
Lorenzo Bianconi
2021-01-29
mt76: mt76_connac: move WoW and suspend code in mt76_connac_mcu module
Lorenzo Bianconi
2021-01-29
mt76: mt76_connac: create mcu library
Lorenzo Bianconi
2020-09-24
mt76: convert from tx tasklet to tx worker thread
Felix Fietkau
2020-09-24
mt76: mt7615: move drv_own/fw_own in mt7615_mcu_ops
Lorenzo Bianconi
2020-07-21
mt76: mt7615: acquire driver_own before configuring device for suspend
Lorenzo Bianconi
2020-05-28
mt76: only iterate over initialized rx queues
Felix Fietkau
2020-05-28
mt76: mt7615: add support for MT7611N
DENG Qingfang
2020-05-12
mt76: mt7615: introduce PM support
Lorenzo Bianconi
2020-05-12
mt76: mt7615: free pci_vector if mt7615_pci_probe fails
Lorenzo Bianconi
2020-05-12
mt76: mt7663: add the possibility to load firmware v2
Lorenzo Bianconi
2020-05-12
mt76: mt7615: disable aspm by default
Lorenzo Bianconi
2020-05-12
mt76: mt7615: enable MSI by default
Lorenzo Bianconi
2020-03-17
mt76: mt7615: introduce mt7663e support
Lorenzo Bianconi
2020-03-17
mt76: mt7615: introduce mt7615_register_map
Lorenzo Bianconi
2020-02-14
mt76: mt7615: implement probing and firmware loading on MT7622
Felix Fietkau
2020-02-14
mt76: mt7615: move mmio related code from pci.c to mmio.c
Felix Fietkau
2020-02-14
mt76: move dev_irq tracepoint in mt76 module
Lorenzo Bianconi
2020-02-14
mt7615: replace sta_state callback with sta_add/sta_remove
Felix Fietkau
2020-02-14
mt76: move state from struct mt76_dev to mt76_phy
Felix Fietkau
2019-11-20
mt76: mt7615: report tx_time, bss_rx and busy time to mac80211
Lorenzo Bianconi
2019-11-20
mt76: rename mt76_driver_ops txwi_flags to drv_flags and include tx aligned4
Felix Fietkau
2019-09-05
mt76: mt7615: enable survey support
Lorenzo Bianconi
2019-06-25
mt76: mt7615: add static qualifier to mt7615_rx_poll_complete
Lorenzo Bianconi
2019-06-25
mt76: mt7615: Make mt7615_irq_handler static
YueHaibing
2019-06-25
mt76: mt7615: use napi polling for tx cleanup
Lorenzo Bianconi
2019-05-01
mt76: add mac80211 driver for MT7615 PCIe-based chipsets
Ryder Lee