25 Aug, 2016

1 commit


17 May, 2016

1 commit

  • The PWM framework has clarified the concept of reference PWM config (the
    platform dependent config retrieved from the DT or the PWM lookup table)
    and real PWM state.

    Use pwm_get_args() when the PWM user wants to retrieve this reference
    config and not the current state.

    This is part of the rework allowing the PWM framework to support
    hardware readout and expose real PWM state even when the PWM has just
    been requested (before the user calls pwm_config/enable/disable()).

    Signed-off-by: Boris Brezillon
    Acked-by: Stephen Boyd
    Signed-off-by: Thierry Reding

    Boris Brezillon
     

03 Mar, 2016

1 commit


11 Apr, 2015

1 commit

  • Some board designers, when running out of clock output pads, decide to
    (mis)use PWM output pads to provide a clock to external components.
    This driver supports this practice by providing an adapter between the
    PWM and clock bindings in the device tree. As the PWM bindings specify
    the period in the device tree, this is a fixed clock.

    Tested-by: Janusz Uzycki
    Signed-off-by: Philipp Zabel
    Signed-off-by: Michael Turquette

    Philipp Zabel