public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] PCI: mediatek-gen3: Support limiting link speed and width
@ 2024-09-18  8:13 AngeloGioacchino Del Regno
  2024-09-18  8:13 ` [PATCH v3 1/2] PCI: mediatek-gen3: Add support for setting max-link-speed limit AngeloGioacchino Del Regno
  2024-09-18  8:13 ` [PATCH v3 2/2] PCI: mediatek-gen3: Add support for restricting link width AngeloGioacchino Del Regno
  0 siblings, 2 replies; 12+ messages in thread
From: AngeloGioacchino Del Regno @ 2024-09-18  8:13 UTC (permalink / raw)
  To: linux-pci
  Cc: ryder.lee, jianjun.wang, lpieralisi, kw, robh, bhelgaas,
	matthias.bgg, angelogioacchino.delregno, linux-mediatek,
	linux-kernel, linux-arm-kernel, kernel, fshao

Changes in v3:
 - Addressed comments from Fei Shao's review on v2

Changes in v2:
 - Rebased on next-20240917

This series adds support for limiting the PCI-Express link speed
(or PCIe gen restriction) and link width (number of lanes) in the
pcie-mediatek-gen3 driver.

The maximum supported pcie gen is read from the controller itself,
so defining a max gen through platform data for each SoC is avoided.

Both are done by adding support for the standard devicetree properties
`max-link-speed` and `num-lanes`.

Please note that changing the bindings is not required, as those do
already allow specifying those properties for this controller.

AngeloGioacchino Del Regno (2):
  PCI: mediatek-gen3: Add support for setting max-link-speed limit
  PCI: mediatek-gen3: Add support for restricting link width

 drivers/pci/controller/pcie-mediatek-gen3.c | 75 ++++++++++++++++++++-
 1 file changed, 73 insertions(+), 2 deletions(-)

-- 
2.46.0



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-11-06  3:13 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-18  8:13 [PATCH v3 0/2] PCI: mediatek-gen3: Support limiting link speed and width AngeloGioacchino Del Regno
2024-09-18  8:13 ` [PATCH v3 1/2] PCI: mediatek-gen3: Add support for setting max-link-speed limit AngeloGioacchino Del Regno
2024-09-23 10:05   ` Fei Shao
2024-11-02 17:19   ` Manivannan Sadhasivam
2024-11-04  8:22   ` Jianjun Wang (王建军)
2024-11-04 11:42     ` AngeloGioacchino Del Regno
2024-11-06  3:11       ` Jianjun Wang (王建军)
2024-09-18  8:13 ` [PATCH v3 2/2] PCI: mediatek-gen3: Add support for restricting link width AngeloGioacchino Del Regno
2024-09-23 10:08   ` Fei Shao
2024-11-02 17:24   ` Manivannan Sadhasivam
2024-11-04  8:56   ` Jianjun Wang (王建军)
2024-11-04 10:43     ` AngeloGioacchino Del Regno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox