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=-15.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 95DB8C43460 for ; Tue, 6 Apr 2021 11:57:42 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0F662613C2 for ; Tue, 6 Apr 2021 11:57:42 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0F662613C2 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=alpha.franken.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=FG6i+vDgDhVJ/eE024O2MSzgb/jFeAB+RKJuB9Olfgs=; b=jQAopyIl5kXud+0p3sah6pUJP SfqCkRQ04w+lM8GF70ycsonleAx6Sw0sE5nH1oTR/tvgn6tXDXpZ5M14yV+LXghbglecPCoAEsFq+ b/pKzopd8nyNMlIILlAJKj0Lf8PaZTSTY2HAkgx/EEzB2+Yc1/uAo1vwKDWL7DA8aNNxqlSghdSUE HDY6CLKa7TPttI/WOh4QstsKCbPJaYBe93kwc+kEq+av9m7BGkfXDWObB0hI5TJ/5zwhAodvEjXg7 NWq1Kx63RD2O4svXtACbLUuEDfVj4Pb6AXTIkjs3w8ne42Yq9/IHj8RZJa1c2vc0dyzddNtbYWq+o 2aGrugLWg==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lTkIs-002Si6-AY; Tue, 06 Apr 2021 11:55:30 +0000 Received: from elvis.franken.de ([193.175.24.41]) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lTkF7-002Rdb-Le for linux-arm-kernel@lists.infradead.org; Tue, 06 Apr 2021 11:51:59 +0000 Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1lTkEe-00062N-00; Tue, 06 Apr 2021 13:51:08 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id 639BBC210F; Tue, 6 Apr 2021 13:36:38 +0200 (CEST) Date: Tue, 6 Apr 2021 13:36:38 +0200 From: Thomas Bogendoerfer To: Marc Zyngier Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mips@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-sh@vger.kernel.org, Daniel Mack , Robert Jarzmik , Haojian Zhuang , Yoshinori Sato , Rich Felker , Michael Ellerman , Thomas Gleixner Subject: Re: [PATCH 6/9] mips: netlogic: Use irq_domain_simple_ops for XLP PIC Message-ID: <20210406113638.GA8277@alpha.franken.de> References: <20210406093557.1073423-1-maz@kernel.org> <20210406093557.1073423-7-maz@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210406093557.1073423-7-maz@kernel.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210406_125138_504917_8F7EC4A7 X-CRM114-Status: GOOD ( 12.25 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Apr 06, 2021 at 10:35:54AM +0100, Marc Zyngier wrote: > Use the generic irq_domain_simple_ops structure instead of > a home-grown one. > > Signed-off-by: Marc Zyngier > --- > arch/mips/netlogic/common/irq.c | 6 +----- > 1 file changed, 1 insertion(+), 5 deletions(-) Acked-by: Thomas Bogendoerfer -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ] _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel