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

drivers: pwm: Add Intel PCH blinky PWM driver #59769

Merged
merged 3 commits into from
Jul 12, 2023

Commits on Jul 11, 2023

  1. drivers: pwm: Add support for pch intel blink driver

    This patch adds support for PWM blink which is found in intel's
    PCH hardwares.
    
    Signed-off-by: Anisetti Avinash Krishna <[email protected]>
    akanisetti committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    ae32c5f View commit details
    Browse the repository at this point in the history
  2. dts: raptor_lake: Add pwm node for raptorlake

    Adds pwm node for intel raptorlake pch pwm blink IP
    
    Signed-off-by: Anisetti Avinash Krishna <[email protected]>
    akanisetti committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    58a604c View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. tests: drivers: pwm: pwm_api: Enable pwm test for intel blinky

    Enable pwm api test for intel blinky on rpl_crb board.
    
    Signed-off-by: Anisetti Avinash Krishna <[email protected]>
    akanisetti committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    4cc4e44 View commit details
    Browse the repository at this point in the history