From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0A61FC7618B for ; Thu, 25 Jul 2019 15:53:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D9CD52238C for ; Thu, 25 Jul 2019 15:53:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728944AbfGYPxc (ORCPT ); Thu, 25 Jul 2019 11:53:32 -0400 Received: from verein.lst.de ([213.95.11.211]:36523 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728808AbfGYPxc (ORCPT ); Thu, 25 Jul 2019 11:53:32 -0400 Received: by verein.lst.de (Postfix, from userid 2005) id 5BBF368B02; Thu, 25 Jul 2019 17:53:28 +0200 (CEST) Date: Thu, 25 Jul 2019 17:53:28 +0200 From: Torsten Duwe To: Enric Balletbo Serra Cc: Vasily Khoruzhick , Mark Rutland , devicetree , Maxime Ripard , Greg Kroah-Hartman , linux-kernel , dri-devel , David Airlie , Chen-Yu Tsai , Rob Herring , Thierry Reding , Laurent Pinchart , Harald Geyer , Sean Paul , Thomas Gleixner , arm-linux , Icenowy Zheng Subject: Re: [PATCH v3 5/7] drm/bridge: Add Analogix anx6345 support Message-ID: <20190725155328.GC4820@lst.de> References: <20190722151154.8344568BFE@verein.lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 25, 2019 at 05:45:15PM +0200, Enric Balletbo Serra wrote: > Hi, > > Missatge de Vasily Khoruzhick del dia dl., 22 de > jul. 2019 a les 20:50: > > > > 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. > > > > I think that the only reason my name appears here is because is a > copy/paste from analogix-anx78xx.c (probably this driver took that Yes, this is the case. You wrote / authored 500 lines of it, Icenowy about 300. > file as a reference?). Indeed I am not the author of this driver, so > Icenowy should be here, not me. Very well. Thanks for this clear statement! Torsten