diff options
author | Sainath Grandhi <sainath.grandhi@intel.com> | 2017-02-10 16:03:50 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-02-11 20:59:41 -0500 |
commit | d9f1f61c0801a73ff36d416a7ede54229b231e1d (patch) | |
tree | 2f9970b37ac99da534f7ca58b6b67ee880ead3cd /drivers/usb/misc/ucsi.h | |
parent | 6fe3faf86757eb7f078ff06b23b206f17dc4fb36 (diff) |
tap: Extending tap device create/destroy APIs
Extending tap APIs get/free_minor and create/destroy_cdev to handle more than one
type of virtual interface.
Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/usb/misc/ucsi.h')
parent | 8413299cb3933dade6186bbee8363f190032107e (diff) |
---|
Merge tag 'sti-dt-for-v4.10-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti into fixes
STi DT fix:
Since v4.10-rc1, xhci is complaining in loop with :
[ 801.953836] usb usb6-port1: Cannot enable. Maybe the USB cable is bad?
[ 801.960455] xhci-hcd xhci-hcd.0.auto: Cannot set link state.
[ 801.966611] usb usb6-port1: cannot disable (err = -32)
set property "snps,dis_u3_susphy_quirk" in DT fix it.
* tag 'sti-dt-for-v4.10-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti:
ARM: dts: STiH407-family: set snps,dis_u3_susphy_quirk
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'sound/pci/emu10k1/emu10k1x.c')