Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] wifi: mt76: add support for providing precal in nvmem cells #765

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 8, 2023

  1. wifi: mt76: split get_of_eeprom in subfunction

    In preparation for NVMEM support, split get_of_eeprom() in subfunction
    to tidy the code and facilitate the addition of alternative method to
    get eeprom data. No behaviour change intended.
    
    While at it also drop OF ifdef checks as OF have stubs and calling
    of_get_property would result in the same error returned.
    
    Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
    Ansuel committed May 8, 2023
    Configuration menu
    Copy the full SHA
    e7bceae View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. wifi: mt76: add support for providing eeprom in nvmem cells

    Add support for providing eeprom in nvmem cells by adding nvmem cell as
    an alternative source for mt76_get_of_eeprom().
    
    Nvmem cells will follow standard nvmem cell definition and needs to be
    called eeprom' to be correctly identified.
    
    Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
    Ansuel committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    1a51af7 View commit details
    Browse the repository at this point in the history