Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-22 | timer: Return count from timer_ops.get_count | Sean Anderson | |
No timer drivers return an error from get_count. Instead of possibly returning an error, just return the count directly. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com> Reviewed-by: Simon Glass <sjg@chromium.org> | |||
2020-09-28 | timer: mchp-pit64b: add support for pit64b | Claudiu Beznea | |
Add support for Microchip PIT64B timer. The timer is 64 bit length and is used as a free running counter (in continuous mode with highest values for period registers). The clock feeding the timer would be no more than 12.5MHz. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> |