]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: endpoint: Don't stop controller when unbinding endpoint function
authorShunsuke Mie <mie@igel.co.jp>
Wed, 22 Jun 2022 04:09:24 +0000 (13:09 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Aug 2022 12:23:49 +0000 (14:23 +0200)
commit970716d5037c89c9c1ebb48bbfbc3b5fe85c2700
tree21418dec9483d02b48b08a4e9eb173dae9ec723f
parent3e365992d25e2796732c637af1188e53d442335b
PCI: endpoint: Don't stop controller when unbinding endpoint function

[ Upstream commit 9304e4770b502c3a89e36db97fe08e74d854441b ]

Unbinding an endpoint function from the endpoint controller shouldn't stop
the controller.  This is especially a problem for multi-function endpoints
where other endpoints may still be active.

Don't stop the controller when unbinding one of its endpoints.  Normally
the controller is stopped via configfs.

Fixes: dbbde090d453 ("PCI: endpoint: functions: Add an EP function to test PCI")
Link: https://lore.kernel.org/r/20220622040924.113279-1-mie@igel.co.jp
Signed-off-by: Shunsuke Mie <mie@igel.co.jp>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/pci/endpoint/functions/pci-epf-test.c