index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mediatek
/
mt76
/
mt76x0
/
phy.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-17
mt76: move mt76x02_phy_get_min_avg_rssi to mt76 core
Felix Fietkau
1
-1
/
+3
2019-01-11
mt76: add energy detect CCA support to mt76x{0,2}e drivers
Lorenzo Bianconi
1
-0
/
+2
2018-11-30
mt76: remove wait argument from mt76x02_mcu_calibrate
Stanislaw Gruszka
1
-8
/
+6
2018-11-30
mt76x02: assure we update gain after scan
Stanislaw Gruszka
1
-1
/
+2
2018-11-30
mt76x02: run calibration after scanning
Stanislaw Gruszka
1
-1
/
+1
2018-11-30
mt76: remove wait argument from mt76x02_mcu_function_select
Stanislaw Gruszka
1
-1
/
+1
2018-11-30
mt76x0: use band parameter for LC calibration
Stanislaw Gruszka
1
-2
/
+3
2018-11-30
mt76x0: phy: use tssi reported value to configure tx power if available
Lorenzo Bianconi
1
-1
/
+1
2018-11-30
mt76x0: phy: introduce tssi calibration support
Lorenzo Bianconi
1
-3
/
+352
2018-11-30
mt76x0: phy: use mt76_poll_msec in mt76x0_phy_temp_sensor
Lorenzo Bianconi
1
-2
/
+1
2018-11-30
mt76x0: do not overwrite other MT_BBP(AGC, 8) fields
Stanislaw Gruszka
1
-3
/
+1
2018-11-30
mt76x0: pci: add DFS support
Lorenzo Bianconi
1
-0
/
+4
2018-11-30
mt76x0: antenna select corrections
Stanislaw Gruszka
1
-13
/
+39
2018-11-30
mt76: usb: fix static tracepoints
Lorenzo Bianconi
1
-5
/
+3
2018-11-30
mt76: mt76x0: handle chip specific initval differences
Felix Fietkau
1
-2
/
+45
2018-11-30
mt76x0: do not perform MCU calibration for MT7630
Stanislaw Gruszka
1
-0
/
+3
2018-11-30
mt76x0: phy: unify calibration between mt76x0u and mt76x0e
Lorenzo Bianconi
1
-80
/
+3
2018-11-30
mt76x0: phy: simplify rf configuration routines
Lorenzo Bianconi
1
-144
/
+89
2018-11-30
mt76x0: phy: use proper name convention
Lorenzo Bianconi
1
-111
/
+111
2018-10-13
mt76x0: phy: do not run calibration during channel switch
Lorenzo Bianconi
1
-15
/
+8
2018-10-13
mt76x0: phy: align channel gain logic to mt76x2 one
Lorenzo Bianconi
1
-17
/
+39
2018-10-13
mt76x0: phy: add phy/vco temperature compensation
Lorenzo Bianconi
1
-25
/
+23
2018-10-13
mt76x0: phy: update set_channel for mt76x0e devices
Lorenzo Bianconi
1
-5
/
+13
2018-10-13
mt76x0: pci: introduce mt76x0_phy_calirate routine
Lorenzo Bianconi
1
-3
/
+50
2018-10-13
mt76x0: pci: rename mt76x0_phy_calibrate
Lorenzo Bianconi
1
-2
/
+2
2018-10-13
mt76: move mt76x02_phy_set_band in mt76x02-lib module
Lorenzo Bianconi
1
-14
/
+2
2018-10-13
mt76: move mt76x02_phy_set_bw in mt76x02-lib module
Lorenzo Bianconi
1
-28
/
+1
2018-10-13
mt76x0: phy: remove channel parameter from mt76x0_phy_set_chan_bbp_params
Lorenzo Bianconi
1
-2
/
+2
2018-10-13
mt76x0: phy: fix restore phase in mt76x0_phy_recalibrate_after_assoc
Lorenzo Bianconi
1
-4
/
+3
2018-10-13
mt76: use mt76x02_dev instead of mt76_dev in mt76x02_eeprom.c
Lorenzo Bianconi
1
-1
/
+1
2018-10-13
mt76: use mt76x02_dev instead of mt76_dev in mt76x02_phy.c
Lorenzo Bianconi
1
-4
/
+4
2018-10-13
mt76: use mt76x02_dev instead of mt76_dev in mt76x02_mcu.c
Lorenzo Bianconi
1
-13
/
+11
2018-10-13
mt76x0: phy: fix bank check in mt76x0_rf_csr_{wr,rr}
Lorenzo Bianconi
1
-2
/
+2
2018-10-13
mt76x0: use bus helper to identify rf access method
Stanislaw Gruszka
1
-2
/
+6
2018-10-13
mt76x0: correct RF reg pairs write for PCIe
Stanislaw Gruszka
1
-3
/
+16
2018-10-13
mt76x0: correct RF access via RF_CSR register.
Stanislaw Gruszka
1
-4
/
+2
2018-10-13
mt76x0: print BBP version only for debug
Stanislaw Gruszka
1
-1
/
+1
2018-10-05
mt76: unify rxwi parsing between mt76x2 and mt76x0 drivers
Lorenzo Bianconi
1
-7
/
+0
2018-10-05
mt76x0: merge mt76x0_dev in mt76x02_dev
Lorenzo Bianconi
1
-38
/
+36
2018-10-05
mt76x0: remove hw_atomic_mutex mutex in mt76x0_dev
Lorenzo Bianconi
1
-15
/
+2
2018-10-05
mt76x0: mac: use sta ewma estimation for rssi tracking
Lorenzo Bianconi
1
-14
/
+6
2018-10-01
mt76: move set_{tx,rx}_path routines in mt76x02-lib module
Lorenzo Bianconi
1
-29
/
+2
2018-10-01
mt76x0: phy: set antenna parameter according to wireless band
Lorenzo Bianconi
1
-11
/
+20
2018-10-01
mt76x0: phy: introduce mt76x0_phy_set_txpower routine
Lorenzo Bianconi
1
-7
/
+12
2018-10-01
mt76x0: remove eeprom dependency from mt76x0_get_power_info
Lorenzo Bianconi
1
-24
/
+8
2018-10-01
mt76x0: remove eeprom dependency from mt76x0_set_tx_power_per_rate
Lorenzo Bianconi
1
-1
/
+2
2018-10-01
mt76x0: remove mt76x0_phy_set_tx_power and mt76x0_extra_power_over_mac
Lorenzo Bianconi
1
-38
/
+0
2018-10-01
mt76x0: unify freq offset parsing
Lorenzo Bianconi
1
-1
/
+2
2018-10-01
mt76x0: unify temperature offset parsing
Lorenzo Bianconi
1
-1
/
+1
2018-10-01
mt76x0: unify rssi_offset parsing
Lorenzo Bianconi
1
-11
/
+1
[next]