summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2013-12-09usb: wusbcore: add calls to usb_hcd_link_urb_to_ep, usb_hcd_unlink_urb_from_e...Thomas Pugliese
2013-12-09USB: OHCI: Properly handle ohci-spear suspendMajunath Goudar
2013-12-09USB: OHCI: Properly handle ohci-exynos suspendMajunath Goudar
2013-12-09USB: OHCI: Properly handle ohci-da8xx suspendMajunath Goudar
2013-12-09USB: OHCI: Properly handle ohci-s3c2410 suspendMajunath Goudar
2013-12-09USB: OHCI: Properly handle ohci-at91 suspendMajunath Goudar
2013-12-09USB: OHCI: Properly handle OHCI controller suspendMajunath Goudar
2013-12-09usb: usbtest: update bos test coverage to usb 2.1 deviceHuang Rui
2013-12-09usb: usbtest: fix the bit mask of usb 2.0 extension descriptorHuang Rui
2013-12-09usb: usbtest: add a test case to support bos for queue controlHuang Rui
2013-12-05USB: fix coccinelle warningsFengguang Wu
2013-12-05USB: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han
2013-12-03usb: host: Remove superfluous name castsGeert Uytterhoeven
2013-12-03usb: gadget: Remove superfluous name castsGeert Uytterhoeven
2013-12-03usb: core: Remove superfluous name castsGeert Uytterhoeven
2013-12-03USB: kill #undef VERBOSE_DEBUGOliver Neukum
2013-12-03usb: kill DEBUG compile optionOliver Neukum
2013-12-03fusbh200: kill fusbh200_vdbgOliver Neukum
2013-12-03fusb200h: always compile in debugfs supportOliver Neukum
2013-12-03fusbh200: always compile debugfs supportOliver Neukum
2013-12-03fusb200h: don't log on every interruptOliver Neukum
2013-12-03fusbh200: unconditionally compile debugging helpersOliver Neukum
2013-12-03uhci: compile debugfs conditional on CONFIG_DYNAMIC_DEBUG || DEBUGOliver Neukum
2013-12-03uhci: change dependency for debug parameterOliver Neukum
2013-12-03fusbh200: always build debugfs supportOliver Neukum
2013-12-03fotg210: kill fotg210_vdbg()Oliver Neukum
2013-12-03fotg210: remove conditional compilationOliver Neukum
2013-12-03fotg210: change dbg_port() to evaluate parameters only if neededOliver Neukum
2013-12-03fotg210: always compile the support for debugfsOliver Neukum
2013-12-03fotg210: remove conditional compilationOliver Neukum
2013-12-03ehci: Remove debugging at every interruptOliver Neukum
2013-12-03ehci: no conditional compilation for interestingnessOliver Neukum
2013-12-03ohci: no conditional debugging in root hub hadlingOliver Neukum
2013-12-03ohci:always register debug filesOliver Neukum
2013-12-03ohci: kill ohci_vdbgOliver Neukum
2013-12-03ohci: remove conditional compilationOliver Neukum
2013-12-03cdc-acm: fix power management in ioctlOliver Neukum
2013-12-03cdc-acm: add TIOCGICOUNTOliver Neukum
2013-12-03cdc-acm: add TIOCMIWAITOliver Neukum
2013-12-03usb: chipidea: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han
2013-12-03usb: chipidea: host: Only disable the vbus regulator if it is not NULLFabio Estevam
2013-12-02xhci: replace xhci_write_64() with writeq()Xenia Ragiadakou
2013-12-02xhci: replace xhci_read_64() with readq()Xenia Ragiadakou
2013-12-02xhci: replace xhci_writel() with writel()Xenia Ragiadakou
2013-12-02xhci: replace xhci_readl() with readl()Xenia Ragiadakou
2013-12-02xhci: remove conversion from generic to pci device in xhci_mem.cXenia Ragiadakou
2013-12-02xhci: fix incorrect type in assignment in xhci_count_num_dropped_endpoints()Xenia Ragiadakou
2013-12-02xhci: fix incorrect type in assignment in xhci_count_num_new_endpoints()Xenia Ragiadakou
2013-12-02xhci: remove unnecessary check in xhci_free_stream_info()Xenia Ragiadakou
2013-12-02xhci: fix SCT_FOR_CTX(p) macroXenia Ragiadakou