Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp7294646ybi; Wed, 5 Jun 2019 14:57:47 -0700 (PDT) X-Google-Smtp-Source: APXvYqzVjokHPDeRqfHuU7+syyl/lBGoF11MhuRaRm5r6vwPSjlrcNICPcwu+clO6apcLZwXSeTH X-Received: by 2002:a17:902:4481:: with SMTP id l1mr47615889pld.121.1559771867837; Wed, 05 Jun 2019 14:57:47 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1559771867; cv=none; d=google.com; s=arc-20160816; b=l8i17uLzFGoRhLxrRhd6HccK9MHPIzdT6sXwH+GMuVbsx3tYIQLiKAFl0VTTCOecK0 we0AMkFJmqYKEcegoyovAn+7tD9vcreOjaqTueG/D2M8V1uUzwpEc2SMp0ym/uDzEpfr KAiwDGJIMqMG04hVcj4KsObshIUtJzYFZiW2s4YiO3361yuyZF/ekZXfIgG6td4yEZaw nnibXb+ZWMsE9qAsbmS7RQ+xdyYrLzxgYa/1Z7hkbc8ZqeY1IW+RnqnZmjK3YT4iEy35 C42Bz3HYBu2Fb/PpoDBPwvm/bzmN1ncNtoWkonoYV5XabPfV29jZSnT1v+T3cynZPnx4 H32g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:date:cc:to:from:subject:message-id; bh=6yBgrDo2mRee6lpnoorWZnOjmNOseywG2dOFNx6LpAY=; b=ZPqXPgKBQ1e3YFPHWVJjU0LVHVlKimxs37gzNqWrfEeX6qSMpPWewg1Yr8EX5ixgrC YBIxGyOyFakNxJfVPaDxYqgQIEoULmpIUZ101TNSEvQBluf9Gg3PMRSatUgw1kDl81C8 1qTNkyrNz7AVjL2QIgpHLdDFZdHyhgbc0MdAoqAt4YKPmLuNXtuuZQ6DKdaw5tIrmaJ+ eRFQLLNUm9PMTxk7Z5EBu93e3hS8cg25X2fmwSrkV6MZkruPb1781wCK9vxR9/Hzmuf3 VF7/zGOksqYyDjybIci5ugvXAyf7XUduCtXrp33ZOn2VjFcJqJilXAkCm46djqL7mDQc 4WEw== 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 91si32126375plh.398.2019.06.05.14.57.31; Wed, 05 Jun 2019 14:57:47 -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 S1726653AbfFEV4Z (ORCPT + 99 others); Wed, 5 Jun 2019 17:56:25 -0400 Received: from gate.crashing.org ([63.228.1.57]:60670 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726537AbfFEV4Z (ORCPT ); Wed, 5 Jun 2019 17:56:25 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id x55LthpZ022953; Wed, 5 Jun 2019 16:55:44 -0500 Message-ID: Subject: Re: [PATCH 2/3] irqchip: al-fic: Introduce Amazon's Annapurna Labs Fabric Interrupt Controller Driver From: Benjamin Herrenschmidt To: Greg KH , Talel Shenhar Cc: nicolas.ferre@microchip.com, jason@lakedaemon.net, marc.zyngier@arm.com, mark.rutland@arm.com, mchehab+samsung@kernel.org, robh+dt@kernel.org, davem@davemloft.net, shawn.lin@rock-chips.com, tglx@linutronix.de, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, dwmw@amazon.co.uk, jonnyc@amazon.com, hhhawa@amazon.com, ronenk@amazon.com, hanochu@amazon.com, barakw@amazon.com Date: Thu, 06 Jun 2019 07:55:43 +1000 In-Reply-To: <20190605075927.GA9693@kroah.com> References: <1559717653-11258-1-git-send-email-talel@amazon.com> <1559717653-11258-3-git-send-email-talel@amazon.com> <20190605075927.GA9693@kroah.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2019-06-05 at 09:59 +0200, Greg KH wrote: > > > +struct irq_domain *al_fic_wire_get_domain(struct al_fic *fic); > > + > > +struct al_fic *al_fic_wire_init(struct device_node *node, > > + void __iomem *base, > > + const char *name, > > + unsigned int parent_irq); > > +int al_fic_cleanup(struct al_fic *fic); > > Who is using these new functions? We don't add new apis that no one > uses :( They will be used by subsequent driver submissions but those aren't quite ready yet, so we can hold onto patch 3 for now until they are. Cheers, Ben.