summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2012-08-10usb: host: ohci-platform: BUG_ON() to WARN_ON() on probeKuninori Morimoto1-1/+5
2012-08-10usb: host: ehci-platform: BUG_ON() to WARN_ON() on probeKuninori Morimoto1-1/+5
2012-08-10drivers/usb/host/ehci-xilinx-of.c: use devm_ functionsJulia Lawall1-17/+3
2012-08-10drivers/usb/host/ehci-vt8500.c: use devm_ functionsJulia Lawall1-13/+2
2012-08-10drivers/usb/host/ehci-tegra.c: use devm_ functionsJulia Lawall1-27/+13
2012-08-10drivers/usb/host/ehci-sh.c: use devm_ functionsJulia Lawall1-28/+7
2012-08-10drivers/usb/host/ehci-sead3.c: use devm_ functionsJulia Lawall1-13/+2
2012-08-10drivers/usb/host/ehci-s5p.c: use devm_ functionsJulia Lawall1-5/+2
2012-08-10drivers/usb/host/ehci-ppc-of.c: use devm_ functionsJulia Lawall1-21/+7
2012-08-10drivers/usb/host/ehci-mxc.c: use devm_ functionsJulia Lawall1-35/+10
2012-08-10drivers/usb/host/ehci-mv.c: use devm_ functionsJulia Lawall1-35/+16
2012-08-10drivers/usb/host/ehci-msm.c: use devm_ functionsJulia Lawall1-9/+4
2012-08-10drivers/usb/host/ehci-ls1x.c: use devm_ functionsJulia Lawall1-15/+3
2012-08-10drivers/usb/host/ehci-ixp4xx.c: use devm_ functionsJulia Lawall1-16/+3
2012-08-10drivers/usb/host/ehci-grlib.c: use devm_ functionsJulia Lawall1-15/+3
2012-08-10drivers/usb/host/ehci-cns3xxx.c: use devm_ functionsJulia Lawall1-14/+2
2012-08-10drivers/usb/host/ehci-au1xxx.c: use devm_ functionsJulia Lawall1-16/+4
2012-08-10drivers/usb/host/ehci-atmel.c: use devm_ functionsJulia Lawall1-24/+6
2012-08-10USB: ftdi_sio: Quiet sparse noise about using plain integer was NULL pointerYing Xue1-1/+1
2012-08-10USB: ohci-pxa27x: add DT bindingsDaniel Mack1-0/+68
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-10/+8
2012-08-01Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-1/+1
2012-08-01Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-10/+14
2012-08-01netvm: propagate page->pfmemalloc from skb_alloc_page to skbMel Gorman1-1/+1
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds7-51/+4
2012-07-31usb/host/r8a66597: remove conditional compilation of clk codeViresh Kumar2-17/+0
2012-07-31gadget/r8a66597: remove conditional compilation of clk codeViresh Kumar2-13/+3
2012-07-31gadget/m66592: remove conditional compilation of clk codeViresh Kumar2-13/+1
2012-07-31usb/musb: remove conditional compilation of clk codeViresh Kumar1-8/+0
2012-07-30Merge tag 'mfd-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds1-4/+4
2012-07-29gadgetfs: clean upAl Viro2-10/+8
2012-07-27Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+4
2012-07-26Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds137-4053/+7447
2012-07-25Merge branch 'v3.5-rc7-fixes' of git://github.com/lunn/linux into fixesArnd Bergmann1-0/+4
2012-07-25ARM: Orion: fix driver probe error handling with respect to clkSimon Baatz1-0/+4
2012-07-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-1/+21
2012-07-25Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-5/+5
2012-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds7-12/+12
2012-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-3/+3
2012-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds4-0/+427
2012-07-24Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-10/+10
2012-07-24Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds5-7/+9
2012-07-23Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-30/+24
2012-07-20[SCSI] usb-storage: update usb devices for write cache quirk in quirk list.Namjae Jeon1-0/+12
2012-07-20[SCSI] usb-storage: add support for write cache quirkNamjae Jeon2-1/+9
2012-07-20usb: Add USB_QUIRK_RESET_RESUME for all Logitech UVC webcamsLaurent Pinchart1-42/+16
2012-07-20usb: Add quirk detection based on interface informationLaurent Pinchart4-39/+106
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-33/+100
2012-07-19isp1301_omap: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o1-1/+0
2012-07-19pxa25x_udc: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o1-8/+4