OSDN Git Service

PCI: mediatek: Configure FC and FTS for functions other than 0
authorRyder Lee <ryder.lee@mediatek.com>
Wed, 4 Nov 2020 20:58:33 +0000 (04:58 +0800)
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Mon, 29 Mar 2021 15:01:31 +0000 (16:01 +0100)
commit31ec9c2746467a372b009940ce7b722055daaf6a
treeece3935e4298d1e7240f6b3bb454bd364d0560cb
parenta38fd8748464831584a19438cbb3082b5a2dab15
PCI: mediatek: Configure FC and FTS for functions other than 0

"PCI_FUNC(port->slot << 3)" is always 0, so previously
mtk_pcie_startup_port() only configured FC credits and FTs for function
0.

Compute "func" correctly so we also configure functions other than
0. This affects MT2701 and MT7623.

Link: https://lore.kernel.org/r/c529dbfc066f4bda9b87edbdbf771f207e69b84e.1604510053.git.ryder.lee@mediatek.com
Signed-off-by: Ryder Lee <ryder.lee@mediatek.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Reviewed-by: Krzysztof WilczyƄski <kw@linux.com>
drivers/pci/controller/pcie-mediatek.c