summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/eeprom.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-07wifi: mt76: use chainmask for power delta calculationAllen Ye1-1/+1
2023-12-07wifi: mt76: permit to use alternative cell name to eeprom NVMEM loadChristian Marangi1-3/+5
2023-12-07wifi: mt76: make mt76_get_of_eeprom static againChristian Marangi1-4/+3
2023-12-07wifi: mt76: limit support of precal loading for mt7915 to MTD onlyChristian Marangi1-2/+3
2023-12-07wifi: mt76: fix typo in mt76_get_of_eeprom_from_nvmem functionChristian Marangi1-2/+2
2023-12-07wifi: mt76: fix broken precal loading from MTD for mt7915Christian Marangi1-1/+1
2023-09-30wifi: mt76: mt7921: update the channel usage when the regd domain changedMing Yen Hsieh1-2/+5
2023-07-26wifi: mt76: add support for providing eeprom in nvmem cellsChristian Marangi1-1/+37
2023-07-26wifi: mt76: split get_of_eeprom in subfunctionChristian Marangi1-16/+35
2023-02-03wifi: mt76: support ww power config in dts nodeDeren Wu1-0/+1
2022-07-11mediatek: mt76: eeprom: fix missing of_node_put() in mt76_find_power_limits_n...Liang He1-1/+4
2021-12-19mt76: eeprom: tolerate corrected bit-flipsDaniel Golle1-0/+2
2021-10-23mt76: Print error message when reading EEPROM from mtd failedHauke Mehrtens1-1/+4
2021-10-20mt76: support reading EEPROM data embedded in fdtDaniel Golle1-0/+11
2021-10-20mt76: connac: set 6G phymode in single-sku supportLorenzo Bianconi1-0/+3
2021-04-21mt76: mt7915: add support for applying pre-calibration dataRyder Lee1-6/+5
2021-04-21mt76: extend DT rate power limits to support 11ax devicesShayne Chen1-23/+39
2021-04-21mt76: add functions for parsing rate power limits from DTFelix Fietkau1-0/+204
2021-04-14of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-8/+1
2021-01-26mt76: testmode: move mtd part to mt76_devShayne Chen1-2/+2
2021-01-26mt76: testmode: introduce dbdc supportShayne Chen1-2/+2
2020-12-04mt76: move hw mac_addr in mt76_phyLorenzo Bianconi1-5/+7
2020-07-21mt76: add API for testmode supportFelix Fietkau1-0/+5
2020-02-14mt76: fix compilation warning in mt76_eeprom_override()Lorenzo Bianconi1-7/+4
2020-02-14mt76: eeprom: add support for big endian eeprom partitionLorenzo Bianconi1-0/+10
2020-02-14mt76: fix possible undetected invalid MAC addressShayne Chen1-1/+2
2019-09-05mt76: switch to SPDX tag instead of verbose boilerplate textRyder Lee1-12/+1
2019-05-11net: wireless: mt76: fix similar warning reported by kbuild test robotPetr Štetiar1-1/+1
2019-05-06net: wireless: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2019-02-28mt76: fix a leaked reference by adding a missing of_node_putWen Yang1-8/+16
2017-12-07mt76: add common code shared between multiple chipsetsFelix Fietkau1-0/+112