From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.cjdns.fr (mail.cjdns.fr [5.135.140.105]) (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 23E843C5DA4; Thu, 12 Mar 2026 16:53:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=5.135.140.105 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773334426; cv=none; b=AYHri2Cmd+D0GOTq/2gKsnzVhIHB5pNmUnLX6ya0wNAkfZQKNxOroDnL+WfqmUp9HwYIJ9ywc/qahSOB794Fh6VFgX2B4MkhtOBpEAjyndptfYDolqCe5V8SE/IHzUo7R+Mn02FwMtIt4yznpFVuq9OebtG6we6b5cxODP1TTaE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773334426; c=relaxed/simple; bh=CK7CkvVeru8IAJT2x/tKV6RuCvq+pCpKtBmTAVeQEmQ=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=E+V3d8wssygSwj+w7LyFm6+nhudeIIfF/24dLS2cwM5MqelbMopeLE7xK5H22hSIuHJ0svZTml52P5bIAYocy9tzVV5cIEuwCXyemNmujDRk3l0D9Dqd9dp5qy03Rpw0Pmnl3DBrDw1MexdlHnv4XziluF99S7gv1rpZ78TGPOI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=cjdns.fr; spf=none smtp.mailfrom=cjdns.fr; dkim=pass (2048-bit key) header.d=cjdns.fr header.i=@cjdns.fr header.b=n9Kc2AfT; arc=none smtp.client-ip=5.135.140.105 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=cjdns.fr Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=cjdns.fr Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=cjdns.fr header.i=@cjdns.fr header.b="n9Kc2AfT" Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 168E92C68F2; Thu, 12 Mar 2026 17:53:35 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cjdns.fr; s=dkim; t=1773334420; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding; bh=wefQB/YrEwzehXLAtsdppMxnT8At0wKkKraQvz4IB4w=; b=n9Kc2AfTjy4sFM893g5O1EOtNM0/YhkY/UpTLFpSmSMh9oHm1+X2eb/7bRA0NjEC4M9PNT 0iRteEAt8IBJGrJLgizBhs8ZKKoHUx1LrrgsYJQcMxtcyc8lcG1COELuN3gq6SWHKBC3z9 sDA4J+fn5EQjakPVmoVjMtnxCjZgk9pBK4sDM0jttTqk6J39LL1GBD/Mf1BR/fFuphlFn5 qW2gePI7QzcQqUa2WeNc9Q7Y8gMuHTTrfwTJg0205vmhFuegLW84cY520kd/Im48MJsyau twdExVe7TJZ2Eatj9hCxXPZfh3m/pQXnsdN4Zh5I3BvCDbOgsn6I5Z8FPQMJ5Q== From: Caleb James DeLisle To: linux-pci@vger.kernel.org Cc: linux-mips@vger.kernel.org, naseefkm@gmail.com, ryder.lee@mediatek.com, bhelgaas@google.com, lpieralisi@kernel.org, kwilczynski@kernel.org, mani@kernel.org, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, matthias.bgg@gmail.com, angelogioacchino.delregno@collabora.com, ansuelsmth@gmail.com, linux-mediatek@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Caleb James DeLisle Subject: [PATCH 0/3] PCI: mediatek: Add support for EcoNet SoCs Date: Thu, 12 Mar 2026 16:53:29 +0000 Message-Id: <20260312165332.569772-1-cjd@cjdns.fr> Precedence: bulk X-Mailing-List: linux-mips@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Last-TLS-Session-Version: TLSv1.3 Add EcoNet EN7528 (and EN751221) PCIe support. This is split from a larger PCIe patchset which crossed multiple subsystems. I'm not labeling this a v3 because it's a new patchset, but I'm keeping the historical record anyway. Changes from econet-pcie v2: * mediatek-pcie.yaml add missing constraints to PCI node properties * econet-pcie v2: https://lore.kernel.org/linux-mips/20260309131818.74467-1-cjd@cjdns.fr Changes from econet-pcie v1: * pcie-mediatek.c Exclude pcie_retrain_link() when building as a module * econet-pcie v1: https://lore.kernel.org/linux-mips/20260303190948.694783-1-cjd@cjdns.fr/ Caleb James DeLisle (3): dt-bindings: PCI: mediatek: Add support for EcoNet EN7528 PCI: mediatek: Add support for EcoNet EN7528 SoC PCI: Skip bridge window reads when window is not supported .../bindings/pci/mediatek-pcie.yaml | 81 ++++++++++++ drivers/pci/controller/Kconfig | 2 +- drivers/pci/controller/pcie-mediatek.c | 118 ++++++++++++++++++ drivers/pci/probe.c | 6 + 4 files changed, 206 insertions(+), 1 deletion(-) base-commit: 3fa5e5702a82d259897bd7e209469bc06368bf31 -- 2.39.5