index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mediatek
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mt76x0: usb: remove mt76_fw definition
Lorenzo Bianconi
2018-09-19
1
-38
/
+35
*
mt76x0: remove unused usb header file
Lorenzo Bianconi
2018-09-19
3
-50
/
+4
*
mt76x0: remove mcu source file
Lorenzo Bianconi
2018-09-19
4
-36
/
+2
*
mt76x0: usb: move firmware loading to usb.c
Stanislaw Gruszka
2018-09-19
4
-177
/
+171
*
mt76: use a per rx queue page fragment cache
Felix Fietkau
2018-09-19
3
-8
/
+20
*
mt76x2: move mt76x2_phy_tssi_compensate in mt76x2-common module
Lorenzo Bianconi
2018-09-19
4
-85
/
+46
*
mt76: move shared mcu_calibrate routine in mt76x02-lib module
Lorenzo Bianconi
2018-09-19
11
-97
/
+68
*
mt76x2: move mt76x2 mcu shared code in mt76x2_mcu_common.c
Lorenzo Bianconi
2018-09-19
7
-203
/
+130
*
mt76: move mt76{0,2} mcu shared code in mt76x02_mcu.c
Lorenzo Bianconi
2018-09-19
14
-222
/
+206
*
mt76: unify firmware header between mt76x0 and mt76x2
Lorenzo Bianconi
2018-09-19
5
-37
/
+28
*
mt76x2: use common helpers for mcu_alloc_msg()/mcu_send_msg()
Lorenzo Bianconi
2018-09-19
1
-21
/
+22
*
mt76x2: use mt76_dev instead of mt76x2_dev in mt76x2_mcu_msg_send
Lorenzo Bianconi
2018-09-19
1
-21
/
+26
*
mt76: move __iomem regs in mt76_mmio
Lorenzo Bianconi
2018-09-19
3
-7
/
+7
*
mt76: introduce mmio data structure in mt76_dev
Lorenzo Bianconi
2018-09-19
6
-25
/
+30
*
mt76x2: remove leftover mt76u_buf data structure in mt76x2_mcu
Lorenzo Bianconi
2018-09-19
1
-1
/
+0
*
mt76x2: use mt76_dev instead of mt76x2_dev in mt76x2_tx_queue_mcu
Lorenzo Bianconi
2018-09-19
3
-8
/
+8
*
mt76: usb: remove skb check in mt76x{0,2}u mcu routines
Lorenzo Bianconi
2018-09-19
2
-24
/
+0
*
mt76x0: remove mt76x0_burst_write_regs()
Stanislaw Gruszka
2018-09-19
3
-48
/
+9
*
mt76x0: remove unused mt76x0_burst_read_regs
Stanislaw Gruszka
2018-09-19
1
-43
/
+0
*
mt76x02: add static qualifier to mt76x02_remove_dma_hdr
Lorenzo Bianconi
2018-09-19
2
-3
/
+1
*
mt76x02: move TXD/RXD/MCU definitions in mt76x02_dma.h
Lorenzo Bianconi
2018-09-19
9
-45
/
+67
*
mt76: usb: move mt76u_skb_dma_info in mt76x02_usb_core.c
Lorenzo Bianconi
2018-09-19
10
-61
/
+81
*
mt76: usb: move mt76x02 mcu code in mt76x02-usb module
Lorenzo Bianconi
2018-09-19
11
-362
/
+422
*
mt76: usb: use common helpers for mcu_alloc_msg()/mcu_send_msg()
Lorenzo Bianconi
2018-09-19
7
-69
/
+55
*
mt76: add rd_rp and wr_rp to bus_ops/mcu_ops
Stanislaw Gruszka
2018-09-19
3
-5
/
+19
*
mt76: add usb implementation of {wr,rd}_rp
Stanislaw Gruszka
2018-09-19
7
-83
/
+149
*
mt76: add mt76_mcu_ops data structure for mcu related pointers
Lorenzo Bianconi
2018-09-19
3
-0
/
+22
*
mt76: move mt76x0 and mt76x2 mcu shared defs in mt76x02_mcu.h
Lorenzo Bianconi
2018-09-19
5
-102
/
+79
*
mt76x0: run vco calibration for each channel configuration
Lorenzo Bianconi
2018-09-19
1
-2
/
+2
*
mt76x0: make device allocation bus neutral
Stanislaw Gruszka
2018-09-19
5
-12
/
+16
*
mt76x0: remove some usb specific code from mt76x0_register_device
Stanislaw Gruszka
2018-09-19
2
-10
/
+10
*
mt76x0: remove unused mt76x0_wcid
Stanislaw Gruszka
2018-09-19
1
-9
/
+0
*
mt76x0: inital split between pci and usb
Stanislaw Gruszka
2018-09-19
9
-18
/
+121
*
mt76x0: use mt76_register_device for device registration
Lorenzo Bianconi
2018-09-19
3
-162
/
+39
*
mt76x0: remove has_{2,5}ghz fields of mt76x0_eeprom_params
Lorenzo Bianconi
2018-09-19
3
-10
/
+8
*
mt76x0: do not free/alloc buffers during suspend/resume
Lorenzo Bianconi
2018-09-19
3
-19
/
+37
*
mt76x0: move mt76x0_init_hardware in mt76x0_register_device
Lorenzo Bianconi
2018-09-19
2
-37
/
+26
*
mt76x0: move stop related routines in mt76x0_mac_stop
Lorenzo Bianconi
2018-09-19
2
-4
/
+3
*
mt76x0: fix memory leak during hw probe
Lorenzo Bianconi
2018-09-19
1
-3
/
+1
*
mt76x0: alloc mcu buffers first in mt76x0_mcu_cmd_init
Lorenzo Bianconi
2018-09-19
1
-2
/
+4
*
mt76: move mt76 rate definitions in mt76x02-lib module
Lorenzo Bianconi
2018-09-19
7
-65
/
+38
*
mt76x0: remove mt76x0_stop_hardware routine
Lorenzo Bianconi
2018-09-19
1
-6
/
+1
*
mt76: remove unused MT76_MORE_STATS state
Lorenzo Bianconi
2018-09-19
1
-1
/
+0
*
mt76x0: trim rx skb to proper length
Stanislaw Gruszka
2018-09-19
1
-0
/
+1
*
mt76x0: init hw capabilities
Lorenzo Bianconi
2018-09-19
1
-0
/
+7
*
mt76x0: enable per-sta tx queueing
Lorenzo Bianconi
2018-09-19
2
-0
/
+4
*
mt76x0: remove unused stat_work
Lorenzo Bianconi
2018-09-19
2
-4
/
+0
*
mt76x0: remove unused endpoint definitions
Lorenzo Bianconi
2018-09-19
2
-7
/
+0
*
mt76x0: remove unused mt76x0_tx_status routine
Lorenzo Bianconi
2018-09-19
2
-16
/
+0
*
mt76x0: remove unused {tx/rx}_queue definitions
Lorenzo Bianconi
2018-09-19
2
-52
/
+0
[next]