Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp1915451pxb; Mon, 8 Mar 2021 09:18:23 -0800 (PST) X-Google-Smtp-Source: ABdhPJzleQbVsOWgJERoz+514G79jOm+RR/ozd4pGW7QPbkKu410Ck4pvwQf1P3cz/gfn4hf49Db X-Received: by 2002:aa7:db01:: with SMTP id t1mr23160069eds.77.1615223903651; Mon, 08 Mar 2021 09:18:23 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1615223903; cv=none; d=google.com; s=arc-20160816; b=XVSFzZE5CQk7xJj4o2VXKPb7va5TLNPukoHSzG8HqKRdUJEv3ojUiZLoBHCTc2Z4oj JhYzJ533/UK/b8JRAFlUj02ZSP3QeOcpn26JCinyaks5B3IxSj/77eo5GQHoweYA+yZV jnq10z8xbZlPfU7tAzFeidGEYi9YFTvDsSb/IyzD6vRMUD9YNhp9BWUdh7UIhmyfZIRu dsBG/kjx87DO4tvRXA6x1WuTFYru5BcuBwk9BMGXDs4cV4qIG+J5NndKnCwM0hrjTLGp 0xzy1nGvhIcJk/UL6fE4B/LRwHGD5Zqguj+7adOJGj/mH5cvOKNHurf6qzY/NaDOzPTh 6kxQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=b66lqG7L9dVWGceyi9GqqTq571Qq3DZOBiR6HbUBXAw=; b=wK68dtWhNecsdgEb7ursayUcNGIuf9E2iJegGbi4YtShQ7bVHpk2/jOquzc4kOUQwr 7wIhRwoU4YhWo5SmK+UgskeSxX5PdeYfMiP0QSFeyi3/fnQuTjPCRU5QY6Zf+nTvUqZj RW0loH45JZHvJtDIWL0VNOD9zcYfBQS6YnEDzVQsOnoWbavm3cGRfXy6jBNCYuatTN/5 FKeFCxYEKLiqhZSNHJVBhu+Fszg9Mpq5WJACMViDp8rIFjfUi5IGwCQcFhNHR2oklzaL qjr+e/a5ebhpBeNtuhBjemM7hc8WQSFQKyKuwm4bpRZ5a8YUE64kJ+ryWGWnZvMTF6D6 /Nvg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id r18si8493577edi.229.2021.03.08.09.17.54; Mon, 08 Mar 2021 09:18:23 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229463AbhCHROs (ORCPT + 99 others); Mon, 8 Mar 2021 12:14:48 -0500 Received: from muru.com ([72.249.23.125]:41138 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229580AbhCHRO2 (ORCPT ); Mon, 8 Mar 2021 12:14:28 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 7368280D4; Mon, 8 Mar 2021 17:15:06 +0000 (UTC) Date: Mon, 8 Mar 2021 19:14:21 +0200 From: Tony Lindgren To: Hector Martin Cc: linux-arm-kernel@lists.infradead.org, Marc Zyngier , Rob Herring , Arnd Bergmann , Olof Johansson , Krzysztof Kozlowski , Mark Kettenis , Mohamed Mediouni , Stan Skowronek , Alexander Graf , Will Deacon , Linus Walleij , Mark Rutland , Andy Shevchenko , Greg Kroah-Hartman , Jonathan Corbet , Catalin Marinas , Christoph Hellwig , "David S. Miller" , devicetree@vger.kernel.org, linux-serial@vger.kernel.org, linux-doc@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFT PATCH v3 06/27] dt-bindings: timer: arm,arch_timer: Add interrupt-names support Message-ID: References: <20210304213902.83903-1-marcan@marcan.st> <20210304213902.83903-7-marcan@marcan.st> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210304213902.83903-7-marcan@marcan.st> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Hector Martin [210304 21:40]: > Not all platforms provide the same set of timers/interrupts, and Linux > only needs one (plus kvm/guest ones); some platforms are working around > this by using dummy fake interrupts. Implementing interrupt-names allows > the devicetree to specify an arbitrary set of available interrupts, so > the timer code can pick the right one. > > This also adds the hyp-virt timer/interrupt, which was previously not > expressed in the fixed 4-interrupt form. I like this one too: Reviewed-by: Tony Lindgren