summaryrefslogtreecommitdiff
path: root/drivers/usb
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-Hartman22-654/+866
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-Hartman25-143/+1946
2012-09-12Merge tag 'gadget-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman59-1343/+3256
2012-09-11usb: musb: dsps: remove explicit NOP device creationAjay Kumar Gupta1-2/+1
2012-09-11usb: musb: dsps: add dt supportAjay Kumar Gupta1-9/+51
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 I1-0/+54
2012-09-11usb: musb: omap: write directly to mailbox instead of using phyKishon Vijay Abraham I2-7/+54
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 Tianyu1-1/+132
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 Tianyu2-0/+74
2012-09-11xhci: Handle clear PORT_POWER feature.Lan Tianyu1-0/+4
2012-09-11usb/acpi: Store info on device removability.Lan Tianyu3-35/+80
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 Tianyu3-31/+54
2012-09-10usb: make usb port a real deviceLan Tianyu1-16/+75
2012-09-10usb/core: use bin2bcd() for bcdDevice in RHSebastian Andrzej Siewior1-3/+3
2012-09-10usbfs: Add a new disconnect-and-claim ioctl (v2)Hans de Goede1-0/+35
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 Siewior18-311/+13
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 Siewior18-137/+31
2012-09-10usb: gadget: remove string override from struct usb_composite_driverSebastian Andrzej Siewior4-28/+13
2012-09-10usb: gadget: push iProduct into gadgetsSebastian Andrzej Siewior1-10/+11
2012-09-10usb: gadget: push iManufacturer into gadgetsSebastian Andrzej Siewior1-9/+11
2012-09-10usb: gadget: push iSerialNumber into gadgetsSebastian Andrzej Siewior3-12/+35
2012-09-10usb: gadget: make sure each gadget is using same index for Product, Serial,…Sebastian Andrzej Siewior16-117/+84
2012-09-10usb: gadget: push VID/PID/USB BCD module option into gadgetsSebastian Andrzej Siewior17-28/+79
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
2012-09-10usb: gadget: make composite module options readonly onlySebastian Andrzej Siewior1-12/+8
2012-09-10usb: gadget: remove bufsiz from struct usb_composite_devSebastian Andrzej Siewior1-1/+0
2012-09-10usb: gadget: move USB_BUFSIZ into global composite.hSebastian Andrzej Siewior2-7/+5