Re: [PATCH] backlight: otm3225a: add support for ORISE OTM3225A LCD SoC

From: Felix Brack
Date: Wed Dec 27 2017 - 05:23:29 EST


Hello Daniel,

On 22.12.2017 18:33, Daniel Thompson wrote:
> On 22/12/17 17:23, Jingoo Han wrote:>> diff --git
> a/drivers/video/backlight/otm3225a.c
>>> b/drivers/video/backlight/otm3225a.c
>>> new file mode 100644
>>> index 0000000..0de75f8
>>> --- /dev/null
>>> +++ b/drivers/video/backlight/otm3225a.c
>>> @@ -0,0 +1,210 @@
>>> +/*
>>> + * Driver for ORISE Technology OTM3225A SOC for TFT LCD
>>> + *
>>> + * Copyright (C) 2014-2017, EETS GmbH, Felix Brack <fb@xxxxxxx>
>>
>> Please change the year of copyright as below. >
>> + * Copyright (C) 2017, EETS GmbH, Felix Brack <fb@xxxxxxx>
>
> ... and include (or just rely entirely on) a SPDX header to describe the
> licensing of the file.
>
Thanks for the hint. I have opted for this first line in the source
file: "// SPDX-License-Identifier: GPL-2.0"
>
> Daniel.

kind regards, Felix