Re: [PATCH v8 0/6] stm32 clocksource driver rework

2017-12-05 Thread Alexandre Torgue
On 12/05/2017 11:15 AM, Daniel Lezcano wrote: On 05/12/2017 11:12, Alexandre Torgue wrote: [ ... ] Benjamin Gaignard (6):    clocksource: timer_of: rename timer_of_exit to timer_of_cleanup    clocksource: stm32: convert driver to timer_of    clocksource: stm32: increase min delta value   

Re: [PATCH v8 0/6] stm32 clocksource driver rework

2017-12-05 Thread Daniel Lezcano
On 05/12/2017 11:12, Alexandre Torgue wrote: [ ... ] >> Benjamin Gaignard (6): >>    clocksource: timer_of: rename timer_of_exit to timer_of_cleanup >>    clocksource: stm32: convert driver to timer_of >>    clocksource: stm32: increase min delta value >>    clocksource: stm32: only use 32 bits ti

Re: [PATCH v8 0/6] stm32 clocksource driver rework

2017-12-05 Thread Alexandre Torgue
Hi On 11/14/2017 09:52 AM, Benjamin Gaignard wrote: version 8: - rebased on timers/core - change timer_of_exit() name to timer_of_cleanup() - update stm32 clocksource driver to use this function version 7: - reword "clocksource: stm32: only use 32 bits timers" commit message to give

Re: [PATCH v8 0/6] stm32 clocksource driver rework

2017-11-27 Thread Benjamin Gaignard
2017-11-14 9:52 GMT+01:00 Benjamin Gaignard : > version 8: > - rebased on timers/core > - change timer_of_exit() name to timer_of_cleanup() > - update stm32 clocksource driver to use this function > Gentle ping to get this v8 reviewed, the first patch has already been merged int v4.15-rc1 Than

[PATCH v8 0/6] stm32 clocksource driver rework

2017-11-14 Thread Benjamin Gaignard
version 8: - rebased on timers/core - change timer_of_exit() name to timer_of_cleanup() - update stm32 clocksource driver to use this function version 7: - reword "clocksource: stm32: only use 32 bits timers" commit message to give more details about why 16 bits are problematics. version 6