From mboxrd@z Thu Jan 1 00:00:00 1970 From: Torsten Duwe Subject: Re: [PATCH v3 5/7] drm/bridge: Add Analogix anx6345 support Date: Thu, 25 Jul 2019 17:26:49 +0200 Message-ID: <20190725152649.GB4820@lst.de> References: <20190722151154.8344568BFE@verein.lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Vasily Khoruzhick , Enric Balletbo i Serra Cc: Maxime Ripard , Chen-Yu Tsai , Rob Herring , Mark Rutland , Thierry Reding , David Airlie , Daniel Vetter , Andrzej Hajda , Laurent Pinchart , Icenowy Zheng , Sean Paul , Harald Geyer , Greg Kroah-Hartman , Thomas Gleixner , dri-devel , devicetree , arm-linux , linux-kernel List-Id: devicetree@vger.kernel.org On Mon, Jul 22, 2019 at 11:49:48AM -0700, Vasily Khoruzhick wrote: > On Mon, Jul 22, 2019 at 8:11 AM Torsten Duwe wrote: > > > > +module_i2c_driver(anx6345_driver); > > + > > +MODULE_DESCRIPTION("ANX6345 eDP Transmitter driver"); > > +MODULE_AUTHOR("Enric Balletbo i Serra "); > > I believe Icenowy is the author of this driver. If you think otherwise > please add Enric to CC and get his Signed-off-by. This has already been questioned, and consequently I had a closer look. Icenowy did the work of finding and splitting the common parts, and copied and modified those that needed adaption. Please read the change log(s) in the cover letter(s). I guess Enric already did sign off his code, which only got moved, copied and modified. Torsten