summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/timer-stm32.c
AgeCommit message (Expand)AuthorLines
2024-01-22clocksource/drivers/stm32: Fix all kernel-doc warningsRandy Dunlap-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner-1/+1
2018-06-12clocksource/drivers/stm32: Fix error return codeJulia Lawall-1/+3
2018-01-08clocksource/drivers/stm32: Start the timer's counter soonerDaniel Lezcano-3/+18
2018-01-08clocksource/drivers/stm32: Add the timer delay callbackDaniel Lezcano-0/+13
2018-01-08clocksource/drivers/stm32: Add clocksource functionalityBenjamin Gaignard-0/+37
2018-01-08clocksource/drivers/stm32: Factor out more of the clockevent codeDaniel Lezcano-25/+82
2018-01-08clocksource/drivers/stm32: Add oneshot modeBenjamin Gaignard-12/+44
2018-01-08clocksource/drivers/stm32: Compute a prescaler value with a targeted rateBenjamin Gaignard-1/+11
2018-01-08clocksource/drivers/stm32: Factor out the timer width sorting codeDaniel Lezcano-7/+23
2018-01-08clocksource/drivers/stm32: Use the node name as timer nameDaniel Lezcano-1/+1
2018-01-08clocksource/drivers/stm32: Convert the driver to timer_of primitivesBenjamin Gaignard-114/+73
2018-01-08clocksource/drivers/stm32: Fix kernel panic with multiple timersDaniel Lezcano-1/+6
2017-08-31clocksource: Convert to using %pOF instead of full_nameRob Herring-4/+4
2017-06-14clocksource/drivers: Rename CLOCKSOURCE_OF_DECLARE to TIMER_OF_DECLAREDaniel Lezcano-1/+1
2016-06-28clocksources: Switch back to the clksrc tableDaniel Lezcano-1/+1
2016-06-28clocksource/drivers/stm32: Convert init function to return errorDaniel Lezcano-4/+6
2015-08-10clockevents/drivers/stm32: Migrate to new 'set-state' interfaceViresh Kumar-13/+17
2015-06-02clockevents/drivers/timer-stm32: Fix build warning spotted by kbuild test robotMaxime Coquelin-2/+2
2015-06-02clockevents/drivers: Add STM32 Timer driverMaxime Coquelin-0/+184