mbox series

[0/4] clocksource: convert to SPDX for Renesas

Message ID 87a7pff8jq.wl-kuninori.morimoto.gx@renesas.com (mailing list archive)
Headers show
Series clocksource: convert to SPDX for Renesas | expand

Message

Kuninori Morimoto Aug. 22, 2018, 2:25 a.m. UTC
Hi Daniel, Thomas

These convert license to SPDX style on clocksource for Renesas

Kuninori Morimoto (4):
  clocksource: renesas-ostm: convert to SPDX identifiers
  clocksource: sh_cmt: convert to SPDX identifiers
  clocksource: sh_mtu2: convert to SPDX identifiers
  clocksource: sh_tmu: convert to SPDX identifiers

 drivers/clocksource/renesas-ostm.c | 11 +----------
 drivers/clocksource/sh_cmt.c       | 10 +---------
 drivers/clocksource/sh_mtu2.c      | 10 +---------
 drivers/clocksource/sh_tmu.c       | 10 +---------
 4 files changed, 4 insertions(+), 37 deletions(-)

Comments

Daniel Lezcano Aug. 30, 2018, 9:29 a.m. UTC | #1
On 22/08/2018 04:25, Kuninori Morimoto wrote:
> 
> Hi Daniel, Thomas
> 
> These convert license to SPDX style on clocksource for Renesas
> 
> Kuninori Morimoto (4):
>   clocksource: renesas-ostm: convert to SPDX identifiers
>   clocksource: sh_cmt: convert to SPDX identifiers
>   clocksource: sh_mtu2: convert to SPDX identifiers
>   clocksource: sh_tmu: convert to SPDX identifiers
> 
>  drivers/clocksource/renesas-ostm.c | 11 +----------
>  drivers/clocksource/sh_cmt.c       | 10 +---------
>  drivers/clocksource/sh_mtu2.c      | 10 +---------
>  drivers/clocksource/sh_tmu.c       | 10 +---------
>  4 files changed, 4 insertions(+), 37 deletions(-)

Series applied for 4.20

nit: in the future can you stick to the format:

clocksource/drivers/<timer>: [A-Z].*

Thanks

  -- Daniel