summaryrefslogtreecommitdiffstats
path: root/include/linux/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-07-267-14/+179
|\
| * usb: chipidea: permit driver bindings pass phy pointerRichard Zhao2012-07-091-0/+3
| * usb: otg: add notify_connect/notify_disconnect callbackRichard Zhao2012-07-091-0/+21
| * USB: Chipidea: add unified ci13xxx_{add,remove}_device for platform driversRichard Zhao2012-07-091-0/+7
| * USB: Chipidea: rename struct ci13xxx variables from udc to ciRichard Zhao2012-07-091-1/+1
| * USB: Chipidea: rename struct ci13xxx_udc_driver to struct ci13xxx_platform_dataRichard Zhao2012-07-061-1/+1
| * Merge tag 'xceiv-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman2012-07-062-5/+71
| |\
| | * usb: musb: twl: use mailbox API to send VBUS or ID eventsKishon Vijay Abraham I2012-06-251-0/+30
| | * usb: otg: utils: devres: Add API's to associate a device with the phyKishon Vijay Abraham I2012-06-251-0/+13
| | * usb: otg: support for multiple transceivers by a single controllerKishon Vijay Abraham I2012-06-251-3/+26
| | * usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I2012-06-251-5/+5
| * | USB: EHCI: define extension registers like normal onesAlan Stern2012-06-271-7/+21
| * | uas: task mgmt & error handlingGerd Hoffmann2012-06-251-0/+40
| * | Merge branch 'usb-linus' into usb-nextGreg Kroah-Hartman2012-06-141-2/+0Star
| |\ \
| * | | USB: move transceiver from ehci_hcd and ohci_hcd to hcd and rename it as phyRichard Zhao2012-06-131-0/+6
| * | | usb: renesas_usbhs: add DMAEngine ID specification noteKuninori Morimoto2012-06-131-0/+8
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-07-241-3/+2Star
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-291-2/+0Star
| |\ \ \ | | | |/ | | |/|
| * | | usbnet: remove flag of EVENT_DEV_WAKINGtom.leiming@gmail.com2012-06-131-3/+2Star
| | |/ | |/|
* | | usb: add host support for the tilegx architectureChris Metcalf2012-07-181-0/+34
| |/ |/|
* | USB: add NO_D3_DURING_SLEEP flag and revert 151b61284776be2Alan Stern2012-06-131-2/+0Star
|/
* Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-05-2310-347/+209Star
|\
| * Merge tag 'for-usb-next-2012-05-18' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2012-05-193-0/+67
| |\
| | * USB: Add macros for interrupt endpoint types.Sarah Sharp2012-05-191-0/+11
| | * USB: Add support to enable/disable USB3 link states.Sarah Sharp2012-05-193-0/+56
| * | USB: gpio_vbus: wakeup support on GPIO VBUS interruptsShinya Kuribayashi2012-05-171-0/+2
| |/
| * USB: serial: hook up reset_resume callbackGreg Kroah-Hartman2012-05-161-1/+2
| * FunctionFS: enable multiple functionsAndrzej Pietrasiewicz2012-05-141-1/+3
| * usb: gadget: remove langwell_udcAlexander Shishkin2012-05-121-310/+0Star
| * usb: chipidea: add power_budget limit for ehci to platform dataAlexander Shishkin2012-05-121-0/+1
| * usb: chipidea: split the driver code into unitsAlexander Shishkin2012-05-121-0/+27
| * usb: gadget: composite: add iSerialNumber to usb_composite_driverAndrzej Pietrasiewicz2012-05-101-0/+3
| * usb: gadget: composite: Add usb_remove_configBenoit Goby2012-05-101-0/+3
| * USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman2012-05-091-8/+19
| * USB: serial: remove bizarre generic_serial probe functionGreg Kroah-Hartman2012-05-071-3/+0Star
| * USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman2012-05-071-1/+0Star
| * Merge tag 'dwc3-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2012-05-071-0/+2
| |\
| | * usb: ch9: define Set SEL and Set Isoch Delay macrosFelipe Balbi2012-04-301-0/+2
| * | Merge 3.4-rc6 into usb-nextGreg Kroah-Hartman2012-05-071-0/+2
| |\ \
| * | | USB: Add driver for NXP ISP1301 USB transceiverRoland Stigge2012-05-011-0/+80
| * | | USB: remove CONFIG_USB_DEVICEFSGreg Kroah-Hartman2012-04-301-23/+0Star
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-171-1/+2
|\ \ \ \
| * | | | usbnet: fix skb traversing races during unlink(v2)Ming Lei2012-05-151-1/+2
| | |/ / | |/| |
* | | | usb/net: rndis: break out <linux/rndis.h> definesLinus Walleij2012-05-121-64/+2Star
* | | | usb/net: rndis: inline the cpu_to_le32() macroLinus Walleij2012-05-121-42/+42
|/ / /
* / / USB: EHCI: fix crash during suspend on ASUS computersAlan Stern2012-04-241-0/+2
|/ /
* | Merge tag 'fixes-for-v3.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2012-04-161-0/+1
|\ \
| * | usb: musb: wake the device before ulpi transfersGrazvydas Ignotas2012-04-101-0/+1
| |/
* / USB: fix bug in serial driver unregistrationAlan Stern2012-04-101-8/+0Star
|/
* USB: EHCI: Add a generic platform device driverHauke Mehrtens2012-03-151-0/+46