Re: [PATCH v2] clocksource/drivers/tcb_clksrc: make IO endian agnostic

2017-06-22 Thread Daniel Lezcano
On 17/06/2017 13:35, Alexandre Belloni wrote: > Now that AVR32 is gone, we can use the proper IO accessors that are > correctly handling endianness. > > Signed-off-by: Alexandre Belloni > --- Hi Alexandre, it does not apply. Can you give a respin against tip/timers/core? Thanks. -- Daniel

Re: [PATCH v2] clocksource/drivers/tcb_clksrc: make IO endian agnostic

2017-06-19 Thread Nicolas Ferre
Le 17/06/2017 à 13:35, Alexandre Belloni a écrit : > Now that AVR32 is gone, we can use the proper IO accessors that are > correctly handling endianness. > > Signed-off-by: Alexandre Belloni Acked-by: Nicolas Ferre Thanks! > --- > Changes in v2: > - Also use the _relaxed version in tc_next_ev

[PATCH v2] clocksource/drivers/tcb_clksrc: make IO endian agnostic

2017-06-17 Thread Alexandre Belloni
Now that AVR32 is gone, we can use the proper IO accessors that are correctly handling endianness. Signed-off-by: Alexandre Belloni --- Changes in v2: - Also use the _relaxed version in tc_next_event as this is working fine. drivers/clocksource/tcb_clksrc.c | 58 ---