Re: [PATCH 07/13] clocksource: tcb_clksrc: make IO endian agnostic

2015-03-26 Thread Ben Dooks
On 26/03/15 11:08, Nicolas Ferre wrote: > Le 26/03/2015 10:55, Daniel Lezcano a écrit : >> On 03/18/2015 04:53 PM, Ben Dooks wrote: >>> Change the __raw read and write to use readl/writel_relaxed to make the >>> code endian agnostic. >>> >>> Signed-off-by: Ben Dooks >> >> Nicolas, >> >> what

Re: [PATCH 07/13] clocksource: tcb_clksrc: make IO endian agnostic

2015-03-26 Thread Nicolas Ferre
Le 26/03/2015 10:55, Daniel Lezcano a écrit : > On 03/18/2015 04:53 PM, Ben Dooks wrote: >> Change the __raw read and write to use readl/writel_relaxed to make the >> code endian agnostic. >> >> Signed-off-by: Ben Dooks > > Nicolas, > > what about this one ? Do you ack it ? Yes: Acked-by:

Re: [PATCH 07/13] clocksource: tcb_clksrc: make IO endian agnostic

2015-03-26 Thread Daniel Lezcano
On 03/18/2015 04:53 PM, Ben Dooks wrote: Change the __raw read and write to use readl/writel_relaxed to make the code endian agnostic. Signed-off-by: Ben Dooks Nicolas, what about this one ? Do you ack it ? Thanks -- Daniel -- CC: Daniel Lezcano CC: Thomas Gleixner CC: Linux Kernel

Re: [PATCH 07/13] clocksource: tcb_clksrc: make IO endian agnostic

2015-03-26 Thread Daniel Lezcano
On 03/18/2015 04:53 PM, Ben Dooks wrote: Change the __raw read and write to use readl/writel_relaxed to make the code endian agnostic. Signed-off-by: Ben Dooks ben.do...@codethink.co.uk Nicolas, what about this one ? Do you ack it ? Thanks -- Daniel -- CC: Daniel Lezcano

Re: [PATCH 07/13] clocksource: tcb_clksrc: make IO endian agnostic

2015-03-26 Thread Nicolas Ferre
Le 26/03/2015 10:55, Daniel Lezcano a écrit : On 03/18/2015 04:53 PM, Ben Dooks wrote: Change the __raw read and write to use readl/writel_relaxed to make the code endian agnostic. Signed-off-by: Ben Dooks ben.do...@codethink.co.uk Nicolas, what about this one ? Do you ack it ? Yes:

Re: [PATCH 07/13] clocksource: tcb_clksrc: make IO endian agnostic

2015-03-26 Thread Ben Dooks
On 26/03/15 11:08, Nicolas Ferre wrote: Le 26/03/2015 10:55, Daniel Lezcano a écrit : On 03/18/2015 04:53 PM, Ben Dooks wrote: Change the __raw read and write to use readl/writel_relaxed to make the code endian agnostic. Signed-off-by: Ben Dooks ben.do...@codethink.co.uk Nicolas, what

[PATCH 07/13] clocksource: tcb_clksrc: make IO endian agnostic

2015-03-18 Thread Ben Dooks
Change the __raw read and write to use readl/writel_relaxed to make the code endian agnostic. Signed-off-by: Ben Dooks -- CC: Daniel Lezcano CC: Thomas Gleixner CC: Linux Kernel CC: Linux ARM Kernel CC: Andrew Victor CC: Nicolas Ferre CC: Jean-Christophe Plagniol-Villard ---

[PATCH 07/13] clocksource: tcb_clksrc: make IO endian agnostic

2015-03-18 Thread Ben Dooks
Change the __raw read and write to use readl/writel_relaxed to make the code endian agnostic. Signed-off-by: Ben Dooks ben.do...@codethink.co.uk -- CC: Daniel Lezcano daniel.lezc...@linaro.org CC: Thomas Gleixner t...@linutronix.de CC: Linux Kernel linux-kernel@vger.kernel.org CC: Linux ARM