Re: [U-Boot] [PATCH 25/37] arm: rmobile: Add support TMU base timer function

2012-08-20 Thread Nobuhiro Iwamatsu
Hi, On Tue, Aug 21, 2012 at 9:18 AM, Kim Phillips wrote: > On Mon, 20 Aug 2012 00:21:10 +0900 > Nobuhiro Iwamatsu wrote: > >> On Tue, Aug 14, 2012 at 8:26 AM, Kim Phillips >> wrote: >> > On Fri, 10 Aug 2012 16:16:12 +0900 >> > Nobuhiro Iwamatsu wrote: >> > >> >> Some rmobile SoC has TMU base t

Re: [U-Boot] [PATCH 25/37] arm: rmobile: Add support TMU base timer function

2012-08-20 Thread Kim Phillips
On Mon, 20 Aug 2012 00:21:10 +0900 Nobuhiro Iwamatsu wrote: > On Tue, Aug 14, 2012 at 8:26 AM, Kim Phillips > wrote: > > On Fri, 10 Aug 2012 16:16:12 +0900 > > Nobuhiro Iwamatsu wrote: > > > >> Some rmobile SoC has TMU base timer function. This supports TMU. > >> > >> Signed-off-by: Nobuhiro Iw

Re: [U-Boot] [PATCH 25/37] arm: rmobile: Add support TMU base timer function

2012-08-19 Thread Nobuhiro Iwamatsu
Hi, Thanks for your review. On Tue, Aug 14, 2012 at 8:26 AM, Kim Phillips wrote: > patch 25/37 showing up in an otherwise unnumbered patchseries of 6, > and with the cover letter set to 'v3' where all 6 patches are at v2 > makes for a highly confusing patchset. Sorry, this is my mistake. > > O

Re: [U-Boot] [PATCH 25/37] arm: rmobile: Add support TMU base timer function

2012-08-13 Thread Kim Phillips
patch 25/37 showing up in an otherwise unnumbered patchseries of 6, and with the cover letter set to 'v3' where all 6 patches are at v2 makes for a highly confusing patchset. On Fri, 10 Aug 2012 16:16:12 +0900 Nobuhiro Iwamatsu wrote: > Some rmobile SoC has TMU base timer function. This supports

[U-Boot] [PATCH 25/37] arm: rmobile: Add support TMU base timer function

2012-08-10 Thread Nobuhiro Iwamatsu
Some rmobile SoC has TMU base timer function. This supports TMU. Signed-off-by: Nobuhiro Iwamatsu --- V2: Set COBJS one object per line, and sort the list. arch/arm/cpu/armv7/rmobile/Makefile |4 +- arch/arm/cpu/armv7/rmobile/timer_tmu.c| 161 + a