Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1618474 > unrolled thread

linux-next: manual merge of the usb-gadget tree with the usb tree

Started byStephen Rothwell <sfr@canb.auug.org.au>
First post2017-04-07 06:50 +0200
Last post2017-04-07 06:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  linux-next: manual merge of the usb-gadget tree with the usb tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-04-07 06:50 +0200

#1618474 — linux-next: manual merge of the usb-gadget tree with the usb tree

FromStephen Rothwell <sfr@canb.auug.org.au>
Date2017-04-07 06:50 +0200
Subjectlinux-next: manual merge of the usb-gadget tree with the usb tree
Message-ID<ttu0p-2mu-1@gated-at.bofh.it>
Hi Felipe,

Today's linux-next merge of the usb-gadget tree got conflicts in:

  drivers/usb/gadget/udc/Kconfig

between commit:

  2c93e790e825 ("usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HW")

from the usb tree and commit:

  5dbc49aebd0a ("usb: gadget: udc: amd5536: split core and PCI layer")

from the usb-gadget tree.

I fixed it up (see below) and can carry the fix as necessary. This
is now fixed as far as linux-next is concerned, but any non trivial
conflicts should be mentioned to your upstream maintainer when your tree
is submitted for merging.  You may also want to consider cooperating
with the maintainer of the conflicting tree to minimise any particularly
complex conflicts.

-- 
Cheers,
Stephen Rothwell

diff --cc drivers/usb/gadget/udc/Kconfig
index c6cc9d3270ac,707814da6000..000000000000
--- a/drivers/usb/gadget/udc/Kconfig
+++ b/drivers/usb/gadget/udc/Kconfig
@@@ -277,7 -292,8 +292,8 @@@ source "drivers/usb/gadget/udc/bdc/Kcon
  
  config USB_AMD5536UDC
  	tristate "AMD5536 UDC"
 -	depends on PCI
 +	depends on USB_PCI
+ 	select USB_SNP_CORE
  	help
  	   The AMD5536 UDC is part of the AMD Geode CS5536, an x86 southbridge.
  	   It is a USB Highspeed DMA capable USB device controller. Beside ep0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web