Skip to content
  • Paul Mundt's avatar
    sh: clkfwk: Use shared sh_clk_div_enable/disable(). · 764f4e4e
    Paul Mundt authored
    
    
    This introduces a new flag for clocks that need to have their divisor
    ratio set back to their initial mask at disable time to prevent
    interactivity problems with the clock stop bit (presently div6 only).
    With this in place it's possible to handle the corner case on top of the
    div4 op without any particular need for leaving things split out.
    
    Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
    764f4e4e