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

Add support for LTC7841 #2631

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Oct 25, 2024

  1. dt-bindings: hwmon: ltc2978: add support for ltc7841

    Add LTC7841 to supported devices of LTC2978
    
    Signed-off-by: Mariel Tinaco <[email protected]>
    MarielTinaco committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    d8bcd2f View commit details
    Browse the repository at this point in the history
  2. hwmon: (pmbus/ltc7841) add support for LTC7841 - docs

    Add LTC7841 to compatible devices of LTC2978
    
    Signed-off-by: Mariel Tinaco <[email protected]>
    MarielTinaco committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    117e672 View commit details
    Browse the repository at this point in the history
  3. hwmon: (pmbus/ltc2978) add support for ltc7841

    Add support for LTC7841. The LTC7841 is a high performance
    PolyPhase® single output synchronous boost converter controller.
    Multiphase operation reduces input and output capacitor
    requirements and allows the use of smaller inductors than the
    single-phase equivalent.
    
    The relevant registers in the LTC7841 are identical to the
    LTC7880. So it's just a matter of adding the chip id.
    
    Signed-off-by: Mariel Tinaco <[email protected]>
    MarielTinaco committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    2046627 View commit details
    Browse the repository at this point in the history