aboutsummaryrefslogtreecommitdiff
path: root/include/linux/usb
AgeCommit message (Expand)AuthorFilesLines
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/greg...Linus 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/b...Greg 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
2012-06-25usb: otg: utils: devres: Add API's to associate a device with the phyKishon Vijay Abraham I1-0/+13
2012-06-25usb: otg: support for multiple transceivers by a single controllerKishon Vijay Abraham I1-3/+26
2012-06-25usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I1-5/+5
2012-06-13Merge branch 'usb-linus' into usb-nextGreg Kroah-Hartman1-2/+0
2012-06-13USB: add NO_D3_DURING_SLEEP flag and revert 151b61284776be2Alan Stern1-2/+0
2012-06-13USB: move transceiver from ehci_hcd and ohci_hcd to hcd and rename it as phyRichard Zhao1-0/+6
2012-06-13usb: renesas_usbhs: add DMAEngine ID specification noteKuninori Morimoto1-0/+8
2012-06-12usbnet: remove flag of EVENT_DEV_WAKING[email protected]1-3/+2
2012-05-22Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds10-347/+209
2012-05-18Merge tag 'for-usb-next-2012-05-18' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman3-0/+67
2012-05-18USB: Add macros for interrupt endpoint types.Sarah Sharp1-0/+11
2012-05-18USB: Add support to enable/disable USB3 link states.Sarah Sharp3-0/+56
2012-05-17USB: gpio_vbus: wakeup support on GPIO VBUS interruptsShinya Kuribayashi1-0/+2
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2012-05-15USB: serial: hook up reset_resume callbackGreg Kroah-Hartman1-1/+2
2012-05-15usbnet: fix skb traversing races during unlink(v2)Ming Lei1-1/+2
2012-05-14FunctionFS: enable multiple functionsAndrzej Pietrasiewicz1-1/+3