timer: stm32: Add timer support for STM32 SoCs family
authorPatrice Chotard <patrice.chotard@st.com>
Wed, 7 Feb 2018 09:44:45 +0000 (10:44 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 14 Mar 2018 01:45:37 +0000 (21:45 -0400)
commit5120a083e797aec3180fbda9ab845486da990909
tree4875bbabe8d1b7c2c0fc7fe7dd0955117a73dcb3
parentcc66dcdd16a88a56791d1951bca54b3048e3f96c
timer: stm32: Add timer support for STM32 SoCs family

This timer driver is using GPT Timer (General Purpose Timer)
available on all STM32 SOCs family.
This driver can be used on STM32F4/F7 and H7 SoCs family

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
drivers/timer/Kconfig
drivers/timer/Makefile
drivers/timer/stm32_timer.c [new file with mode: 0644]