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=-8.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 4D362C4727D for ; Tue, 22 Sep 2020 23:42:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0745320B1F for ; Tue, 22 Sep 2020 23:42:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600818132; bh=DgzzVqumEDJv1X/E+t0ZJXvPbPfBqGglKi3gTsixIj4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=UjBkZU41cUosB3YyTjmpGA+VxYSV93WJDtvNnicLfIS8YSaDt1nKWaZDx/yh047Es KBm942O5DoSdctyFG/Pz95w6SoZov4FJ0aO0uxAYQFLqooVawIJS4w7tywz0h1tX+E +H3jOuyfNfB2Sva3gKLMCG1484tp4C/Yp/BrF2+c= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726923AbgIVXmK (ORCPT ); Tue, 22 Sep 2020 19:42:10 -0400 Received: from mail-il1-f194.google.com ([209.85.166.194]:41893 "EHLO mail-il1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726641AbgIVXmK (ORCPT ); Tue, 22 Sep 2020 19:42:10 -0400 Received: by mail-il1-f194.google.com with SMTP id f82so19015474ilh.8; Tue, 22 Sep 2020 16:42:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=+3LREYHOAe6KBBDJ72chqebiJacmUeECiPcO9j+F2Cs=; b=AGcsR7a8K/SstV4ORDipw77ICNTvQXdcm4YCF0OaRYDQnv1YWdMYCy//wPKmXBIOxu 3O7N3001XByUmmh+m69dIDV3xfVwC6xRGn0o7rNbCOkStENla6eTUABgE8QE8BAnmwlK f7hHBySGlG2Ola5xucsvhRWYWR03P+X3W3jtLWyoU8D3Tk7CXBkP4HsTzbeIPkPZB4HJ UuLAYWKA1du4CpQoPj+LEK4n+Tl9FSQJ0kfcDmzFGzqS2XZzARYKCP/yCv4JvyPNcDHd 0DNjQFOkEiffurCw//pdUZCEKnnpHEUmOQNqg15cb/B0HEgxa6fhBaSAeeBIrBFPAmx7 /zSA== X-Gm-Message-State: AOAM531vW6/GRnkibRUT3m0D4OmjBfRTYPB8c5lB1Aml+q2gnIwGIx2p lPdLsC/qudHiILG8L+3PDQ== X-Google-Smtp-Source: ABdhPJyHPVqxyKHEsa6FybwS3z0bnO0mRtAEVRacG4LxXr2EbVZEYbdzay+p6EVRT9EQflUfrT9OtA== X-Received: by 2002:a92:cd06:: with SMTP id z6mr6259385iln.252.1600818128906; Tue, 22 Sep 2020 16:42:08 -0700 (PDT) Received: from xps15 ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id i144sm7993950ioa.55.2020.09.22.16.42.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 22 Sep 2020 16:42:08 -0700 (PDT) Received: (nullmailer pid 3490365 invoked by uid 1000); Tue, 22 Sep 2020 23:42:07 -0000 Date: Tue, 22 Sep 2020 17:42:07 -0600 From: Rob Herring To: Cristian Ciocaltea Cc: Thomas Gleixner , linux-kernel@vger.kernel.org, Rob Herring , Manivannan Sadhasivam , devicetree@vger.kernel.org, Andreas =?iso-8859-1?Q?F=E4rber?= , linux-actions@lists.infradead.org, Marc Zyngier , Jason Cooper , linux-arm-kernel@lists.infradead.org, parthiban@linumiz.com, Saravanan Sekar Subject: Re: [PATCH v7 1/3] dt-bindings: interrupt-controller: Add Actions SIRQ controller binding Message-ID: <20200922234207.GA3490335@bogus> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 14 Sep 2020 23:27:17 +0300, Cristian Ciocaltea wrote: > Actions Semi Owl SoCs SIRQ interrupt controller is found in S500, S700 > and S900 SoCs and provides support for handling up to 3 external > interrupt lines. > > Signed-off-by: Cristian Ciocaltea > --- > Changes in v7: > - None > > Changes in v6: > - Got rid of the 'actions,owl-sirq' compatible, per Robs's feedback > - Replaced 'actions,ext-interrupts' with 'interrupts', as agreed with > Rob and Marc > > Changes in v5: > - Updated controller description statements both in the commit message > and the binding doc > > .../actions,owl-sirq.yaml | 65 +++++++++++++++++++ > 1 file changed, 65 insertions(+) > create mode 100644 Documentation/devicetree/bindings/interrupt-controller/actions,owl-sirq.yaml > Reviewed-by: Rob Herring