]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
ARMv7: Factor out reusable timer_wait from sunxi/psci_sun7i.S
authorWang Dongsheng <dongsheng.wang@freescale.com>
Thu, 4 Jun 2015 04:01:08 +0000 (12:01 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:34:24 +0000 (13:34 +0200)
commit2703742c5c1e9c84d0c5205626949beeca3de512
tree489eefb566df6809936ef3faf520cde8e2ceffd4
parent57f17c1d323675efb72fd17e817b10d7011b2f36
ARMv7: Factor out reusable timer_wait from sunxi/psci_sun7i.S

timer_wait is moved from sunxi/psci_sun7i.S, and it can be converted
completely into a reusable armv7 generic timer. LS1021A will use it
as well.

Signed-off-by: Wang Dongsheng <dongsheng.wang@freescale.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: York Sun <yorksun@freescale.com>
arch/arm/cpu/armv7/sunxi/psci_sun6i.S
arch/arm/cpu/armv7/sunxi/psci_sun7i.S
arch/arm/include/asm/arch-armv7/generictimer.h [new file with mode: 0644]