aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2013-12-08USB: OHCI: Properly handle ohci-s3c2410 suspendGravatar Majunath Goudar 1-17/+4
2013-12-08USB: OHCI: Properly handle ohci-at91 suspendGravatar Majunath Goudar 1-2/+9
2013-12-08USB: OHCI: Properly handle OHCI controller suspendGravatar Majunath Goudar 1-1/+8
2013-12-04USB: fix coccinelle warningsGravatar Fengguang Wu 1-1/+1
2013-12-04USB: remove DEFINE_PCI_DEVICE_TABLE macroGravatar Jingoo Han 1-1/+1
2013-12-04usb: ohci-pxa27x: include linux/dma-mapping.hGravatar Daniel Mack 1-0/+1
2013-12-03usb: host: Remove superfluous name castsGravatar Geert Uytterhoeven 5-5/+5
2013-12-03USB: kill #undef VERBOSE_DEBUGGravatar Oliver Neukum 4-5/+0
2013-12-03usb: kill DEBUG compile optionGravatar Oliver Neukum 12-21/+35
2013-12-03fusbh200: kill fusbh200_vdbgGravatar Oliver Neukum 1-11/+5
2013-12-03fusb200h: always compile in debugfs supportGravatar Oliver Neukum 2-20/+4
2013-12-03fusbh200: always compile debugfs supportGravatar Oliver Neukum 1-8/+0
2013-12-03fusb200h: don't log on every interruptGravatar Oliver Neukum 1-7/+0
2013-12-03fusbh200: unconditionally compile debugging helpersGravatar Oliver Neukum 1-14/+0
2013-12-03uhci: compile debugfs conditional on CONFIG_DYNAMIC_DEBUG || DEBUGGravatar Oliver Neukum 1-2/+2
2013-12-03uhci: change dependency for debug parameterGravatar Oliver Neukum 1-19/+25
2013-12-03fusbh200: always build debugfs supportGravatar Oliver Neukum 2-39/+0
2013-12-03fotg210: kill fotg210_vdbg()Gravatar Oliver Neukum 1-11/+5
2013-12-03fotg210: remove conditional compilationGravatar Oliver Neukum 1-10/+3
2013-12-03fotg210: change dbg_port() to evaluate parameters only if neededGravatar Oliver Neukum 1-5/+5
2013-12-03fotg210: always compile the support for debugfsGravatar Oliver Neukum 1-47/+0
2013-12-03fotg210: remove conditional compilationGravatar Oliver Neukum 2-16/+0
2013-12-03ehci: Remove debugging at every interruptGravatar Oliver Neukum 1-7/+0
2013-12-03ehci: no conditional compilation for interestingnessGravatar Oliver Neukum 1-4/+2
2013-12-03ohci: no conditional debugging in root hub hadlingGravatar Oliver Neukum 1-4/+2
2013-12-03ohci:always register debug filesGravatar Oliver Neukum 1-6/+0
2013-12-03ohci: kill ohci_vdbgGravatar Oliver Neukum 3-12/+6
2013-12-03ohci: remove conditional compilationGravatar Oliver Neukum 4-87/+1
2013-12-02xhci: replace xhci_write_64() with writeq()Gravatar Xenia Ragiadakou 4-33/+20
2013-12-02xhci: replace xhci_read_64() with readq()Gravatar Xenia Ragiadakou 5-23/+17
2013-12-02xhci: replace xhci_writel() with writel()Gravatar Xenia Ragiadakou 5-61/+47
2013-12-02xhci: replace xhci_readl() with readl()Gravatar Xenia Ragiadakou 6-118/+112
2013-12-02xhci: remove conversion from generic to pci device in xhci_mem.cGravatar Xenia Ragiadakou 1-10/+10
2013-12-02xhci: fix incorrect type in assignment in xhci_count_num_dropped_endpoints()Gravatar Xenia Ragiadakou 1-2/+2
2013-12-02xhci: fix incorrect type in assignment in xhci_count_num_new_endpoints()Gravatar Xenia Ragiadakou 1-2/+2
2013-12-02xhci: remove unnecessary check in xhci_free_stream_info()Gravatar Xenia Ragiadakou 1-2/+1
2013-12-02xhci: fix SCT_FOR_CTX(p) macroGravatar Xenia Ragiadakou 1-1/+1
2013-12-02xhci: replace USB_MAXINTERFACES with config->desc.bNumInterfaceGravatar Xenia Ragiadakou 1-1/+1
2013-12-02xhci: fix incorrect type in assignment in xhci_address_device()Gravatar Xenia Ragiadakou 1-3/+3
2013-12-02xhci: fix sparse warning in xhci-trace.hGravatar Xenia Ragiadakou 1-1/+1
2013-12-02xhci: fix derivation of TRB's DMA address in xhci_log_event Trace Event ClassGravatar Xenia Ragiadakou 1-2/+2
2013-12-02xhci: fix incorrect type in assignment in handle_device_notification()Gravatar Xenia Ragiadakou 1-1/+1
2013-12-02xhci: convert TRB_CYCLE to le32 before using it to set Link TRB's cycle bitGravatar Xenia Ragiadakou 1-2/+3
2013-12-02usb: xhci: Link TRB must not occur within a USB payload burstGravatar David Laight 1-2/+52
2013-11-28usb: r8a66597-hcd: Convert to clk_prepare/unprepareGravatar Laurent Pinchart 1-2/+2
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armGravatar Linus Torvalds 19-65/+64
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-0/+6
2013-11-11Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Gravatar Linus Torvalds 1-4/+4
2013-10-31DMA-API: usb: use new dma_coerce_mask_and_coherent()Gravatar Russell King 15-43/+16
2013-10-31DMA-API: usb: use dma_set_coherent_mask()Gravatar Russell King 16-33/+55