Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756654AbdLVRdm (ORCPT ); Fri, 22 Dec 2017 12:33:42 -0500 Received: from mail-wm0-f49.google.com ([74.125.82.49]:41477 "EHLO mail-wm0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756198AbdLVRdl (ORCPT ); Fri, 22 Dec 2017 12:33:41 -0500 X-Google-Smtp-Source: ACJfBovQ08SS0Nmx/eww9VBtW2pJWhhqmlHn1NC5s4F5VPrtQClXCNo8VQf9KV7UAxVKI+3ODm0lpg== Subject: Re: [PATCH] backlight: otm3225a: add support for ORISE OTM3225A LCD SoC To: Jingoo Han , "'Felix Brack'" , 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> From: Daniel Thompson Message-ID: <8288d7dc-8a53-695b-3e88-139d5c8fe555@linaro.org> Date: Fri, 22 Dec 2017 17:33:37 +0000 User-Agent: Mozilla/5.0 (X11; Linux aarch64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <000601d37b49$89598210$9c0c8630$@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed 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: 625 Lines: 21 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. Daniel.