Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp1892547imm; Thu, 2 Aug 2018 02:51:59 -0700 (PDT) X-Google-Smtp-Source: AAOMgpfEVu71KGE0YYrdNnRrwQ7t/FoVNmYqtCuktUVBBEDqL8s7OBBnRZM0cFQx+3ZVRnCN4aTn X-Received: by 2002:a17:902:22e:: with SMTP id 43-v6mr1768230plc.118.1533203518973; Thu, 02 Aug 2018 02:51:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533203518; cv=none; d=google.com; s=arc-20160816; b=nhg3D7+0y8FUpl0w+KMMH2ahFyNhUE23pIbujhb2aBKPzPUtObqSysuWp9IbYKxRv/ BN9yJ6OBtjE+hjlj+Q60vC00UV6nocXA6NRexBNfMiYk/zO51pw3wthKsbK77heG8IqQ VkfqwD/tcTZ2U3WlzNJUz6kviUe7DuF3/QxRo/Jby88fi81NeVbQGWh8pD9zWJBibqf9 ROw16yO+rjnU1SBZPLaFMM4t9U4aL4pet38aotSxcuMTCAc/Yw8TwIBBBvhdgndxgbSt +JUH3cn+r9JSSaKN5oHR1t/PoNeIl8wGleNjmJX4oewUAm/VMmmYf3oaruTmnJjODJJV Dauw== 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:arc-authentication-results; bh=brOBI9qeIdgN1tNI8eyG3NU3fbXkwYabOswdAfKRp8s=; b=V4kHDPbp2XnwxzvfAmCe/Wpq/JYTFM8Dq1w/GCPubg5K4id9UuD4ITLmhw2ziqvpPp iKRTb8K7MZEjmoxGzRAvRw+S13C/qXugKydwUQNADjidEnyIBrmulx0kTTBbJxsBanAn Lg3A8EpH+PuJmDXaNb81+Avq7GFd/8MrO91GCi+g7zzT8D7HAO53jOV5nEx5u8XP+T0f 4ws9sGWywCglUQYbNNX+TmQlrHbNX30JNAeWVsMnsw+/Ic+/PbsQIoYwa3iHy3j9d7Pf nkDjwaEo2+pnOfdL9sHywbXBK6Cnc7UDVJ9RsDT7r0BB5Ytx5yEPZa+CMzSSYZlFD03o Eqjg== 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 m10-v6si1622852pfe.133.2018.08.02.02.51.44; Thu, 02 Aug 2018 02:51:58 -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 S1729787AbeHBLlL (ORCPT + 99 others); Thu, 2 Aug 2018 07:41:11 -0400 Received: from verein.lst.de ([213.95.11.211]:38890 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726260AbeHBLlL (ORCPT ); Thu, 2 Aug 2018 07:41:11 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id C93DA68D64; Thu, 2 Aug 2018 11:55:27 +0200 (CEST) Date: Thu, 2 Aug 2018 11:55:27 +0200 From: Christoph Hellwig To: Rob Herring Cc: Christoph Hellwig , Thomas Gleixner , Palmer Dabbelt , Jason Cooper , Marc Zyngier , Mark Rutland , devicetree@vger.kernel.org, Albert Ou , "linux-kernel@vger.kernel.org" , linux-riscv@lists.infradead.org, Stafford Horne , Palmer Dabbelt Subject: Re: [PATCH 6/6] dt-bindings: interrupt-controller: RISC-V PLIC documentation Message-ID: <20180802095527.GD14203@lst.de> References: <20180725093649.32332-1-hch@lst.de> <20180725093649.32332-7-hch@lst.de> <20180731224630.GB12168@rob-hp-laptop> <20180801071635.GC20224@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 Wed, Aug 01, 2018 at 12:26:31PM -0600, Rob Herring wrote: > Not really my problem that they didn't follow the process and upstream > their binding first. But this alone is just a string identifier, so I > don't really care that much. If things are really a mess, then the > next implementations will have to have better compatible strings. More > likely, I'll just see folks trying to add various properties to deal > with all the differences. > > You could always define a better compatible and leave 'riscv,plic0' as > a fallback to avoid breaking things. Is there any better way to define a compatible other than having duplicate IRQCHIP_DECLARE() statements?