Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp11009469ybi; Thu, 25 Jul 2019 08:27:47 -0700 (PDT) X-Google-Smtp-Source: APXvYqzglpTcDLpQZk3WAD0jQVKDaMhjRlHZdnXvjpwJYYAfBfVF/zlPLNPj4t4OE4vkCLPwP01d X-Received: by 2002:a17:902:b949:: with SMTP id h9mr84626664pls.120.1564068467154; Thu, 25 Jul 2019 08:27:47 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564068467; cv=none; d=google.com; s=arc-20160816; b=zl8vA0cBAzDqij5j4KkuwpSAlkE7f/hVkKPwebZuNscDqe2Z9Ynap9D3v6I+j810no Mf/yMJJY1w1SmfA8gHHRJRp99rWciAzvoCFujTFSLOzYVcD6WlA29nrlwG59yTEnGlDr JYBDpbATqM7IsxLzxqr1YuiLpWtLdoFoAFWJ/SPjXTB3PqmYGLi7ZTCaix45GkNbzjgg V0OqQeqBqnVMoRFtuRcYh00Rl7D8X9jbFMYo8/q0EVlhhg/ZjQAJifFfv7Zqh9sr7Mfo p47R36qQEI0jhOOIs/uGlSNB6JL5kAMHiGIZkiDF5aO7rzHq873UOEg8vhRQIaaHxGDY v1Pg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=fxMoNtWfA24KQup+NIJs+rNJgqi2Xzpr7u041YJTK3Q=; b=bxlVaoaC0xCfxR6gqBRpsC7Z5ao+FyiyYXQ4OQaT1mAjuL0tPtEUQfGHkxAPXGnEyC fpl5/Lp6un6yvC+/FqEl0s4udYobP/Twf3UzPisEMzjR2w3bGzpTvaY63dZg59TQah/I efYKVhwPTVlUwZrJcfTVnZ1jLNz2RaQuvymgjQ6ZbHLn7KhCb7DXheu+MNRPME0j0CWp coNaDPMRWQhmAI0d0gr1oeDDG4TvGWsWVnjfld1Py4bqCoUAq/oLTmNSOmJrfvjdFIw7 Mtfnkx0fPiXyv5LwNsWoteriBT5BBdpG1cLLteUM4oXrcz0CktGIQhtCkOxzlx/Icazx KRaQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w21si20426550pgj.153.2019.07.25.08.27.31; Thu, 25 Jul 2019 08:27:47 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389040AbfGYP0y (ORCPT + 99 others); Thu, 25 Jul 2019 11:26:54 -0400 Received: from verein.lst.de ([213.95.11.211]:36280 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388457AbfGYP0y (ORCPT ); Thu, 25 Jul 2019 11:26:54 -0400 Received: by verein.lst.de (Postfix, from userid 2005) id D9BD968B02; Thu, 25 Jul 2019 17:26:49 +0200 (CEST) Date: Thu, 25 Jul 2019 17:26:49 +0200 From: Torsten Duwe 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 Subject: Re: [PATCH v3 5/7] drm/bridge: Add Analogix anx6345 support Message-ID: <20190725152649.GB4820@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 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