summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-12Merge tag 'musb-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman25-654/+919
2012-09-12Merge tag 'dwc3-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman4-155/+170
2012-09-12Merge tag 'xceiv-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman40-603/+1597
2012-09-12Merge tag 'gadget-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman82-1402/+18423
2012-09-11usb: musb: dsps: remove explicit NOP device creationAjay Kumar Gupta1-2/+1
2012-09-11usb: musb: dsps: add dt supportAjay Kumar Gupta2-9/+65
2012-09-11usb: musb: am335x: add support for dual instanceB, Ravi1-32/+49
2012-09-11usb: musb: kill global and static for multi instanceAjay Kumar Gupta3-20/+14
2012-09-11usb: musb: add musb_ida for multi instance supportB, Ravi10-69/+210
2012-09-11usb: musb: omap: Add device tree support for omap musb glueKishon Vijay Abraham I2-0/+87
2012-09-11usb: musb: omap: write directly to mailbox instead of using phyKishon Vijay Abraham I2-7/+54
2012-09-11arm: omap: hwmod: add a new addr space in otg for writing to control moduleKishon Vijay Abraham I1-0/+6
2012-09-11USB/host: Cleanup unneccessary irq disable codeChuansheng Liu3-18/+2
2012-09-11usb: add little-endian transform for DeviceRemovable of usb3.0 hubLan Tianyu1-1/+2
2012-09-11usb : Add sysfs files to control port power.Lan Tianyu2-1/+156
2012-09-11usb: Fail a get config when the port is powered off.Lan Tianyu1-0/+2
2012-09-11usb/acpi: Use ACPI methods to power off ports.Lan Tianyu3-0/+84
2012-09-11xhci: Handle clear PORT_POWER feature.Lan Tianyu1-0/+4
2012-09-11usb/acpi: Store info on device removability.Lan Tianyu4-35/+87
2012-09-11usb/acpi: Bind ACPI node to USB port, not usb_device.Lan Tianyu3-15/+79
2012-09-10usb: move children to struct usb_portLan Tianyu5-35/+68
2012-09-10usb: make usb port a real deviceLan Tianyu2-16/+82
2012-09-10usb: redefine DeviceRemovable and wHubDelay as _le16Lan Tianyu1-2/+2
2012-09-10usb/core: use bin2bcd() for bcdDevice in RHSebastian Andrzej Siewior3-9/+22
2012-09-10tools/usb: remove last USBFS userSebastian Andrzej Siewior1-24/+1
2012-09-10usbfs: Add a new disconnect-and-claim ioctl (v2)Hans de Goede2-0/+49
2012-09-10usb: gadget serial: don't shift bcd version left by 16Sebastian Andrzej Siewior1-1/+1
2012-09-10usb: otg: mxs-phy: Fix mx23 operationMike Thompson1-3/+35
2012-09-10usb: dwc3: add basic PHY supportFelipe Balbi2-0/+20
2012-09-10usb: dwc3: exynos: add nop transceiver supportFelipe Balbi1-0/+66
2012-09-10usb: dwc3: omap: add nop transceiver supportFelipe Balbi1-0/+66
2012-09-10usb: dwc3: pci: add nop transceiver supportFelipe Balbi1-0/+67
2012-09-10usb: otg: move the dereference below the NULL testWei Yongjun1-10/+24
2012-09-10usb: gadget: add module.h to u_ether.cSebastian Andrzej Siewior1-0/+1
2012-09-10usb: gadget: remove usb_gadget_controller_number()Sebastian Andrzej Siewior19-311/+24
2012-09-10usb: gadget: at91_udc: fix dt supportFabio Porcedda1-1/+1
2012-09-10usb: gadget: at91_udc: move the dereference below the NULL testWei Yongjun1-1/+2
2012-09-10usb: gadget: libcomposite: move MODULE_VERSION to composite.cSebastian Andrzej Siewior2-1/+3
2012-09-10usb: gadget: libcomposite: move composite.c into libcompositeSebastian Andrzej Siewior19-51/+25
2012-09-10usb: gadget: Provide a default implementation of default manufacturer stringSebastian Andrzej Siewior19-138/+32
2012-09-10usb: gadget: remove string override from struct usb_composite_driverSebastian Andrzej Siewior5-40/+13
2012-09-10usb: gadget: push iProduct into gadgetsSebastian Andrzej Siewior2-11/+16
2012-09-10usb: gadget: push iManufacturer into gadgetsSebastian Andrzej Siewior2-10/+17
2012-09-10usb: gadget: push iSerialNumber into gadgetsSebastian Andrzej Siewior4-13/+41
2012-09-10usb: gadget: make sure each gadget is using same index for Product, Serial,…Sebastian Andrzej Siewior17-118/+95
2012-09-10usb: gadget: push VID/PID/USB BCD module option into gadgetsSebastian Andrzej Siewior18-28/+103
2012-09-10usb: gadget: move usb_gadget_controller_number() into a .c file and libcompositeSebastian Andrzej Siewior3-76/+96
2012-09-10usb: gadget: initialize the strings in tcm_usb_gadget properlySebastian Andrzej Siewior2-19/+28
2012-09-10usb: gadget: make g_printer enumerate againSebastian Andrzej Siewior1-63/+65
2012-09-10usb: gadget: use usb_string_ids_tab instead multiple usb_string_id()Sebastian Andrzej Siewior11-137/+46