Message ID | 20230802075944.937619-1-dlemoal@kernel.org (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-pci-owner@vger.kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BB09CC001DF for <linux-pci@archiver.kernel.org>; Wed, 2 Aug 2023 08:00:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230396AbjHBIAf (ORCPT <rfc822;linux-pci@archiver.kernel.org>); Wed, 2 Aug 2023 04:00:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56454 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232389AbjHBIAM (ORCPT <rfc822;linux-pci@vger.kernel.org>); Wed, 2 Aug 2023 04:00:12 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1884930C2 for <linux-pci@vger.kernel.org>; Wed, 2 Aug 2023 00:59:48 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id A3B1261861 for <linux-pci@vger.kernel.org>; Wed, 2 Aug 2023 07:59:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E79CAC433C8; Wed, 2 Aug 2023 07:59:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690963187; bh=U9YuhUGErNhjK/kY172v7sWDABARpio3gfH6hLRoFGE=; h=From:To:Cc:Subject:Date:From; b=kdq50U6iXNIMAN1UJs9eBhxjv2U8rLG+41AQTBQDi4tGor9YsGIjivUP2fYYxgv79 EPvbV8dMnC0Ut3NTwSVE0/CN2PWSFpylT1zrPgCCJkIzpC1p+tNHW+7rxawV3ylCoM kp+H/Zy7v02kJuc7Y7lYzhx2pdd3YkMX2YnEVGXTrLT3PCs4N9leF8XThkYQA2vuBH ivFy86UJ5sfqhR3SohiD497oldIYRyV3UnvPQPEqTvGhEVdi53fFoOWAXAyEjXULWN NXPoiOZdVOIczADBCg9UrfEBePbQir4x+VIHa2MGTFpq+PTk1YyrMsMh4NKjFjTTeR RaIGQ2jgdVbAA== From: Damien Le Moal <dlemoal@kernel.org> To: linux-pci@vger.kernel.org, Bjorn Helgaas <bhelgaas@google.com> Cc: =?utf-8?q?Krzysztof_Wilczy=C5=84ski?= <kw@linux.com>, Lorenzo Pieralisi <lpieralisi@kernel.org>, Kishon Vijay Abraham I <kishon@kernel.org>, Manivannan Sadhasivami <manivannan.sadhasivam@linaro.org>, Serge Semin <fancer.lancer@gmail.com>, Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Subject: [PATCH v2 0/2] Cleanup IRQ type definitions Date: Wed, 2 Aug 2023 16:59:42 +0900 Message-ID: <20230802075944.937619-1-dlemoal@kernel.org> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: <linux-pci.vger.kernel.org> X-Mailing-List: linux-pci@vger.kernel.org |
Series |
Cleanup IRQ type definitions
|
expand
|