aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-08USB: storage: use sg_miter_* APIs to access scsi bufferMing Lei1-54/+26
2013-12-08usb: wusbcore: return -ENOENT for unlinked URBs.Thomas Pugliese1-3/+5
2013-12-08usb: wusbcore: add more info to debug prints in urb_unlink pathThomas Pugliese1-10/+11
2013-12-08usb: wusbcore: add calls to usb_hcd_link_urb_to_ep, usb_hcd_unlink_urb_from_ep, andThomas Pugliese3-4/+26
2013-12-08USB: OHCI: Properly handle ohci-spear suspendMajunath Goudar1-3/+9
2013-12-08USB: OHCI: Properly handle ohci-exynos suspendMajunath Goudar1-16/+6
2013-12-08USB: OHCI: Properly handle ohci-da8xx suspendMajunath Goudar1-4/+12
2013-12-08USB: OHCI: Properly handle ohci-s3c2410 suspendMajunath Goudar1-17/+4
2013-12-08USB: OHCI: Properly handle ohci-at91 suspendMajunath Goudar1-2/+9
2013-12-08USB: OHCI: Properly handle OHCI controller suspendMajunath Goudar1-1/+8
2013-12-08usb: usbtest: update bos test coverage to usb 2.1 deviceHuang Rui1-1/+1
2013-12-08usb: usbtest: fix the bit mask of usb 2.0 extension descriptorHuang Rui1-2/+2
2013-12-08usb: usbtest: add a test case to support bos for queue controlHuang Rui1-1/+10
2013-12-04USB: fix coccinelle warningsFengguang Wu1-1/+1
2013-12-04USB: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han4-4/+4
2013-12-03usb: host: Remove superfluous name castsGeert Uytterhoeven5-5/+5
2013-12-03usb: gadget: Remove superfluous name castsGeert Uytterhoeven2-2/+2
2013-12-03usb: core: Remove superfluous name castsGeert Uytterhoeven1-2/+2
2013-12-03USB: kill #undef VERBOSE_DEBUGOliver Neukum4-5/+0
2013-12-03usb: kill DEBUG compile optionOliver Neukum12-21/+35
2013-12-03fusbh200: kill fusbh200_vdbgOliver Neukum1-11/+5
2013-12-03fusb200h: always compile in debugfs supportOliver Neukum2-20/+4
2013-12-03fusbh200: always compile debugfs supportOliver Neukum1-8/+0
2013-12-03fusb200h: don't log on every interruptOliver Neukum1-7/+0
2013-12-03fusbh200: unconditionally compile debugging helpersOliver Neukum1-14/+0
2013-12-03uhci: compile debugfs conditional on CONFIG_DYNAMIC_DEBUG || DEBUGOliver Neukum1-2/+2
2013-12-03uhci: change dependency for debug parameterOliver Neukum1-19/+25
2013-12-03fusbh200: always build debugfs supportOliver Neukum2-39/+0
2013-12-03fotg210: kill fotg210_vdbg()Oliver Neukum1-11/+5
2013-12-03fotg210: remove conditional compilationOliver Neukum1-10/+3
2013-12-03fotg210: change dbg_port() to evaluate parameters only if neededOliver Neukum1-5/+5
2013-12-03fotg210: always compile the support for debugfsOliver Neukum1-47/+0
2013-12-03fotg210: remove conditional compilationOliver Neukum2-16/+0
2013-12-03ehci: Remove debugging at every interruptOliver Neukum1-7/+0
2013-12-03ehci: no conditional compilation for interestingnessOliver Neukum1-4/+2
2013-12-03ohci: no conditional debugging in root hub hadlingOliver Neukum1-4/+2
2013-12-03ohci:always register debug filesOliver Neukum1-6/+0
2013-12-03ohci: kill ohci_vdbgOliver Neukum3-12/+6
2013-12-03ohci: remove conditional compilationOliver Neukum4-87/+1
2013-12-03cdc-acm: fix power management in ioctlOliver Neukum1-0/+6
2013-12-03cdc-acm: add TIOCGICOUNTOliver Neukum1-0/+24
2013-12-03cdc-acm: add TIOCMIWAITOliver Neukum2-12/+77
2013-12-03usb: chipidea: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-12-03usb: chipidea: host: Only disable the vbus regulator if it is not NULLFabio Estevam1-1/+2
2013-12-02xhci: replace xhci_write_64() with writeq()Xenia Ragiadakou4-33/+20
2013-12-02xhci: replace xhci_read_64() with readq()Xenia Ragiadakou5-23/+17
2013-12-02xhci: replace xhci_writel() with writel()Xenia Ragiadakou5-61/+47
2013-12-02xhci: replace xhci_readl() with readl()Xenia Ragiadakou6-118/+112
2013-12-02xhci: remove conversion from generic to pci device in xhci_mem.cXenia Ragiadakou1-10/+10
2013-12-02xhci: fix incorrect type in assignment in xhci_count_num_dropped_endpoints()Xenia Ragiadakou1-2/+2