Message ID | cover.1539338611.git.lorenzo.bianconi@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | add calibration logics for mt76x0e driver | expand |
On 2018-10-12 12:16, Lorenzo Bianconi wrote: > Introduce vga, temperature and phy calibration routines for > mt76x0e driver. Move phy shared code in mt76x02-lib module. > Moreover do not run calibration during channel switch > > Changes since rfc: > - run vco calibration during freq scanning > - use mt76x0_phy as prefix for phy routines > > Lorenzo Bianconi (13): > mt76: move mt76x02_phy_set_bw in mt76x02-lib module > mt76: move mt76x02_phy_set_band in mt76x02-lib module > mt76x0: pci: rename mt76x0_phy_calibrate > mt76x0: pci: introduce mt76x0_phy_calirate routine > mt76x0: phy: update set_channel for mt76x0e devices > mt76x0: eeprom: introduce mt76x0_tssi_enabled routine > mt76x0: phy: add phy/vco temperature compensation > mt76: move rssi_gain_thresh routines in mt76x02-lib module > mt76: move mt76x02_phy_adjust_vga_gain in mt76/mt76x02_phy.c > mt76: introduce mt76x02_init_agc_gain routine > mt76x0: phy: align channel gain logic to mt76x2 one > mt76x0: phy: do not run calibration during channel switch > mt76x0: phy: use proper name convetion Merged the series except for the last patch. I will send out the new pull request tomorrow Thanks, - Felix