]> git.baikalelectronics.ru Git - uboot.git/commit
timer: dw-apb: Add Designware APB timer driver
authorMarek Vasut <marex@denx.de>
Sat, 18 Aug 2018 13:58:32 +0000 (15:58 +0200)
committerMarek Vasut <marex@denx.de>
Fri, 24 Aug 2018 10:05:20 +0000 (12:05 +0200)
commit3ad2599df71a503b47f7352fcd8a1df45f5e10db
tree30fa9a40d2f2c0fdcbc29feea6a779315c88b295
parentf08d947cc32756c9483092ce7ed49d6a040d4d8d
timer: dw-apb: Add Designware APB timer driver

Add timer driver for the Designware APB Timer IP. This is present
for example on the Altera SoCFPGA chips.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Chin Liang See <chin.liang.see@intel.com>
Cc: Dinh Nguyen <dinguyen@kernel.org>
Cc: Ley Foon Tan <ley.foon.tan@intel.com>
drivers/timer/Kconfig
drivers/timer/Makefile
drivers/timer/dw-apb-timer.c [new file with mode: 0644]