Age | Commit message (Expand) | Author | Files | Lines |
2011-05-27 | USB: TWL6025 allow different regulator name | Graeme Gregory | 1 | -1/+9 |
2011-05-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 | Linus Torvalds | 1 | -1/+1 |
2011-05-23 | Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 145 | -3372/+13867 |
2011-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 5 | -8/+9 |
2011-05-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 1 | -1/+0 |
2011-05-20 | sanitize <linux/prefetch.h> usage | Linus Torvalds | 7 | -0/+7 |
2011-05-19 | USB: EHCI: Remove SPARC_LEON {read,write}_be definitions from ehci.h | Jan Andersson | 1 | -3/+0 |
2011-05-19 | USB: UHCI: Support big endian GRUSBHC HC | Jan Andersson | 2 | -2/+18 |
2011-05-19 | USB: UHCI: Add support for big endian descriptors | Jan Andersson | 5 | -120/+192 |
2011-05-19 | USB: UHCI: Use ACCESS_ONCE rather than using a full compiler barrier | Alan Stern | 1 | -12/+2 |
2011-05-19 | USB: UHCI: Add support for big endian mmio | Jan Andersson | 2 | -15/+56 |
2011-05-19 | usb-storage: Correct adjust_quirks to include latest flags | Karl Relton | 1 | -1/+8 |
2011-05-19 | usb/isp1760: Fix possible unlink problems | Arvid Brodin | 1 | -52/+95 |
2011-05-19 | usb/isp1760: Move function isp1760_endpoint_disable() within file. | Arvid Brodin | 1 | -34/+34 |
2011-05-19 | USB: remove remaining usages of hcd->state from usbcore and fix regression | Alan Stern | 6 | -9/+19 |
2011-05-18 | Haavard Skinnemoen has left Atmel | Jean Delvare | 1 | -1/+1 |
2011-05-18 | drivercore: revert addition of of_match to struct device | Grant Likely | 1 | -2/+5 |
2011-05-18 | usb: musb: ux500: add configuration and build options for ux500 dma | Mian Yousaf Kaukab | 2 | -0/+12 |
2011-05-18 | usb: musb: ux500: add dma glue layer for ux500 | Mian Yousaf Kaukab | 1 | -0/+422 |
2011-05-18 | usb: musb: ux500: add dma name for ux500 | Mian Yousaf Kaukab | 1 | -0/+2 |
2011-05-18 | usb: musb: ux500: add ux500 specific code for gadget side | Mian Yousaf Kaukab | 1 | -4/+53 |
2011-05-18 | usb: musb: fix compile error | Felipe Balbi | 2 | -0/+4 |
2011-05-17 | usb-storage: fix up the unusual_realtek device list | Alan Stern | 1 | -5/+5 |
2011-05-17 | USB: gadget: f_audio: Fix invalid dereference of initdata | Martin Jackson | 1 | -1/+1 |
2011-05-17 | EHCI: don't rescan interrupt QHs needlessly | Alan Stern | 3 | -4/+12 |
2011-05-17 | OHCI: fix regression caused by nVidia shutdown workaround | Alan Stern | 1 | -2/+10 |
2011-05-17 | USB: OTG: msm: Free VCCCX regulator even if we can't set the voltage | Mark Brown | 1 | -3/+1 |
2011-05-17 | USB: OTG: msm: Allow the widest possible range for VDDCX when removing | Mark Brown | 1 | -1/+1 |
2011-05-17 | USB: option: add support for Huawei E353 device | Marcin Gałczyński | 1 | -0/+2 |
2011-05-16 | xhci: Fix memory leak bug when dropping endpoints | Sarah Sharp | 1 | -1/+10 |
2011-05-16 | xhci: Fix memory leak in ring cache deallocation. | Sarah Sharp | 1 | -4/+3 |
2011-05-13 | xhci: Fix full speed bInterval encoding. | Sarah Sharp | 1 | -2/+2 |
2011-05-13 | Merge branch 'for-next' of master.kernel.org:/pub/scm/linux/kernel/git/balbi/... | Greg Kroah-Hartman | 18 | -339/+319 |
2011-05-13 | usb: gadget: rndis: don't test against req->length | Felipe Balbi | 1 | -2/+1 |
2011-05-13 | usb/gadget: at91sam9g20 fix end point max packet size | Jean-Christophe PLAGNIOL-VILLARD | 1 | -1/+1 |
2011-05-13 | drivers/usb/serial/opticon.c: Release resources on kmalloc failure | Julia Lawall | 1 | -2/+5 |
2011-05-13 | USB: s3c-hsotg: return proper error if clk_get fails | Jingoo Han | 1 | -1/+1 |
2011-05-13 | USB: s3c-hsotg: fix checkpatch warnings | Jingoo Han | 1 | -4/+3 |
2011-05-13 | USB: s3c-hsudc: fix checkpatch error and warning | Jingoo Han | 1 | -1/+1 |
2011-05-13 | USB: s3c-hsudc: use IS_ERR() instead of NULL check | Jingoo Han | 1 | -2/+2 |
2011-05-13 | usb: musb: Calling VBUS pulsing API when SRP is initiated. | Hema HK | 1 | -0/+4 |
2011-05-13 | usb: otg: TWL6030: OMAP4430: Adding SRP VBUS pulsing API | Hema HK | 1 | -0/+15 |
2011-05-13 | usb: musb: host: remove duplicate check in musb_ep_program() | Sergei Shtylyov | 1 | -27/+22 |
2011-05-13 | usb: musb: export musb_interrupt symbol | Felipe Balbi | 1 | -1/+1 |
2011-05-13 | usb: musb: allow musb and glue layers to be modules | Felipe Balbi | 1 | -10/+10 |
2011-05-13 | usb: musb: drop unneeded musb_debug trickery | Felipe Balbi | 17 | -301/+267 |
2011-05-12 | xhci: move the common code to a function to get max ports and port array | huajun li | 1 | -39/+27 |
2011-05-12 | ehci: workaround for pci quirk timeout on ExoPC | Andy Ross | 1 | -10/+25 |
2011-05-12 | ehci: pci quirk cleanup | Andy Ross | 1 | -70/+66 |
2011-05-12 | Merge branch 'for-usb-next' of git+ssh://master.kernel.org/pub/scm/linux/kern... | Greg Kroah-Hartman | 1 | -9/+9 |