New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 647289 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

ec: pwm: Save duty cycle across sysjump

Project Member Reported by sha...@chromium.org, Sep 15 2016

Issue description

In our chip-level PWM init routines we re-initialize PWM registers and duty cycles to default. We should consider adding a flag to the PWM config struct to indicate 'do not re-initialize this PWM on sysjump' (or maybe just 'don't reset the duty cycle on sysjump').
 

Comment 1 by sha...@chromium.org, Sep 15 2016

Note that we already do save / restore through jump tags for some boards, and this mostly works, but the duty is reset for a brief period between pwm_init() and re-initializing duty.
Owner: philipchen@chromium.org

Comment 3 by gkihumba@google.com, Mar 31 2017

Status: Assigned (was: Untriaged)

Sign in to add a comment