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=-3.8 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS, URIBL_BLOCKED autolearn=ham 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 11A17C43381 for ; Sun, 17 Feb 2019 09:41:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CEC682192D for ; Sun, 17 Feb 2019 09:41:38 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=lechnology.com header.i=@lechnology.com header.b="LWa0+4+j" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727453AbfBQJlh (ORCPT ); Sun, 17 Feb 2019 04:41:37 -0500 Received: from vern.gendns.com ([98.142.107.122]:52826 "EHLO vern.gendns.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725769AbfBQJlh (ORCPT ); Sun, 17 Feb 2019 04:41:37 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lechnology.com; s=default; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To:Subject:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=NWDenohgjVPpXw0dAhnvd0a3PuMIuvHxk5FQ1rJpcCg=; b=LWa0+4+jw/k1F1re+/Arwyjpkt 8Br/H2givwywznq1qrBQ7X21AVGq7h1BY2+peLJUZT6kTCASqWU6wb5DVbl8/aveB47DHB7VjBSwF Ow9M9df8yULN4yzoik1W+jG40C0jIeGDhmZnRDlez4zuKMQeBvqw5mezeP9HRb3LFltnm3sAmqZHV SElg3ea5pzSetjPkXCj4Z/dIEdZwo7fxCxunG09JEaZZgV7vXM4luvj5SKhDdfFjTE1NbIHt55soK 3AhYRGzG6rotPyaDnqA/ks2DSobuOE3PtEz3bitW6/rzdlFUxOJm6mAJyI3mCbDfJVlh/sNA9pU4g QL8VREnQ==; Received: from [185.122.190.68] (port=57384 helo=gerda-5.local) by vern.gendns.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1gvIwu-0006Gr-O3; Sun, 17 Feb 2019 04:41:24 -0500 Subject: Re: [PATCH v4 15/37] irqchip: davinci-aintc: add a new config structure To: Bartosz Golaszewski , Dmitry Torokhov , Sekhar Nori , Kevin Hilman , Thomas Gleixner , Jason Cooper , Marc Zyngier Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Bartosz Golaszewski References: <20190214145231.8750-1-brgl@bgdev.pl> <20190214145231.8750-16-brgl@bgdev.pl> From: David Lechner Message-ID: Date: Sun, 17 Feb 2019 10:41:32 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:60.0) Gecko/20100101 Thunderbird/60.5.0 MIME-Version: 1.0 In-Reply-To: <20190214145231.8750-16-brgl@bgdev.pl> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vern.gendns.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lechnology.com X-Get-Message-Sender-Via: vern.gendns.com: authenticated_id: davidmain+lechnology.com/only user confirmed/virtual account not confirmed X-Authenticated-Sender: vern.gendns.com: davidmain@lechnology.com X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2/14/19 8:52 AM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Add a config structure that will be used by aintc-based platforms. > It contains the register range resource, number of interrupts and > a list of priorities. > > Signed-off-by: Bartosz Golaszewski > --- Reviewed-by: David Lechner