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=-6.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS 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 68D4EC4338F for ; Mon, 2 Aug 2021 06:51:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 447B760F5A for ; Mon, 2 Aug 2021 06:51:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232371AbhHBGvt (ORCPT ); Mon, 2 Aug 2021 02:51:49 -0400 Received: from mail.kernel.org ([198.145.29.99]:47050 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229734AbhHBGvr (ORCPT ); Mon, 2 Aug 2021 02:51:47 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 1098160F5A; Mon, 2 Aug 2021 06:51:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1627887098; bh=m1Kt0QP09U7GzNUAEizvJUrlr2fNMArG/kHdGMKQJfc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kMKSTPypgktYtbcMdQg9duXmYifOWPBBhT0W3Y7rrL0V7c04Emqpwjsuxs41qU67Q dKhG707vip0QzyT9FwC+kBoHwd2ZhxAm7N3+n47ahnNeShCGhTLu2PjMQW2NV8Waj9 4gfWRKztHK0lLMGPgB3WAZkKbKhLHpo+OgevKAJw7FWA7+hRz6BTPRFXfH825FtcZZ brQ1efQRlZ7htz6u/HD6rEDITOkxW3269inuZc7IXKYOvUjvVKU0n9pf3zjQ1XOHu5 BRIziDAcbAYuTnRSTS6b+lnI+vDpzwItRomjg+PGvtRKcR0omoe5I+WEi6B11RPzfl lq4LNNCgnMzgQ== Date: Mon, 2 Aug 2021 12:21:34 +0530 From: Vinod Koul To: Andy Shevchenko Cc: dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1 1/1] dmaengine: acpi: Avoid comparison GSI with Linux vIRQ Message-ID: References: <20210730202715.24375-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210730202715.24375-1-andriy.shevchenko@linux.intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 30-07-21, 23:27, Andy Shevchenko wrote: > Currently the CRST parsing relies on the fact that on most of x86 devices > the IRQ mapping is 1:1 with Linux vIRQ. However, it may be not true for > some. Fix this by converting GSI to Linux vIRQ before checking it. Applied, thanks -- ~Vinod