RE: [PATCH v2 02/10] ARC: timer: gfrc, rtc: deuglify big endian code

2016-11-04 Thread Alexey Brodkin
com>; t...@linutronix.de; > linux-snps-...@lists.infradead.org; linux-kernel@vger.kernel.org; > alexey.brod...@synopsys.com; Vineet Gupta <vgu...@synopsys.com> > Subject: [PATCH v2 02/10] ARC: timer: gfrc, rtc: deuglify big endian code > > A standard "C" shift wi

RE: [PATCH v2 02/10] ARC: timer: gfrc, rtc: deuglify big endian code

2016-11-04 Thread Alexey Brodkin
fradead.org; linux-kernel@vger.kernel.org; > alexey.brod...@synopsys.com; Vineet Gupta > Subject: [PATCH v2 02/10] ARC: timer: gfrc, rtc: deuglify big endian code > > A standard "C" shift will be handled appropriately by the compiler > dependin gon the endian used fo rbuild.

Re: [PATCH v2 02/10] ARC: timer: gfrc, rtc: deuglify big endian code

2016-11-03 Thread Vineet Gupta
On 11/03/2016 02:55 PM, Daniel Lezcano wrote: > On Thu, Nov 03, 2016 at 02:31:33PM -0700, Vineet Gupta wrote: >> A standard "C" shift will be handled appropriately by the compiler >> dependin gon the endian used fo rbuild. So we don't need the > > s/dependin gon/depending on/ > s/fo rbuild/for

Re: [PATCH v2 02/10] ARC: timer: gfrc, rtc: deuglify big endian code

2016-11-03 Thread Vineet Gupta
On 11/03/2016 02:55 PM, Daniel Lezcano wrote: > On Thu, Nov 03, 2016 at 02:31:33PM -0700, Vineet Gupta wrote: >> A standard "C" shift will be handled appropriately by the compiler >> dependin gon the endian used fo rbuild. So we don't need the > > s/dependin gon/depending on/ > s/fo rbuild/for

Re: [PATCH v2 02/10] ARC: timer: gfrc, rtc: deuglify big endian code

2016-11-03 Thread Daniel Lezcano
On Thu, Nov 03, 2016 at 02:31:33PM -0700, Vineet Gupta wrote: > A standard "C" shift will be handled appropriately by the compiler > dependin gon the endian used fo rbuild. So we don't need the s/dependin gon/depending on/ s/fo rbuild/for build/ > explicit distinction in code > > Signed-off-by:

Re: [PATCH v2 02/10] ARC: timer: gfrc, rtc: deuglify big endian code

2016-11-03 Thread Daniel Lezcano
On Thu, Nov 03, 2016 at 02:31:33PM -0700, Vineet Gupta wrote: > A standard "C" shift will be handled appropriately by the compiler > dependin gon the endian used fo rbuild. So we don't need the s/dependin gon/depending on/ s/fo rbuild/for build/ > explicit distinction in code > > Signed-off-by:

[PATCH v2 02/10] ARC: timer: gfrc, rtc: deuglify big endian code

2016-11-03 Thread Vineet Gupta
A standard "C" shift will be handled appropriately by the compiler dependin gon the endian used fo rbuild. So we don't need the explicit distinction in code Signed-off-by: Vineet Gupta --- arch/arc/kernel/time.c | 30 -- 1 file changed, 8

[PATCH v2 02/10] ARC: timer: gfrc, rtc: deuglify big endian code

2016-11-03 Thread Vineet Gupta
A standard "C" shift will be handled appropriately by the compiler dependin gon the endian used fo rbuild. So we don't need the explicit distinction in code Signed-off-by: Vineet Gupta --- arch/arc/kernel/time.c | 30 -- 1 file changed, 8 insertions(+), 22