summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* USB: kobil_sct: fix broken debug codeJohan Hovold2013-04-171-18/+2Star
* USB: omninet: switch to generic read implementationJohan Hovold2013-04-171-40/+3Star
* USB: omninet: refactor read-urb processingJohan Hovold2013-04-171-7/+18
* USB: omninet: clean up protocol definesJohan Hovold2013-04-171-7/+7
* USB: omninet: clean up protocol descriptionJohan Hovold2013-04-171-7/+6Star
* USB: omninet: use kzalloc for private dataJohan Hovold2013-04-171-1/+1
* USB: ehci-omap: Improve PHY error handlingRoger Quadros2013-04-171-2/+2
* USB: ehci-omap: Don't select any PHY driverRoger Quadros2013-04-171-1/+3
* usbfs: Always allow ctrl requests with USB_RECIP_ENDPOINT on the ctrl epHans de Goede2013-04-171-0/+2
* usb: storage: Add usb_stor_dbg, reduce object sizeJoe Perches2013-04-173-12/+34
* usb: remove redundant tdi_resetShengzhou Liu2013-04-171-3/+0Star
* usb: exynos: do not include plat/usb-phy.hArnd Bergmann2013-04-116-14/+9Star
* usb: ohci-exynos: skip phy setup for Exynos5440 based platformsThomas Abraham2013-04-111-2/+9
* USB: serial: wishbone-serial: fix up minor sparse warningGreg Kroah-Hartman2013-04-111-1/+1
* usb-serial: add support for USB Wishbone-serial adaptersWesley W. Terpstra2013-04-113-0/+113
* USB: enclose USB_XHCI_HCD related symbols within a if USB_XHCI_HCD blockFlorian Fainelli2013-04-101-2/+4
* USB: enclose all depends on USB_OHCI_HCD within an if USB_OHCI_HCD blockFlorian Fainelli2013-04-101-25/+26
* USB: enclose EHCI HCD drivers within an if USB_EHCI_HCD blockFlorian Fainelli2013-04-101-39/+42
* USB: remove USB_EHCI_BIG_ENDIAN_{DESC,MMIO} depends on architecture symbolFlorian Fainelli2013-04-106-9/+13
* USB: regroup all depends on USB within an if USB blockFlorian Fainelli2013-04-1014-74/+36Star
* USB: option: add a D-Link DWM-156 variantBjørn Mork2013-04-101-0/+6
* usb: ehci-s5p: fix: Fix null pointer dereferencingVivek Gautam2013-04-101-1/+1
* Merge tag 'for-usb-next-2012-04-08' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2013-04-093-15/+19
|\
| * xhci - clarify compliance mode debug messagesTony Camuso2013-04-081-5/+9
| * xhci: Rename SEGMENT_SIZE and SEGMENT_SHIFT as the former is used in a.out.hDavid Howells2013-04-032-10/+10
| * xhci: Use ilog2() rather than __ffs() for calculating SEGMENT_SHIFTDavid Howells2013-04-031-1/+1
* | USB: EHCI: make ehci-msm a separate driverManjunath Goudar2013-04-084-54/+44Star
* | USB: EHCI: make ehci-atmel a separate driverManjunath Goudar2013-04-084-52/+51Star
* | USB: EHCI: make ehci-s5p a separate driverManjunath Goudar2013-04-084-91/+85Star
* | USB: EHCI: make ehci-spear a separate driverManjunath Goudar2013-04-084-69/+61Star
* | USB: EHCI: make ehci-orion a separate driverManjunath Goudar2013-04-084-53/+53
* | USB: add ftdi_sio USB ID for GDM Boost V1.xStefani Seibold2013-04-082-0/+2
* | usb, gadget: use appropriate warning accessorsDavid Rientjes2013-04-081-2/+2
* | USB: fix an incorrect table index in commentHuang Rui2013-04-081-2/+2
* | Merge 3.9-rc6 into usb-nextGreg Kroah-Hartman2013-04-08268-1504/+2525
|\ \
| * | Linux 3.9-rc6Linus Torvalds2013-04-081-1/+1
| * | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-04-075-19/+46
| |\ \
| | * | KVM: Allow cross page reads and writes from cached translations.Andrew Honig2013-04-075-19/+46
| * | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-04-072-5/+4Star
| |\ \ \
| | * | | x86: Fix rebuild with EFI_STUB enabledJan Beulich2013-04-051-3/+2Star
| | * | | x86: remove the x32 syscall bitmask from syscall_get_nr()Paul Moore2013-04-021-2/+2
| * | | | alpha: irq: remove deprecated use of IRQF_DISABLEDWill Deacon2013-04-073-9/+8Star
| * | | | alpha: irq: run all handlers with interrupts disabledWill Deacon2013-04-072-8/+8
| * | | | alpha: makefile: don't enforce small data model for kernel buildsWill Deacon2013-04-071-1/+1
| * | | | alpha: Add irongate_io to PCI bus resourcesJay Estabrook2013-04-071-0/+5
| * | | | Merge tag 'dm-3.9-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2013-04-061-13/+38
| |\ \ \ \
| | * | | | dm cache: reduce bio front_pad size in writeback modeMike Snitzer2013-04-051-13/+34
| | * | | | dm cache: fix writes to cache device in writethrough modeDarrick J. Wong2013-04-051-0/+4
| | |/ / /
| * | | | Merge tag 'pci-v3.9-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-04-069-118/+169
| |\ \ \ \
| | * | | | PCI/PM: Disable runtime PM of PCIe portsRafael J. Wysocki2013-04-031-13/+0Star