aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb
Commit message (Expand)AuthorAgeFilesLines
...
| * | USB: EHCI: Support controllers with big endian capability regsJan Andersson2011-05-031-2/+7
| * | USB: ehci: remove structure packing from ehci_defRabin Vincent2011-05-031-3/+3
| * | Merge branch 'for-usb-next' of git+ssh://master.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2011-05-021-1/+1
| |\ \
| | * | usb/ch9: use proper endianess for wBytesPerIntervalSebastian Andrzej Siewior2011-05-021-1/+1
| * | | usb: factor out state_string() on otg driversAnatolij Gustschin2011-05-021-0/+1
| |/ /
| * | usb: renesas_usbhs: use delayed_work instead of work_structKuninori Morimoto2011-04-291-0/+7
| * | usb: renesas_usbhs: remove callback when module removed.Kuninori Morimoto2011-04-291-1/+1
| * | usb gadget: fix all Section mismatch warningsRandy Dunlap2011-04-131-2/+2
| * | usb: renesas_usbhs: Add Renesas USBHS common codeKuninori Morimoto2011-04-131-0/+149
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-051-0/+1
|\ \ \ | | |/ | |/|
| * | usbnet: Resubmit interrupt URB if device is openPaul Stewart2011-04-281-0/+1
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-191-2/+2
|\ \ \ | |/ /
| * | usbnet: Fix up 'FLAG_POINTTOPOINT' and 'FLAG_MULTI_PACKET' overlaps.huajun li2011-04-141-2/+2
| |/
* | rndis_host: Poll status before control channel where necessaryBen Hutchings2011-04-131-0/+2
|/
* Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-076-8/+8
|\
| * Fix common misspellingsLucas De Marchi2011-03-316-8/+8
* | usbnet: use eth%d name for known ethernet devicesArnd Bergmann2011-04-011-0/+2
* | net/usb: Ethernet quirks for the LG-VL600 4G modemAndrzej Zaborowski2011-03-301-0/+3
|/
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-03-161-3/+3
|\
| * Merge 2.6.38-rc6 into tty-nextGreg Kroah-Hartman2011-02-242-9/+18
| |\
| * | tty: remove filp from the USB tty ioctlsAlan Cox2011-02-171-1/+1
| * | tiocmset: kill the file pointer argumentAlan Cox2011-02-171-1/+1
| * | tiocmget: kill off the passing of the struct fileAlan Cox2011-02-171-1/+1
* | | USB: Add support for SuperSpeed isoc endpointsPaul Zimmerman2011-03-131-0/+2
* | | USB: Remove bogus USB_PORT_STAT_SUPER_SPEED symbol.Sarah Sharp2011-03-131-1/+0
* | | usb: Make core allocate resources per PCI-device.Sarah Sharp2011-03-131-0/+7
* | | usb: Store bus type in usb_hcd, not in driver flags.Sarah Sharp2011-03-131-0/+4
* | | 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
|/