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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_2 autolearn=no 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 DC388C10DCE for ; Sun, 8 Mar 2020 14:32:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id AB3302087F for ; Sun, 8 Mar 2020 14:32:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1583677964; bh=Qf85Idz1ufAqRaQjq2hevtnMni/ZOoPPn+CtFmEi/Yw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=xiTwDn2nAfSNvEse5agrvbIz55jpoEECbp1U+4tI8v72vmtw/7QHbcbcmAaB8cLxw CjaWx5giLqPxHqa965YAcgdrKcappRAlqNXguwUmAWiQjCTWG68YqUST89rJSL/Tiq x0hAtNx3LL/bQ5SKZVBQAXaox/W51TVX/VmSBbis= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726335AbgCHOcn (ORCPT ); Sun, 8 Mar 2020 10:32:43 -0400 Received: from mail.kernel.org ([198.145.29.99]:51142 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726289AbgCHOcn (ORCPT ); Sun, 8 Mar 2020 10:32:43 -0400 Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id BAE9120866; Sun, 8 Mar 2020 14:32:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1583677962; bh=Qf85Idz1ufAqRaQjq2hevtnMni/ZOoPPn+CtFmEi/Yw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=SUHJ8CgMR5wEbdnuLmB7qRnO/OTYO2EaQgorGX7PJMCAiW8p9FkKwUUNE/HrzWf3E 8VcdijOFz65CnYo40yWVibyzHDbZt0mdF7xIw73RRt0IYtIv13XIBBMjSuRxbktKVC vI23yIAtCHnzlynELo37KXAlo9xfoV4rKwerqCyc= Received: from 78.163-31-62.static.virginmediabusiness.co.uk ([62.31.163.78] helo=why) by disco-boy.misterjones.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jAwyu-00B33t-Vm; Sun, 08 Mar 2020 14:32:41 +0000 Date: Sun, 8 Mar 2020 14:32:39 +0000 From: Marc Zyngier To: Michal Simek Cc: linux-kernel@vger.kernel.org, monstr@monstr.eu, git@xilinx.com, Jason Cooper , Mubin Sayyed , Stefan Asserhall , Thomas Gleixner , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 0/2] irqchip: xilinx: Switch to generic domain handler Message-ID: <20200308143239.4428c1ee@why> In-Reply-To: <20200308140126.51eeebc4@why> References: <20200308140126.51eeebc4@why> Organization: Approximate X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 62.31.163.78 X-SA-Exim-Rcpt-To: michal.simek@xilinx.com, linux-kernel@vger.kernel.org, monstr@monstr.eu, git@xilinx.com, jason@lakedaemon.net, mubinusm@xilinx.com, stefan.asserhall@xilinx.com, tglx@linutronix.de, linux-arm-kernel@lists.infradead.org X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 8 Mar 2020 14:01:26 +0000 Marc Zyngier wrote: > On Mon, 24 Feb 2020 13:05:12 +0100 > Michal Simek wrote: > > > Hi, > > > > this series is based on cascade mode patch sent by Mubin > > (https://lkml.org/lkml/2020/2/11/888 - v3 series). > > > > The first patch is just fixing error patch. The second is converting microblaze > > do_IRQ() to generic IRQ handler with appropriate changes in xilinx intc driver. > > > > Also removes concurrent_irq global variable which wasn't wired > > anywhere but it stores number of concurrent IRQs handled by one call. There > > is option to get it back if needed but I haven't seen it in other archs > > that's why I have removed it too. > > Queued for 5.7. Scratch that, this doesn't apply to mainline because of the above dependency (and said dependency hasn't been reposted after Thomas' review). I've now dropped it. Please resubmit a full series that contains all the pre-requisite to be applied on mainline. M. -- Jazz is not dead. It just smells funny...