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)
commit47edaea4943c99f560f3d055b2468333e9192628
treec092a050bfb1e5af4e2579024524795f36fc6ce6
parentdeff9b1d2ab24955cc4f881d63a701f40d6b491f
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]