]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Merge tag 'usb-3.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 12 Jul 2014 21:13:10 +0000 (14:13 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 12 Jul 2014 21:13:10 +0000 (14:13 -0700)
Pull USB fixes from Greg KH:
 "Here are some small USB fixes, PHY driver fixes (they ended up in this
  tree for lack of somewhere else to put them), and some new USB device
  ids"

* tag 'usb-3.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb:
  phy: omap-usb2: Balance pm_runtime_enable() on probe failure and remove
  phy: core: Fix error path in phy_create()
  drivers: phy: phy-samsung-usb2.c: Add missing MODULE_DEVICE_TABLE
  phy: omap-usb2: fix devm_ioremap_resource error detection code
  phy: sun4i: depend on RESET_CONTROLLER
  USB: serial: ftdi_sio: Add Infineon Triboard
  USB: ftdi_sio: Add extra PID.
  usb: option: Add ID for Telewell TW-LTE 4G v2
  USB: cp210x: add support for Corsair usb dongle

1  2 
drivers/phy/Kconfig

diff --combined drivers/phy/Kconfig
index fcdfe7c0e4a7ce83400b191c0313db8c1e2cc3d2,1d8099a56a9185a9ed7ed19aae2a345a6e7d76ae..64b98d242ea625b7b29d2b08e0bb2c00e83ddec5
@@@ -112,6 -112,7 +112,7 @@@ config PHY_EXYNOS5250_SAT
  config PHY_SUN4I_USB
        tristate "Allwinner sunxi SoC USB PHY driver"
        depends on ARCH_SUNXI && HAS_IOMEM && OF
+       depends on RESET_CONTROLLER
        select GENERIC_PHY
        help
          Enable this to support the transceiver that is part of Allwinner
  
  config PHY_SAMSUNG_USB2
        tristate "Samsung USB 2.0 PHY driver"
 +      depends on HAS_IOMEM
        select GENERIC_PHY
        select MFD_SYSCON
        help