[U-Boot] [PATCH 2/3] OMAP3: Rename interrupts.c to timer.c

2009-05-05 Thread Dirk Behme
After removal of dublicated interrupt code, rename file to what it really does now. From: Jean-Christophe PLAGNIOL-VILLARD Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Signed-off-by: Dirk Behme --- cpu/arm_cortexa8/omap3/Makefile |2 cpu/arm_cortexa8/omap3/interrupts.c | 138 -

Re: [U-Boot] [PATCH 2/3] OMAP3: Rename interrupts.c to timer.c

2009-05-07 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:41 Tue 05 May , Dirk Behme wrote: > After removal of dublicated interrupt code, rename file to what it > really does now. I prefer to rename all files at the same time Btw please use git to show that you only rename the file without change Best Regards, J. __

Re: [U-Boot] [PATCH 2/3] OMAP3: Rename interrupts.c to timer.c

2009-05-08 Thread Dirk Behme
Dear Jean-Christophe, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 17:41 Tue 05 May , Dirk Behme wrote: >> After removal of dublicated interrupt code, rename file to what it >> really does now. > I prefer to rename all files at the same time Then, please don't complain that you have "to do ev

Re: [U-Boot] [PATCH 2/3] OMAP3: Rename interrupts.c to timer.c

2009-05-08 Thread Scott Wood
On Fri, May 08, 2009 at 05:47:27PM +0200, Dirk Behme wrote: > I'm not sure that this works for non-custodians. Custodians can do > git-rename and then send a patch to the mailing list. When a custodian > sends such a patch, it is mainly for review only, and not to be > applied somewhere (because

Re: [U-Boot] [PATCH 2/3] OMAP3: Rename interrupts.c to timer.c

2009-05-08 Thread Dirk Behme
Scott Wood wrote: > On Fri, May 08, 2009 at 05:47:27PM +0200, Dirk Behme wrote: >> I'm not sure that this works for non-custodians. Custodians can do >> git-rename and then send a patch to the mailing list. When a custodian >> sends such a patch, it is mainly for review only, and not to be >> ap

Re: [U-Boot] [PATCH 2/3] OMAP3: Rename interrupts.c to timer.c

2009-05-08 Thread Scott Wood
Dirk Behme wrote: > Scott Wood wrote: >> It can be applied with "git am" (well, not the diffstat, but the special >> rename diff hunk that git also generates). > > Ok, thanks. But not with other tools, like plain 'patch', correct? Right, until someone fixes that. :-) Which I suppose could be a p

Re: [U-Boot] [PATCH 2/3] OMAP3: Rename interrupts.c to timer.c

2009-05-08 Thread Wolfgang Denk
Dear Dirk, In message <4a04540f.10...@googlemail.com> you wrote: > > > Btw please use git to show that you only rename the file without change > > I'm not sure that this works for non-custodians. Custodians can do > git-rename and then send a patch to the mailing list. When a custodian > sends

Re: [U-Boot] [PATCH 2/3] OMAP3: Rename interrupts.c to timer.c

2009-05-10 Thread Wolfgang Denk
Dear Dirk, In message <4a047b71.6080...@googlemail.com> you wrote: > > >> This results then in something > >> > >> cpu/sa1100/{interrupts.c => timer.c} |5 +- > >> rename cpu/arm925t/{interrupts.c => timer.c} (99%) > >> > >> (from [1]). But this is only what normally 'diffstat' gene