10 Sep, 2016

1 commit

  • Some dividers might have a maximum value that is lower than the width of
    the register.

    Add a field to _ccu_div to handle those case properly. If the field is set
    to 0, the code will assume that the maximum value is the maximum one that
    can be used with the field register width.

    Otherwise, we'll use whatever value has been set.

    Signed-off-by: Maxime Ripard
    Acked-by: Chen-Yu Tsai

    Maxime Ripard
     

09 Aug, 2016

1 commit


09 Jul, 2016

1 commit

  • Introduce support for clocks that multiply and divide using two linear
    multipliers and one linear divider.

    Signed-off-by: Maxime Ripard
    Signed-off-by: Michael Turquette
    Link: lkml.kernel.org/r/20160629190535.11855-12-maxime.ripard@free-electrons.com

    Maxime Ripard