stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] usb: bdc: Make bdc pci driver depend on BROKEN
@ 2021-01-18 20:36 Patrik Jakobsson
  2021-01-19  7:21 ` Felipe Balbi
  0 siblings, 1 reply; 2+ messages in thread
From: Patrik Jakobsson @ 2021-01-18 20:36 UTC (permalink / raw)
  To: linux-usb
  Cc: Patrik Jakobsson, Al Cooper, Felipe Balbi, Greg Kroah-Hartman, stable

The bdc pci driver is going to be removed due to it not existing in the
wild. This patch turns off compilation of the driver so that stable
kernels can also pick up the change. This helps the out-of-tree
facetimehd webcam driver as the pci id conflicts with bdc.

Cc: Al Cooper <alcooperx@gmail.com>
Cc: Felipe Balbi <balbi@kernel.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: <stable@vger.kernel.org>
Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
---
 drivers/usb/gadget/udc/bdc/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/gadget/udc/bdc/Kconfig b/drivers/usb/gadget/udc/bdc/Kconfig
index 3e88c7670b2e..fb01ff47b64c 100644
--- a/drivers/usb/gadget/udc/bdc/Kconfig
+++ b/drivers/usb/gadget/udc/bdc/Kconfig
@@ -17,7 +17,7 @@ if USB_BDC_UDC
 comment "Platform Support"
 config	USB_BDC_PCI
 	tristate "BDC support for PCIe based platforms"
-	depends on USB_PCI
+	depends on USB_PCI && BROKEN
 	default USB_BDC_UDC
 	help
 		Enable support for platforms which have BDC connected through PCIe, such as Lego3 FPGA platform.
-- 
2.29.2


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

* Re: [PATCH] usb: bdc: Make bdc pci driver depend on BROKEN
  2021-01-18 20:36 [PATCH] usb: bdc: Make bdc pci driver depend on BROKEN Patrik Jakobsson
@ 2021-01-19  7:21 ` Felipe Balbi
  0 siblings, 0 replies; 2+ messages in thread
From: Felipe Balbi @ 2021-01-19  7:21 UTC (permalink / raw)
  To: Patrik Jakobsson, linux-usb
  Cc: Patrik Jakobsson, Al Cooper, Greg Kroah-Hartman, stable

[-- Attachment #1: Type: text/plain, Size: 627 bytes --]

Patrik Jakobsson <patrik.r.jakobsson@gmail.com> writes:

> The bdc pci driver is going to be removed due to it not existing in the
> wild. This patch turns off compilation of the driver so that stable
> kernels can also pick up the change. This helps the out-of-tree
> facetimehd webcam driver as the pci id conflicts with bdc.
>
> Cc: Al Cooper <alcooperx@gmail.com>
> Cc: Felipe Balbi <balbi@kernel.org>
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Cc: <stable@vger.kernel.org>
> Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>

Acked-by: Felipe Balbi <balbi@kernel.org>

-- 
balbi

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 857 bytes --]

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

end of thread, other threads:[~2021-01-19  7:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-18 20:36 [PATCH] usb: bdc: Make bdc pci driver depend on BROKEN Patrik Jakobsson
2021-01-19  7:21 ` Felipe Balbi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).