summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* usb: Use dev_is_pci() to check whether it is pci deviceYijing Wang2013-12-081-1/+1
* usb: wusbcore: add calls to usb_hcd_link_urb_to_ep, usb_hcd_unlink_urb_from_e...Thomas Pugliese2013-12-081-1/+1
* USB: OHCI: Properly handle ohci-spear suspendMajunath Goudar2013-12-081-3/+9
* USB: OHCI: Properly handle ohci-exynos suspendMajunath Goudar2013-12-081-16/+6
* USB: OHCI: Properly handle ohci-da8xx suspendMajunath Goudar2013-12-081-4/+12
* USB: OHCI: Properly handle ohci-s3c2410 suspendMajunath Goudar2013-12-081-17/+4
* USB: OHCI: Properly handle ohci-at91 suspendMajunath Goudar2013-12-081-2/+9
* USB: OHCI: Properly handle OHCI controller suspendMajunath Goudar2013-12-081-1/+8
* USB: fix coccinelle warningsFengguang Wu2013-12-041-1/+1
* USB: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2013-12-041-1/+1
* usb: host: Remove superfluous name castsGeert Uytterhoeven2013-12-035-5/+5
* USB: kill #undef VERBOSE_DEBUGOliver Neukum2013-12-034-5/+0
* usb: kill DEBUG compile optionOliver Neukum2013-12-0312-21/+35
* fusbh200: kill fusbh200_vdbgOliver Neukum2013-12-031-11/+5
* fusb200h: always compile in debugfs supportOliver Neukum2013-12-032-20/+4
* fusbh200: always compile debugfs supportOliver Neukum2013-12-031-8/+0
* fusb200h: don't log on every interruptOliver Neukum2013-12-031-7/+0
* fusbh200: unconditionally compile debugging helpersOliver Neukum2013-12-031-14/+0
* uhci: compile debugfs conditional on CONFIG_DYNAMIC_DEBUG || DEBUGOliver Neukum2013-12-031-2/+2
* uhci: change dependency for debug parameterOliver Neukum2013-12-031-19/+25
* fusbh200: always build debugfs supportOliver Neukum2013-12-032-39/+0
* fotg210: kill fotg210_vdbg()Oliver Neukum2013-12-031-11/+5
* fotg210: remove conditional compilationOliver Neukum2013-12-031-10/+3
* fotg210: change dbg_port() to evaluate parameters only if neededOliver Neukum2013-12-031-5/+5
* fotg210: always compile the support for debugfsOliver Neukum2013-12-031-47/+0
* fotg210: remove conditional compilationOliver Neukum2013-12-032-16/+0
* ehci: Remove debugging at every interruptOliver Neukum2013-12-031-7/+0
* ehci: no conditional compilation for interestingnessOliver Neukum2013-12-031-4/+2
* ohci: no conditional debugging in root hub hadlingOliver Neukum2013-12-031-4/+2
* ohci:always register debug filesOliver Neukum2013-12-031-6/+0
* ohci: kill ohci_vdbgOliver Neukum2013-12-033-12/+6
* ohci: remove conditional compilationOliver Neukum2013-12-034-87/+1
* xhci: replace xhci_write_64() with writeq()Xenia Ragiadakou2013-12-024-33/+20
* xhci: replace xhci_read_64() with readq()Xenia Ragiadakou2013-12-025-23/+17
* xhci: replace xhci_writel() with writel()Xenia Ragiadakou2013-12-025-61/+47
* xhci: replace xhci_readl() with readl()Xenia Ragiadakou2013-12-026-118/+112
* xhci: remove conversion from generic to pci device in xhci_mem.cXenia Ragiadakou2013-12-021-10/+10
* xhci: fix incorrect type in assignment in xhci_count_num_dropped_endpoints()Xenia Ragiadakou2013-12-021-2/+2
* xhci: fix incorrect type in assignment in xhci_count_num_new_endpoints()Xenia Ragiadakou2013-12-021-2/+2
* xhci: remove unnecessary check in xhci_free_stream_info()Xenia Ragiadakou2013-12-021-2/+1
* xhci: fix SCT_FOR_CTX(p) macroXenia Ragiadakou2013-12-021-1/+1
* xhci: replace USB_MAXINTERFACES with config->desc.bNumInterfaceXenia Ragiadakou2013-12-021-1/+1
* xhci: fix incorrect type in assignment in xhci_address_device()Xenia Ragiadakou2013-12-021-3/+3
* xhci: fix sparse warning in xhci-trace.hXenia Ragiadakou2013-12-021-1/+1
* xhci: fix derivation of TRB's DMA address in xhci_log_event Trace Event ClassXenia Ragiadakou2013-12-021-2/+2
* xhci: fix incorrect type in assignment in handle_device_notification()Xenia Ragiadakou2013-12-021-1/+1
* xhci: convert TRB_CYCLE to le32 before using it to set Link TRB's cycle bitXenia Ragiadakou2013-12-021-2/+3
* Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-1419-65/+64
|\
| * DMA-API: usb: use new dma_coerce_mask_and_coherent()Russell King2013-10-3115-43/+16
| * DMA-API: usb: use dma_set_coherent_mask()Russell King2013-10-3116-33/+55
OpenPOWER on IntegriCloud