mbox series

[v2,0/3] Bugfix and cleanup the timer driver for Milbeaut M10V

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

Message

Sugaya Taichi April 12, 2019, 7:36 a.m. UTC
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(-)

-- 
1.9.1

Comments

Daniel Lezcano April 12, 2019, 11:09 a.m. UTC | #1
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
Sugaya Taichi April 12, 2019, 12:34 p.m. UTC | #2
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!