summaryrefslogtreecommitdiffstats
path: root/include/linux/usb
Commit message (Expand)AuthorAgeFilesLines
...
* | | usb: Change usb_hcd->bandwidth_mutex to a pointer.Sarah Sharp2011-03-131-1/+1
* | | USB 3.0 Hub ChangesJohn Youn2011-03-131-4/+37
* | | USB: Remove bitmap #define from hcd.hSarah Sharp2011-03-131-7/+0
* | | usb: host: Add EHCI driver for NVIDIA Tegra SoCsBenoit Goby2011-03-111-1/+3
* | | usb: otg: Add ulpi viewport access opsBenoit Goby2011-03-111-0/+5
* | | USB: Rename "msm72k_otg.c" to "msm_otg.c"Pavankumar Kondeti2011-03-071-1/+1
* | | USB: move usbcore away from hcd->stateAlan Stern2011-03-071-0/+4
* | | USB: fix unsafe USB_SS_MAX_STREAMS() definitionDmitry Torokhov2011-02-251-1/+1
* | | USB: serial drivers need to use larger bulk-in buffersAlan Stern2011-02-251-1/+2
* | | usb: otg: notifier: switch to atomic notifierFelipe Balbi2011-02-181-3/+3
* | | usb: otg: TWL6030 Save the last event in otg_transceiverHema HK2011-02-181-0/+1
* | | USB: usb.h: Make comment match the defines it describesPaul Bolle2011-02-171-2/+2
* | | Merge 2.6.38-rc5 into usb-nextGreg Kroah-Hartman2011-02-174-9/+22
|\ \ \ | | |/ | |/|
| * | Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2011-02-101-4/+0
| |\ \
| | * | USB: Fix trout build failure with ci13xxx_msm gadgetPavankumar Kondeti2011-02-041-4/+0
| | |/
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-02-101-5/+18
| |\ \ | | |/ | |/|
| | * CDC NCM errata updates for cdc.hAlexey Orishko2011-02-081-5/+18
| * | Merge branch 'for-usb-linus' of master.kernel.org:/pub/scm/linux/kernel/git/s...Greg Kroah-Hartman2011-01-241-0/+1
| |\ \
| | * | xHCI: synchronize irq in xhci_suspend()Andiry Xu2011-01-141-0/+1
| | |/
| * | USB: serial: handle Data Carrier Detect changesLibor Pechacek2011-01-221-0/+3
| |/
* | USB: gadget: export functionfs.h to the includes available for userspaceMarek Szyprowski2011-02-041-0/+1
* | USB: HCD: Add driver hooks for (un)?map_urb_for_dmaRobert Morell2011-02-041-0/+15
* | USB: HCD: Add usb_hcd prefix to exported functionsRobert Morell2011-02-041-2/+2
|/
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-01-077-5/+237
|\
| * Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman2010-12-167-5/+237
| |\
| | * Merge branch 'musb-hw' of git://gitorious.org/usb/usb into musbGreg Kroah-Hartman2010-12-151-4/+4
| | |\
| | | * usb: musb: drop the set_clock magicFelipe Balbi2010-12-101-3/+0
| | | * usb: musb: mark ->set_clock deprecatedFelipe Balbi2010-12-101-1/+1
| | | * usb: musb: pass platform_ops via platform_dataFelipe Balbi2010-12-101-0/+3
| | | * usb: musb: trivial search and replace patchFelipe Balbi2010-12-101-1/+1
| | * | USB: OTG: msm: Add support for power managementPavankumar Kondeti2010-12-102-0/+7
| | * | USB: Add MSM OTG Controller driverPavankumar Kondeti2010-12-102-0/+164
| | * | USB: otg: fix link breakage, when the NOP USB Xceiver is a moduleGuennadi Liakhovetski2010-12-101-1/+1
| | |/
| | * usb: gadget: langwell_udc: add usb test mode supportLuo Andy2010-11-301-0/+10
| | * usb: USB3.0 ch11 definitionsTatyana Brokhman2010-11-112-0/+51
* | | usbnet: changes for upcoming cdc_ncm driverAlexey Orishko2010-12-061-0/+6
|/ /
* | USB: musb: blackfin: push clkin value to platform resourcesBob Liu2010-11-051-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-10-2210-158/+543
|\
| * usb: usb3.0 ch9 definitionsTatyana Brokhman2010-10-221-1/+57
| * USB: introduce unmap_urb_setup_for_dma()Martin Fuzzey2010-10-221-0/+1
| * USB: Add more empty functions in otg.hGrazvydas Ignotas2010-10-221-0/+11
| * usb: musb: host: unmap the buffer for PIO data transfersMaulik Mankad2010-10-221-0/+1
| * USB: Move USB Storage definitions to their own header fileMatthew Wilcox2010-10-221-0/+48
| * USB: cdc.h: ncm: fix one more typoYauheni Kaliuta2010-10-221-2/+2
| * USB: cdc.h: ncm: add missed constants and structuresYauheni Kaliuta2010-10-221-2/+55
| * Revert "USB: ncm: added ncm.h with auxiliary definitions"Yauheni Kaliuta2010-10-221-114/+0
| * USB: cdc.h: ncm: typo and style fixesYauheni Kaliuta2010-10-221-10/+12
| * USB OTG Langwell: Update OTG Kconfig and driver version.Hao Wu2010-10-221-1/+1
| * USB OTG: Add common data structure for Intel MID Platform (Langwell/Penwell)Hao Wu2010-10-221-0/+180
| * usb gadget: don't save bind callback in struct usb_configurationUwe Kleine-König2010-10-221-5/+3
OpenPOWER on IntegriCloud