aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-18USB: EHCI: Tegra: Fix wrong register definitionJim Lin1-3/+3
2012-09-18USB: ezusb: add support for Cypress FX2LPRene Buergel2-4/+16
2012-09-18USB EHCI/Xen: propagate controller reset information to hypervisorJan Beulich1-6/+23
2012-09-18USB: Serial: usb-serial: remove debug module parameterGreg Kroah-Hartman1-3/+3
2012-09-18USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman1-5/+3
2012-09-18USB: serial: remove dbg() from usb/serial.hGreg Kroah-Hartman1-8/+0
2012-09-13USB: ezusb: remove dependancy on usb_serialRene Buergel1-2/+2
2012-09-13USB: serial: move usb_serial_debug_data to use %*phGreg Kroah-Hartman1-9/+3
2012-09-11Merge tag 'xceiv-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman6-235/+418
2012-09-11Merge tag 'gadget-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman2-43/+87
2012-09-10usb: redefine DeviceRemovable and wHubDelay as _le16Lan Tianyu1-2/+2
2012-09-10usb: gadget: remove usb_gadget_controller_number()Sebastian Andrzej Siewior1-0/+11
2012-09-10usb: gadget: Provide a default implementation of default manufacturer stringSebastian Andrzej Siewior1-1/+1
2012-09-10usb: gadget: remove string override from struct usb_composite_driverSebastian Andrzej Siewior1-12/+0
2012-09-10usb: gadget: push iProduct into gadgetsSebastian Andrzej Siewior1-1/+5
2012-09-10usb: gadget: push iManufacturer into gadgetsSebastian Andrzej Siewior1-1/+6
2012-09-10usb: gadget: push iSerialNumber into gadgetsSebastian Andrzej Siewior1-1/+6
2012-09-10usb: gadget: make sure each gadget is using same index for Product, Serial,…Sebastian Andrzej Siewior1-1/+11
2012-09-10usb: gadget: push VID/PID/USB BCD module option into gadgetsSebastian Andrzej Siewior1-0/+24
2012-09-10usb: gadget: remove bufsiz from struct usb_composite_devSebastian Andrzej Siewior1-2/+0
2012-09-10usb: gadget: move USB_BUFSIZ into global composite.hSebastian Andrzej Siewior1-0/+3
2012-09-10usb: gadget: move global vars from epautoconf into struct usb_gadgetSebastian Andrzej Siewior1-0/+4
2012-09-10usb: gadget: remove global variable composite in composite.cSebastian Andrzej Siewior2-2/+5
2012-09-10usb: gadget: move bind() callback back to struct usb_gadget_driverSebastian Andrzej Siewior1-3/+3
2012-09-10usb: gadget: move bind() callback back to struct usb_composite_driverSebastian Andrzej Siewior1-2/+1
2012-09-10usb: gadget: move bind callback into driver struct usb_composite_driverSebastian Andrzej Siewior1-4/+9
2012-09-06usb: phy: add a new driver for omap usb2 phyKishon Vijay Abraham I2-0/+80
2012-09-06usb: phy: fix build breakVenu Byravarasu2-24/+25
2012-09-05usb: move phy driver from mach-tegra to drivers/usbVenu Byravarasu1-0/+80
2012-09-05usb: otg: Move phy interface to separate file.Venu Byravarasu2-197/+209
2012-08-31usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEEDMichal Nazarewicz1-17/+2
2012-08-20usb: convert USB_QUIRK_RESET_MORPHS to USB_QUIRK_RESETLan Tianyu1-2/+2
2012-08-16usb: hcd: use *resource_size_t* for specifying resource dataKishon Vijay Abraham I1-2/+2
2012-08-10usb: host: ohci-platform: add platform specific power callbackKuninori Morimoto1-0/+8
2012-08-10usb: host: ehci-platform: add platform specific power callbackKuninori Morimoto1-0/+8
2012-08-03usb: xceiv: nop: let it work as USB2 and USB3 phyFelipe Balbi1-0/+6
2012-08-03usb: xceiv: create nop-usb-xceiv.h and avoid pollution on otg.hFelipe Balbi2-14/+18
2012-07-26Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds7-14/+179
2012-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+2
2012-07-18usb: add host support for the tilegx architectureChris Metcalf1-0/+34
2012-07-09usb: chipidea: permit driver bindings pass phy pointerRichard Zhao1-0/+3
2012-07-09usb: otg: add notify_connect/notify_disconnect callbackRichard Zhao1-0/+21
2012-07-09USB: Chipidea: add unified ci13xxx_{add,remove}_device for platform driversRichard Zhao1-0/+7
2012-07-09USB: Chipidea: rename struct ci13xxx variables from udc to ciRichard Zhao1-1/+1
2012-07-06USB: Chipidea: rename struct ci13xxx_udc_driver to struct ci13xxx_platform_dataRichard Zhao1-1/+1
2012-07-05Merge tag 'xceiv-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman2-5/+71
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+0
2012-06-26USB: EHCI: define extension registers like normal onesAlan Stern1-7/+21
2012-06-25uas: task mgmt & error handlingGerd Hoffmann1-0/+40
2012-06-25usb: musb: twl: use mailbox API to send VBUS or ID eventsKishon Vijay Abraham I1-0/+30