]> git.baikalelectronics.ru Git - uboot.git/commit
driver: timer: Add the Atmel PIT timer driver
authorWenyou.Yang@microchip.com <Wenyou.Yang@microchip.com>
Tue, 15 Aug 2017 09:40:26 +0000 (17:40 +0800)
committerTom Rini <trini@konsulko.com>
Sat, 26 Aug 2017 18:56:08 +0000 (14:56 -0400)
commita1ef1406d1db79ad4c371be55cc07f010a29131d
treec092a050bfb1e5af4e2579024524795f36fc6ce6
parentebd6ecac8c28f34b5c9db842ed0fa275d9e0c60f
driver: timer: Add the Atmel PIT timer driver

Add the new Atmel PIT timer driver, which supports the driver model
and device tree.

Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com>
arch/arm/mach-at91/arm926ejs/Makefile
arch/arm/mach-at91/armv7/Makefile
drivers/timer/Kconfig
drivers/timer/Makefile
drivers/timer/atmel_pit_timer.c [new file with mode: 0644]