06 Oct, 2015

1 commit


21 Sep, 2015

1 commit

  • This platform driver has a OF device ID table but the OF module alias
    information is not created so module autoloading won't work.

    This patch adds the missing MODULE_DEVICE_TABLE() for OF to export that
    information so modules have the correct aliases built-in and autoloading
    works correctly.

    A longer explanation by Javier Canillas can be found here:
    https://lkml.org/lkml/2015/7/30/519

    Signed-off-by: Luis de Bethencourt
    Signed-off-by: Thierry Reding

    Luis de Bethencourt
     

09 Sep, 2015

1 commit


11 Mar, 2015

1 commit


30 Jan, 2015

1 commit

  • The slow and system clock should never return a rate of zero, but this
    might happen if the clocks property defined in the DT is referencing the
    wrong clocks.

    Prevent any division by zero from happening by testing the clk_freq
    value before calling do_div().

    Signed-off-by: Boris Brezillon
    Signed-off-by: Thierry Reding

    Boris BREZILLON
     

04 Dec, 2014

1 commit


17 Nov, 2014

1 commit

  • The HLCDC IP available in some Atmel SoCs (i.e. at91sam9x5, at91sam9n12
    or sama5d3 families for instance) provides a PWM device.

    This driver add support for a PWM chip exposing a single PWM device (which
    will most likely be used to drive a backlight device).

    Signed-off-by: Boris Brezillon
    Tested-by: Anthony Harivel
    Tested-by: Ludovic Desroches
    Acked-by: Thierry Reding
    Acked-by: Nicolas Ferre
    Signed-off-by: Thierry Reding

    Boris Brezillon