Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp461652imm; Tue, 7 Aug 2018 23:23:01 -0700 (PDT) X-Google-Smtp-Source: AA+uWPx84psTzLVYdxFOlkyAWHVe8ojTbC3fb1hK6DsKO88J+VI1M7dVYhpg2FNwS02LLnKHipis X-Received: by 2002:a63:f002:: with SMTP id k2-v6mr1242450pgh.8.1533709381885; Tue, 07 Aug 2018 23:23:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533709381; cv=none; d=google.com; s=arc-20160816; b=uiUOyNRsNxO/q42+7lclYjbEQoCdNNif8XUjNdE7WJ+fSzyAnsB3tme4DmOLfLJGjr 4oq9uwD3UqomB9DLDWEhMu3Zw+5QsJt4mbp8QRiMVJqMCkYlBWH0TdVsolRO3MxrODAh 6yy8MdRpvbOzd9G72RiZHZHSbVbVG5T4Yivo64U1STkxwTaEHyb04fJCa/3dCAe4iwzT t7gsgj/J7wky5ivPpdUJH20lVYigCs9C6NsT7LqWWgr5lB1UpSc6vtGVntqtVVSgwwwm xBMYrSraaJVK4DNMyqjsMFMKWgA1yWbysB07UDgd0UYi3itzni9PeqWg9Z+3xr3sG7dD v4Tw== 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=D+CB8ngm64q41AgssKGx0oSouMCDuZkM4YkA0LrXWrY=; b=l4dObpL+ALPkQAYRXsXghfcTiGKpdpG7J5dmo0BJexDMDminO2sL6kRB3n65PS7VTc /KL5O453Is5uD1wSDrbUCR8hZoApCRwxQ9rmSa5ESEur254fLZYa0ZbQtSC4VMFsEz5s pMMv4uFbJA/UzPtPgnnWUHb9Jk7uIFtQnoclXyLsZI6z8nlgS8h4Ah8isxaOpyPCi4wt gjrX1pRxS0DCb/VlF4eZ/iJWo650CnTZZvdLfpVBfnODnnv3nByP515z7EVhTXsE4QSW wX9UXxew6XpA+ivMyD2QNMIRJpvqGlK/Vzr5IM8l6+uPuemL6ZMpxuPkr6wSrp+bb1Sh Cs3g== 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 r11-v6si4047796pfc.253.2018.08.07.23.22.46; Tue, 07 Aug 2018 23:23:01 -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 S1727058AbeHHIkJ (ORCPT + 99 others); Wed, 8 Aug 2018 04:40:09 -0400 Received: from verein.lst.de ([213.95.11.211]:36274 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726893AbeHHIkJ (ORCPT ); Wed, 8 Aug 2018 04:40:09 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 318BB68D60; Wed, 8 Aug 2018 08:27:25 +0200 (CEST) Date: Wed, 8 Aug 2018 08:27:25 +0200 From: Christoph Hellwig To: robh+dt@kernel.org, Palmer Dabbelt Cc: Christoph Hellwig , Paul Walmsley , tglx@linutronix.de, jason@lakedaemon.net, marc.zyngier@arm.com, mark.rutland@arm.com, anup@brainfault.org, atish.patra@wdc.com, devicetree@vger.kernel.org, aou@eecs.berkeley.edu, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, shorne@gmail.com Subject: Re: simplified RISC-V interrupt and clocksource handling v3 Message-ID: <20180808062725.GA15636@lst.de> References: <20180804082319.5711-1-hch@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 [attention Rob: Palmer said he is going to pull it in, and I'd really like to have your ACK on the DT bindings, can you chime in if everything is ok for you?] On Tue, Aug 07, 2018 at 07:23:19PM -0700, Palmer Dabbelt wrote: > Thanks! Modulo the one device tree issue I replied to in patch 3 this > looks great! We've already gotten the ACKs to take this through the RISC-V > tree, so I'm going to put this along with the queued RISC-V patches on our > for-next branch, including my proposed change for "sifive,plic-1.0" but > leaving the device tree bindings with #{address,size}-cells=1. Note that I saw a branch that only has the actual driver patch, this needs to be in the documentation as well of couse. I don't really care which name we settle on as long we agree on it, and document it properly.