Message ID | 20240531085333.2501399-1-daire.mcnamara@microchip.com (mailing list archive) |
---|---|
Headers | show
Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 30F9E155758; Fri, 31 May 2024 08:54:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=68.232.154.123 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717145662; cv=none; b=PDqm0KIbe+Pmqddm/wIY8JQAYE2w++2f5fDtzpZIzucxOagPMJkmtEFwo6GGU78tFx/isld9kUTskscceQtujCn/H0o08+qwhc2NB4TrItXhzbUnjidsq6eHxouDIb4zThNqbFvd3CgzPjVmGCCymNjzrZYBdjiWiLEQg3OJxZY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717145662; c=relaxed/simple; bh=tCHprlLlnw6uDZ2ngRA1f3x4YFwg7beapb8nxZV2la8=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=Wo6w3CQSO2uTSbJlWC+81uGgtdjCZ/WOTbxEtpTgoiv/XG+cmh4cxGVZgrbYelh0jMnVJ4+b6GEOVQRJu0wh9g0CrZLapcqRLFh/GaTV2jANQJjEkc/BAwjWHLK8KAQ8oWOKSV2Pdy5q4xd3YDjALK836s192r2RQRs4QH5UIAM= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=microchip.com; spf=pass smtp.mailfrom=microchip.com; dkim=pass (2048-bit key) header.d=microchip.com header.i=@microchip.com header.b=qEhx8Cq8; arc=none smtp.client-ip=68.232.154.123 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=microchip.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=microchip.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=microchip.com header.i=@microchip.com header.b="qEhx8Cq8" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1717145660; x=1748681660; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=tCHprlLlnw6uDZ2ngRA1f3x4YFwg7beapb8nxZV2la8=; b=qEhx8Cq8oJ7flPnwo0GSrL0NUSmx7i0Icv0b9Tfr/gfOrkqlDsJOANBk 5bWFHaobYlNgncMg4dCpRkyBUk0Lzjx63ilNI7A1ADYsU2n2axjCMC8oP /LZlpKQPx1xMhI8OA9p+mrZWrzh++tKm20jrag0HWExtVzSUA1mT2iIjv ciWQsBfOiKxa4Df+CfKUwmMtq1hYhGz01HR89YFfEmmwaYmaramWT3i7Q G6fuV4mLdDaPJIQbTUjMpDLZIe9yf6ZQNErFAiUihQiHG91QCqrSan1wy iUd4J4e8xyYY8P0wc468WsHj2abFSbgZV/nAiNQ7jxmM7Km9Bt9W4SdqI A==; X-CSE-ConnectionGUID: l/lpyU7jQm+PQYj0dIm0ag== X-CSE-MsgGUID: B88xxOsDQdusAgOLtg78RQ== X-IronPort-AV: E=Sophos;i="6.08,203,1712646000"; d="scan'208";a="194194712" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa6.microchip.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 31 May 2024 01:54:18 -0700 Received: from chn-vm-ex03.mchp-main.com (10.10.85.151) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35; Fri, 31 May 2024 01:53:54 -0700 Received: from wendy.microchip.com (10.10.85.11) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server id 15.1.2507.35 via Frontend Transport; Fri, 31 May 2024 01:53:52 -0700 From: Daire McNamara <daire.mcnamara@microchip.com> To: <linux-pci@vger.kernel.org> CC: Conor Dooley <conor.dooley@microchip.com>, Lorenzo Pieralisi <lpieralisi@kernel.org>, =?utf-8?q?Krzysztof_Wilczy=C5=84?= =?utf-8?q?ski?= <kw@linux.com>, Rob Herring <robh@kernel.org>, Bjorn Helgaas <bhelgaas@google.com>, <linux-kernel@vger.kernel.org>, <linux-riscv@lists.infradead.org>, Daire McNamara <daire.mcnamara@microchip.com> Subject: [PATCH 0/2] Fix address translations on MPFS PCIe controller Date: Fri, 31 May 2024 09:53:31 +0100 Message-ID: <20240531085333.2501399-1-daire.mcnamara@microchip.com> X-Mailer: git-send-email 2.43.2 Precedence: bulk X-Mailing-List: linux-pci@vger.kernel.org List-Id: <linux-pci.vger.kernel.org> List-Subscribe: <mailto:linux-pci+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-pci+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain |
Series |
Fix address translations on MPFS PCIe controller
|
expand
|