Message ID | 20241209130339.81354-1-herve.codina@bootlin.com (mailing list archive) |
---|---|
Headers | show
Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) (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 7D2FD1E9B16; Mon, 9 Dec 2024 13:03:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.70.183.200 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733749437; cv=none; b=pIaXWP+fzcQvD0XfGRrehKHH2THaXd/ZvlbElvJpuzoTTQxrIlIb9XKMfLmAaH6cMNSj383Ma3JHL8SHpWg7xJ4NfrCe3JkXJ9hKp5HaFvUQzdabnkDLycCCShrdCqVgy67za7YvpXVcEDr4lBodr4UMjepFe/02Iynu2MlfSrk= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733749437; c=relaxed/simple; bh=V5LsEE3DjBJaRa+zPz1kzWgU76+QLSy9csEUaoOEMK0=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=oy3N16PWVZNAGN7JQqyDP251VaJasqzvuPjJD4QdMxRc1KxVsBsETsAlR757c1GK7xsqdtZr2hYW9ouuMPArQm4zDLTCO7zBB4QPrsaEVd66Vz8LlLYTbloSIAT0SE1TIup2abn/xFUt9hnTFNnCcTo1LXxP9FfVm8Mr81Gw/8A= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=ecfHvZPC; arc=none smtp.client-ip=217.70.183.200 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="ecfHvZPC" Received: by mail.gandi.net (Postfix) with ESMTPA id EEF7D20003; Mon, 9 Dec 2024 13:03:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1733749431; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=5HxjIuOt9MdlQxEP++73OJNYwJt0+JdUJjsJeeHx/ZU=; b=ecfHvZPCa/QPRlZmyESpvbG2wYfWKEPFCpPGk/K06wzvJPPWYLMMWupx/MDuSlMPTXV/ky u+wX8KlNiQ8jFHd/io0WVIMgayrkAAicK7ckweIUeuriPwt0fkzE49WjdKsTqLzyuBCtPT PH8EUKXZ21uLgadXbyBjdLIzF1i4IxtyKBhoTHgI6T8lZGA3B8xc0WkMWBwYi4dq3Q76wy gfs59+psQIOfBlcOttxCFfgxH+WRzA/7eIi4uTz0uEufAexclb0RbSmcLzoiZc/UUcQiVQ N/1tCH1NXK2sqff3RlhSKIz8NaZgFl+92UfCq+4Zuo35XUpAB+rg104w3U6BEw== From: Herve Codina <herve.codina@bootlin.com> To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>, "Rafael J. Wysocki" <rafael@kernel.org>, Rob Herring <robh@kernel.org>, Saravana Kannan <saravanak@google.com>, Bjorn Helgaas <bhelgaas@google.com>, Lizhi Hou <lizhi.hou@amd.com> Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-pci@vger.kernel.org, Allan Nielsen <allan.nielsen@microchip.com>, Horatiu Vultur <horatiu.vultur@microchip.com>, Steen Hegelund <steen.hegelund@microchip.com>, Thomas Petazzoni <thomas.petazzoni@bootlin.com>, Herve Codina <herve.codina@bootlin.com> Subject: [PATCH v5 0/5] Add support for the PCI host bridge device-tree node creation. Date: Mon, 9 Dec 2024 14:03:32 +0100 Message-ID: <20241209130339.81354-1-herve.codina@bootlin.com> X-Mailer: git-send-email 2.47.0 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-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-GND-Sasl: herve.codina@bootlin.com |
Series |
Add support for the PCI host bridge device-tree node creation.
|
expand
|