
26 Aug
2017
26 Aug
'17
3:38 p.m.
On 15 August 2017 at 03:40, Wenyou Yang wenyou.yang@microchip.com wrote:
Add the new Atmel PIT timer driver, which supports the driver model and device tree.
Signed-off-by: Wenyou Yang wenyou.yang@microchip.com
Changes in v2: None
arch/arm/mach-at91/arm926ejs/Makefile | 2 + arch/arm/mach-at91/armv7/Makefile | 2 + drivers/timer/Kconfig | 8 ++++ drivers/timer/Makefile | 1 + drivers/timer/atmel_pit_timer.c | 90 +++++++++++++++++++++++++++++++++++ 5 files changed, 103 insertions(+) create mode 100644 drivers/timer/atmel_pit_timer.c
Reviewed-by: Simon Glass sjg@chromium.org