26 Apr, 2019

1 commit

  • Implement counter part of the STM32 timer hardware block by using
    counter API. Hardware only supports X2 and X4 quadrature modes. A
    ceiling value can be set to define the maximum value reachable by the
    counter.

    Signed-off-by: Benjamin Gaignard
    Co-authored-by: Fabrice Gasnier
    Reviewed-by: Jonathan Cameron
    Signed-off-by: William Breathitt Gray
    Signed-off-by: Greg Kroah-Hartman

    Benjamin Gaignard