summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-10-12usb: Remove unnecessary semicolonsJoe Perches23-32/+32
2013-10-12usb: chipidea: udc: Fix calling spin_lock_irqsave at sleep contextPeter Chen1-4/+3
2013-10-12usb: chipidea: udc: Fix spinlock recursion during bus resetPeter Chen1-1/+1
2013-10-07USB: cyberjack: fix buggy integer overflow testDan Carpenter1-1/+1
2013-10-07USB/host: Bugfix: Return length of copied buffer in uhci_hub_control()Deng-Cheng Zhu1-20/+20
2013-10-07usb: gadget: mv_u3d_core: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-10-07usb: wusbcore: fix string formatting warnings on 64-bit buildsThomas Pugliese1-2/+2
2013-10-07usb: host: uhci-platform: remove deprecated IRQF_DISABLEDMichael Opdenacker1-2/+1
2013-10-07Merge 3.12-rc4 into usb-nextGreg Kroah-Hartman99-692/+1071
2013-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds8-25/+67
2013-10-07Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds3-17/+17
2013-10-06drivers: usb: core: hcd: if-else-braces fixedMatthias Beyer1-2/+2
2013-10-06drivers: usb: core: hcd: removed braces for return statementsMatthias Beyer1-4/+4
2013-10-06drivers: usb: core: hcd: replaced C99 // commentsMatthias Beyer1-5/+5
2013-10-06drivers: usb: core: hcd: Whitespace fixesMatthias Beyer1-28/+28
2013-10-06drivers: usb: core: hcd: moved asterix to variableMatthias Beyer1-1/+1
2013-10-06USB/host: Use existing macros instead of hard-coded values in uhci-debug.cDeng-Cheng Zhu1-8/+8
2013-10-06USB: OHCI: Properly handle ohci-spear suspendManjunath Goudar1-3/+9
2013-10-06USB: OHCI: Properly handle ohci-sm501 suspendManjunath Goudar1-2/+9
2013-10-06USB: OHCI: Properly handle ohci-pxa27x suspendManjunath Goudar1-1/+8
2013-10-06USB: OHCI: Properly handle ohci-platform suspendManjunath Goudar1-2/+9
2013-10-06USB: OHCI: Properly handle ohci-omap suspendManjunath Goudar1-3/+10
2013-10-06USB: OHCI: Properly handle ohci-exynos suspendManjunath Goudar1-15/+5
2013-10-06USB: OHCI: Properly handle ohci-ep93xx suspendManjunath Goudar1-2/+9
2013-10-06USB: OHCI: Properly handle ohci-da8xx suspendManjunath Goudar1-4/+11
2013-10-06USB: OHCI: Properly handle ohci-s3c2410 suspendManjunath Goudar1-17/+4
2013-10-06USB: OHCI: Properly handle ohci-at91 suspendManjunath Goudar1-2/+8
2013-10-06USB: OHCI: Properly handle OHCI controller suspendManjunath Goudar1-1/+8
2013-10-06usb: g_ffs: fix compilation warningDavid Cohen1-0/+2
2013-10-06usb: wusbcore: add support for isoc out transfersThomas Pugliese2-102/+406
2013-10-05Merge tag 'gpio-v3.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-57/+101
2013-10-05Merge tag 'usb-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds8-13/+29
2013-10-05Merge tag 'tty-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-20/+27
2013-10-05Merge tag 'staging-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-28/+21
2013-10-05Merge tag 'pm+acpi-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-4/+7
2013-10-04Merge tag 'iommu-fixes-v3.12-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+7
2013-10-04dmaengine: imx-dma: fix callback path in taskletMichael Grzeschik1-4/+6
2013-10-04dmaengine: imx-dma: fix lockdep issue between irqhandler and taskletMichael Grzeschik1-11/+8
2013-10-04dmaengine: imx-dma: fix slow path issue in prep_dma_cyclicMichael Grzeschik1-1/+1
2013-10-04xen/hvc: allow xenboot console to be used againDavid Vrabel1-0/+1
2013-10-04usb: phy: omap: get rid of omap_get_control_dev()Roger Quadros1-21/+10
2013-10-04usb: musb: omap2430: Don't use omap_get_control_dev()Roger Quadros1-11/+14
2013-10-04usb: phy: omap-usb3: Don't use omap_get_control_dev()Roger Quadros1-6/+20
2013-10-04usb: phy: omap-usb2: Don't use omap_get_control_dev()Roger Quadros1-8/+23
2013-10-04usb: phy: omap: Add new device types and remove omap_control_usb3_phy_power()Roger Quadros2-76/+103
2013-10-04usb: phy: omap-control: Get rid of platform dataRoger Quadros1-9/+3
2013-10-04usb: wusbcore: set the RPIPE bOverTheAirInterval for isoc endpointsThomas Pugliese1-2/+4
2013-10-04usb: wusbcore: implement hwahc_op_get_frame_numberThomas Pugliese1-3/+7
2013-10-04usb: wusbcore: avoid stack overflow in URB enqueue error pathThomas Pugliese1-13/+38
2013-10-04usb: ohci: use amd_chipset_type to filter for SB800 prefetchHuang Rui3-13/+10