Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751928AbdL0KXZ (ORCPT ); Wed, 27 Dec 2017 05:23:25 -0500 Received: from mail.ltec.ch ([95.143.48.181]:58654 "EHLO mail.ltec.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751781AbdL0KXY (ORCPT ); Wed, 27 Dec 2017 05:23:24 -0500 Subject: Re: [PATCH] backlight: otm3225a: add support for ORISE OTM3225A LCD SoC To: Daniel Thompson , Jingoo Han , linux-fbdev@vger.kernel.org Cc: lee.jones@linaro.org, b.zolnierkie@samsung.com, linux-kernel@vger.kernel.org References: <1513792670-4114-1-git-send-email-fb@ltec.ch> <000601d37b49$89598210$9c0c8630$@gmail.com> <8288d7dc-8a53-695b-3e88-139d5c8fe555@linaro.org> From: Felix Brack Message-ID: Date: Wed, 27 Dec 2017 11:23:20 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <8288d7dc-8a53-695b-3e88-139d5c8fe555@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 842 Lines: 28 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 >> >> Please change the year of copyright as below. > >> + * Copyright (C) 2017, EETS GmbH, Felix Brack > > ... 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