Received: by 2002:a25:23cc:0:0:0:0:0 with SMTP id j195csp861682ybj; Tue, 5 May 2020 08:42:05 -0700 (PDT) X-Google-Smtp-Source: APiQypIJta/x8IGoA8TZGJYiRHOMDvvXroXqUs2LBpkeP2PHUcvDNAzUffh8r+RjfYEUwPAbHcPg X-Received: by 2002:a17:907:41b6:: with SMTP id na6mr3190991ejb.119.1588693325653; Tue, 05 May 2020 08:42:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1588693325; cv=none; d=google.com; s=arc-20160816; b=axszgWpxL/tD2kR+G0YSQ63jq1SKQl4ihFHZ4vW4hicsbu2vBo+tAZfQycK/NIaU7d gb/qLD3XEUc/iPn8ZxjBJJWb8NF+1FDwP+07Qf7Bk8o83yHe2bJ2NK51ryqlxMB1xxvE dGVcFnhWBDpD56nNF/mN8R5pQg8L6dWSfeqz9wySmlVUgCtJ29+nWi/E20o8Xa+W1bDj ciHp/bERh28TaeORq5KjboGPiaKv9hPZNQUobVLnUHoVcNTUCdbbVSnx2zKaymZb1ctP +vz7Y6Hbs23aXAntNn9kf496JgacYgTVuKZGcxvPBLLnhVkuKFKIc9uCc2f7qnxz5rG1 Bn3w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=rJFzQB+fyE2zVXokJzpQtvBl3xhTCiX+nbzgKK2IZUc=; b=Os89BbWUd2Q84w6SIw70mY9awzk4gJULIBMZY1DrwV+P4frsXnDmfUwEeRqfweU1tf E9tZUApI8wt1s5s14Ml5ubnZfdo4aQLZN+u//YmwC4QMDprNV/lB5b0RQCkRvxNKNDv9 4tqfgCbn8kG4ERWnFvFL+ridLkQFahMg+lrrqQpY0pWRv2yw6qFJc7LGreSPcxZ0BMXS w5eb2efliFNDsTPtgl/eksY2rY3JXoxEjd35WCoBfwk59CTPdBDh12Sjl5UoNkHsjpiv TuhQGN3yyRP8XzJgqmW65GE/7js6lUh/xxx4CqIh6Nh0Y6E0fnJ53bg2IcQ3UwWTZ9ML FKSA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id x24si1280876edr.432.2020.05.05.08.41.27; Tue, 05 May 2020 08:42:05 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730065AbgEEPkB (ORCPT + 99 others); Tue, 5 May 2020 11:40:01 -0400 Received: from muru.com ([72.249.23.125]:52872 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729317AbgEEPkA (ORCPT ); Tue, 5 May 2020 11:40:00 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id E842080A5; Tue, 5 May 2020 15:40:48 +0000 (UTC) Date: Tue, 5 May 2020 08:39:57 -0700 From: Tony Lindgren To: afzal mohammed Cc: Arnd Bergmann , Kevin Hilman , Aaro Koskinen , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: omap1: fix irq setup Message-ID: <20200505153957.GK37466@atomide.com> References: <20200505141400.767312-1-arnd@arndb.de> <20200505143017.GA5263@afzalpc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200505143017.GA5263@afzalpc> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * afzal mohammed [200505 14:31]: > Hi, > > On Tue, May 05, 2020 at 04:13:48PM +0200, Arnd Bergmann wrote: > > > A recent cleanup introduced a bug on any omap1 machine that has > > no wakeup IRQ, i.e. omap15xx: > > > Move this code into a separate function to deal with it cleanly. > > > > Fixes: b75ca5217743 ("ARM: OMAP: replace setup_irq() by request_irq()") > > Signed-off-by: Arnd Bergmann > > Sorry for the mistake and thanks for the fix, > > Acked-by: afzal mohammed Acked-by: Tony Lindgren