Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752374AbdLGKPL (ORCPT ); Thu, 7 Dec 2017 05:15:11 -0500 Received: from mail-wr0-f179.google.com ([209.85.128.179]:35539 "EHLO mail-wr0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752117AbdLGKPJ (ORCPT ); Thu, 7 Dec 2017 05:15:09 -0500 X-Google-Smtp-Source: AGs4zMZSMkJrgvVFrkxyDDfhFHv2eTMDuXfXnWz0uuRhh9YbbnKff7TCE00BKAmbhGP72Dlio0tuEhBfyCX1qFmgPfQ= MIME-Version: 1.0 In-Reply-To: References: From: Philippe Ombredanne Date: Thu, 7 Dec 2017 11:14:27 +0100 Message-ID: Subject: Re: [PATCH v3 08/15] drm/sun4i: Add LVDS support To: Maxime Ripard Cc: Daniel Vetter , David Airlie , Chen-Yu Tsai , dri-devel@lists.freedesktop.org, LKML , Mark Rutland , Rob Herring , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , plaes@plaes.org, Icenowy Zheng , Thomas Petazzoni , jernej.skrabec@siol.net, "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 949 Lines: 32 On Tue, Dec 5, 2017 at 4:10 PM, Maxime Ripard wrote: > The TCON supports the LVDS interface to output to a panel or a bridge. > Let's add support for it. > > Signed-off-by: Maxime Ripard [] > --- /dev/null > +++ b/drivers/gpu/drm/sun4i/sun4i_lvds.c > @@ -0,0 +1,183 @@ > +/* > + * Copyright (C) 2015 NextThing Co > + * Copyright (C) 2015-2017 Free Electrons > + * > + * Maxime Ripard > + * > + * This program is free software; you can redistribute it and/or > + * modify it under the terms of the GNU General Public License as > + * published by the Free Software Foundation; either version 2 of > + * the License, or (at your option) any later version. > + */ Maxime, Would you consider using the new SPDX ids instead of this fine legalese? e.g. this as the top line: // SPDX-License-Identifier: GPL-2.0+ -- Cordially Philippe Ombredanne