Merge branch 'android-3.18' of https://android.googlesource.com/kernel/common
* android-3.18: (31 commits)
net: fix crash in tcp_nuke_addr()
net: xt_qtaguid/xt_socket: fix refcount underflow and crash
net: fix iterating over hashtable in tcp_nuke_addr()
nf: IDLETIMER: fix lockdep warning
ANDROID: usb: gadget: create F_midi device
usb: gadget: midi: avoid redundant f_midi_set_alt() call
usb: gadget: f_midi: fix error recovery path
usb: gadget: f_midi: fix segfault when reading empty id
usb: gadget: fix misspelling of current function in string
usb: gadget: midi: f_midi_alloc() can be static
usb: gadget: f_midi: add configfs support
usb: gadget: f_midi: use usb_gstrings_attach
usb: gadget: f_midi: remove compatibility layer
usb: gadget: f_midi: convert to new function interface with backward compatibility
usb: gadget: f_midi: check kstrdup() return value
usb: gadget: f_midi: enable use of the index parameter
usb: gadget: configfs: Fix interfaces array NULL-termination
usb: gadget: Add device attribute to determine gadget state
usb: phy: fix dual role sysfs build if kernel modules are supported
ion: Handle the memory mapping correctly on x86
...
Signed-off-by:
Amit Pundir <amit.pundir@linaro.org>
Conflicts:
drivers/usb/gadget/Kconfig
Conflict due to android-3.18 trying to sneak in Android Composite
Gadget "USB_G_ANDROID" changes into drivers/usb/gadget/Kconfig
which we have already moved to drivers/usb/gadget/legacy/Kconfig
during last restructuring.
Resolution:
Delete "USB_G_ANDROID" and dependent config option
and keep only USB_CONFIGFS_F_MIDI specific changes.
Loading
Please register or sign in to comment