Message ID | 1555054611-23566-1-git-send-email-sugaya.taichi@socionext.com |
---|---|
Headers | show |
Series | Bugfix and cleanup the timer driver for Milbeaut M10V | expand |
On 12/04/2019 09:36, Sugaya Taichi wrote: > This series fixes a bug and cleanup code about timer driver for > Milbeaut M10V. > Since it is difficult to separate, it is integrated into a series. > > Changes from v1: > -Add "Fixes" tag. > > Sugaya Taichi (3): > clocksource/drivers/timer-milbeaut: Fix to enable one-shot timer > clocksource/drivers/timer-milbeaut: Add shutdown function > clocksource/drivers/timer-milbeaut: Cleanup common register accesses > > drivers/clocksource/timer-milbeaut.c | 66 +++++++++++++++++++++++++----------- > 1 file changed, 47 insertions(+), 19 deletions(-) Series applied for 5.2 Thanks -- Daniel -- <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook | <http://twitter.com/#!/linaroorg> Twitter | <http://www.linaro.org/linaro-blog/> Blog
Hi, On 2019/04/12 20:09, Daniel Lezcano wrote: > On 12/04/2019 09:36, Sugaya Taichi wrote: >> This series fixes a bug and cleanup code about timer driver for >> Milbeaut M10V. >> Since it is difficult to separate, it is integrated into a series. >> >> Changes from v1: >> -Add "Fixes" tag. >> >> Sugaya Taichi (3): >> clocksource/drivers/timer-milbeaut: Fix to enable one-shot timer >> clocksource/drivers/timer-milbeaut: Add shutdown function >> clocksource/drivers/timer-milbeaut: Cleanup common register accesses >> >> drivers/clocksource/timer-milbeaut.c | 66 +++++++++++++++++++++++++----------- >> 1 file changed, 47 insertions(+), 19 deletions(-) > > Series applied for 5.2 > > Thanks > > -- Daniel > > Thank you!