Received: by 2002:a25:86ce:0:0:0:0:0 with SMTP id y14csp1657889ybm; Thu, 23 May 2019 04:54:23 -0700 (PDT) X-Google-Smtp-Source: APXvYqyZObwjMPgOYaFRTztUQ/zlLWDR+u3EhpNogWCq82dE8sdvhP0lwxGuJuZ3GO2NbNY853w5 X-Received: by 2002:a17:90a:2109:: with SMTP id a9mr722146pje.2.1558612463167; Thu, 23 May 2019 04:54:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558612463; cv=none; d=google.com; s=arc-20160816; b=LS2n7b56G7m9006vU+DfzhWi9GKuS6iPH71z/AE162l44CHcX5tfNAYZqst4HZbgbW Gk7yJ1OKmpuOo5Wt2JDMo1Rqg7hMdZwAWlNDBnPGVxhO8IirZ1iLBlTbTq7A6pJ6zyVZ NbER7Y3yDDfzfXxGcxixQ+2qQNuWiXteUGENdfrXG2ofRuFle7wsew44Ru6AQdGyvJud nrN1MzCaBEZZUsmH0/e0xky32qJZ3Di3KvMj8Ez6Imx2nPOghoK8ibfU54z5uPV7hq59 bZjjQ+N2r4Sirb6lJcG3hXmxjvesxCJjIEyDL8uLAFNC0Mnkcg0AxAzhCKticv9vpb2O EgPw== 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=zQ1q6ZthfJvHIknWfzQTkKyiOB8UxSbp3mo26VNX8Gs=; b=DBOfHI/Qa/ZpaUnuhLNVoIzQQysrWVNGiLenLEdsdH4YU8lr84bNTG7xzzO2T6+KEB efoWP+lDs7pcwqvJgm/vXDqpaZuwtXFL05g9Ib7IwpcM1eYvUx4/9Hred26e10R1FZQ/ tee6k3l433IPlJ5k1sr+E4ypLOXPcditDp+8sJcBQSaRjCu0wdrsysNuxckviqZ2yEJm I3cNYY0WV8CVqN/c0u+tFaL+ZETWr0ghNOULyd2Mnmg9z1v9gwUH4j6dXEnhOPDplH73 YJHIFV2MOSOphcjLd11v2ZkzTdFYgLR/sDbuuqrM9zw1YZsvv3Ru9NGyli91mELUu1ku EgiQ== 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 f13si22360395pgs.90.2019.05.23.04.54.07; Thu, 23 May 2019 04:54:23 -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 S1730578AbfEWLws (ORCPT + 99 others); Thu, 23 May 2019 07:52:48 -0400 Received: from verein.lst.de ([213.95.11.211]:46327 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729863AbfEWLws (ORCPT ); Thu, 23 May 2019 07:52:48 -0400 Received: by newverein.lst.de (Postfix, from userid 2005) id 79A4768AFE; Thu, 23 May 2019 13:52:24 +0200 (CEST) Date: Thu, 23 May 2019 13:52:24 +0200 From: Torsten Duwe To: Laurent Pinchart Cc: Chen-Yu Tsai , Maxime Ripard , Rob Herring , Mark Rutland , Thierry Reding , David Airlie , Daniel Vetter , Andrzej Hajda , Icenowy Zheng , Sean Paul , Vasily Khoruzhick , Harald Geyer , Greg Kroah-Hartman , Thomas Gleixner , dri-devel , devicetree , linux-arm-kernel , linux-kernel Subject: Re: [PATCH 3/6] drm/bridge: extract some Analogix I2C DP common code Message-ID: <20190523115224.GA15685@lst.de> References: <20190523065013.2719D68B05@newverein.lst.de> <20190523065352.8FD7668B05@newverein.lst.de> <20190523075035.GA5971@pendragon.ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190523075035.GA5971@pendragon.ideasonboard.com> 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, May 23, 2019 at 10:50:35AM +0300, Laurent Pinchart wrote: > On Thu, May 23, 2019 at 03:40:25PM +0800, Chen-Yu Tsai wrote: > > > > If this was simple code movement, then the original copyright still applies. > > A different copyright notice should not be used. I suppose the same applies > > to the module author. > > And likely to patch 2/6 too. Absolutely correct. Wdiff does not lie. Re-evaluating... Torsten