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.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_MUTT autolearn=ham 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 A9E38C282DD for ; Thu, 23 May 2019 11:52:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 792AB21019 for ; Thu, 23 May 2019 11:52:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730618AbfEWLws (ORCPT ); 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