Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp539699ybe; Fri, 13 Sep 2019 02:00:20 -0700 (PDT) X-Google-Smtp-Source: APXvYqxL6dLakwai+3raPhby3oOHGcM0ybTNE7hLfKU4s6PGxE//6S4JqHI2AmRxm7lOpGiwFfK+ X-Received: by 2002:a50:ab83:: with SMTP id u3mr38274edc.228.1568365220560; Fri, 13 Sep 2019 02:00:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568365220; cv=none; d=google.com; s=arc-20160816; b=vxg+1RsoM7qqum7lPIjKnhKzlw0Cg8AgHcqimOZwzkCim9w+Nc0uRrq59BmvVihir7 3mNml+c2LgOVmjS1Acla2NWn+JMJcE3i+3hFmM3XzzyH5GnOx/zGxcFotqkN90V5LkcD v4kMw7ZP4ZE8Sh7seU3C8olGkpmijIrkuLqv7PxiwATPdny0hn/mrW21+a8xEs/iqlkU dKq/iAPGGfgo7/sAvQHQiFN2c8ySy5cAVdAupOKbJsnIaOjEba9GpKOF/Wr98kB3lbrI 4W4+6v0BKMGBbav1uHvIbnqRmgZI+rAZ/Ahke62LZ+ZFSCfjh+uQ18LzbKZGmJv+3Zed R8Nw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:organisation:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=RekH/+ijPogTx7NcaDf8qwFtvTmyBGlU2AshPSjltjg=; b=VgYFPO+bH2Gt6bQo/gszrr61kQ7/P8rFoPlVrqYXSoVV6Oa2k76h9zXkqxcx/asszQ wpyaz4zyBeonnDsqxZNYw3TQ0bobtJnPpG0B8eGqKheb8yZFrbh6b7TzeC4BV45oWXzd KnLasneffA6ibRbpyCip4pAZUcGCcCmgDl+Qo8MhyI5lCZatRqDYyZoPZif2QvVgX11Y N7upWrC0qYDjKFphR+peuo8F/jCRJQ/tdP2G3ePfEmtupd1QOsyeiXn07wLZ03Op1cJ9 M+EBlj1AO1HezIbMEinDJ6Lbk9LvNPkx28e3Mmk93bBxt79eJWgSfJEYei8gBsKk7oNO +sRA== 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 27si17620091edz.186.2019.09.13.01.59.56; Fri, 13 Sep 2019 02:00:20 -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 S2387857AbfIMI54 (ORCPT + 99 others); Fri, 13 Sep 2019 04:57:56 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:44260 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387655AbfIMI54 (ORCPT ); Fri, 13 Sep 2019 04:57:56 -0400 Received: from reginn.horms.nl (watermunt.horms.nl [80.127.179.77]) by kirsty.vergenet.net (Postfix) with ESMTPA id 2F96425B7B0; Fri, 13 Sep 2019 18:57:54 +1000 (AEST) Received: by reginn.horms.nl (Postfix, from userid 7100) id 268F3940513; Fri, 13 Sep 2019 10:57:52 +0200 (CEST) Date: Fri, 13 Sep 2019 10:57:52 +0200 From: Simon Horman To: Geert Uytterhoeven Cc: Sergei Shtylyov , Kieran Bingham , Linux-Renesas , Laurent Pinchart , David Airlie , Daniel Vetter , "open list:DRM DRIVERS FOR RENESAS" , open list Subject: Re: [PATCH] drm: rcar-du: Add r8a77980 support Message-ID: <20190913085751.j743ry4ygtoyb7n6@verge.net.au> References: <20190911192502.16609-1-kieran.bingham+renesas@ideasonboard.com> <70b94265-69f3-d18f-1b67-b5b814723b1b@cogentembedded.com> <20190913082129.lvusbp6pbcayqh5r@verge.net.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organisation: Horms Solutions BV User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 13, 2019 at 10:30:45AM +0200, Geert Uytterhoeven wrote: > On Fri, Sep 13, 2019 at 10:21 AM Simon Horman wrote: > > On Thu, Sep 12, 2019 at 01:00:41PM +0300, Sergei Shtylyov wrote: > > > On 11.09.2019 22:25, Kieran Bingham wrote: > > > > Add direct support for the r8a77980 (V3H). > > > > The V3H shares a common, compatible configuration with the r8a77970 > > > > (V3M) so that device info structure is reused. > > > > > > Do we really need to add yet another compatible in this case? > > > I just added r8a77970 to the compatible prop in the r8a77980 DT. That's why > > > a patch like this one didn't get posted by me. > > > > The reason for having per-SoC compat strings is that the IP blocks > > are not versioned and while we can observe that there are similarities > > between, f.e. the DU on the r8a77970 and r8a77980, we can't be certain that > > differences may not emerge at some point. By having per-SoC compat strings > > we have the flexibility for the driver to address any such differences as > > the need arises. > > Thanks, that is the generic reason, applicable to all IP blocks without > version registers. > > For the Display Unit, there are documented differences (e.g. number and type > of ports), so we definitely need it there. Ack. > > My recollection is that this scheme has been adopted for non-versioned > > Renesas IP blocks since June 2015 and uses of this scheme well before that. > > > > > > Signed-off-by: Kieran Bingham > > > > Reviewed-by: Simon Horman > > Gr{oetje,eeting}s, > > Geert > > -- > Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org > > In personal conversations with technical people, I call myself a hacker. But > when I'm talking to journalists I just say "programmer" or something like that. > -- Linus Torvalds >