Re: [U-Boot] [PATCH 4/5] arm: add support for arch timer

2014-01-21 Thread Wolfgang Denk
Dear Murali, In message <3e54258959b69e4282d79e01ab1f32b70466c...@dfle11.ent.ti.com> you wrote: > > >Are we adding dead code here? Or where exactly is this code being used? > > > This is a preparatory patch for keystone port that we are currently working > on. > I can repost the reworked code a

Re: [U-Boot] [PATCH 4/5] arm: add support for arch timer

2014-01-20 Thread Wolfgang Denk
Dear Murali Karicheri, In message <1390255810-19486-5-git-send-email-m-kariche...@ti.com> you wrote: > This patch add basic support for the architecture timer found on recent > ARMv7 based SoCs. Are we adding dead code here? Or where exactly is this code being used? > --- /dev/null > +++ b/arc

[U-Boot] [PATCH 4/5] arm: add support for arch timer

2014-01-20 Thread Murali Karicheri
This patch add basic support for the architecture timer found on recent ARMv7 based SoCs. Signed-off-by: Vitaly Andrianov Signed-off-by: Murali Karicheri --- arch/arm/lib/Makefile |1 + arch/arm/lib/arch_timer.c | 69 + 2 files changed, 70 i