summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2013-08-13xhci: trace debug statements for urb cancellationXenia Ragiadakou
2013-08-13xhci: add xhci_cmd_completion trace eventXenia Ragiadakou
2013-08-13xhci: add xhci_address_ctx trace eventXenia Ragiadakou
2013-08-13xhci: add trace for debug messages related to endpoint resetXenia Ragiadakou
2013-08-13xhci: add trace for debug messages related to quirksXenia Ragiadakou
2013-08-13xhci: add trace for debug messages related to changing contextsXenia Ragiadakou
2013-08-13xhci: add traces for debug messages in xhci_address_device()Xenia Ragiadakou
2013-08-13xhci: remove CONFIG_USB_XHCI_HCD_DEBUGGING and unused codeXenia Ragiadakou
2013-08-13xhci: replace printk(KERN_DEBUG ...)Xenia Ragiadakou
2013-08-13xhci: replace xhci_info() with xhci_dbg()Xenia Ragiadakou
2013-08-13usb: Add Device Tree support to XHCI Platform driverAl Cooper
2013-08-05Merge 3.11-rc4 into usb-nextGreg Kroah-Hartman
2013-08-03usb: fix some scripts/kernel-doc warningsYacine Belkadi
2013-08-02USB: ohci-at91: add usb_clk for transition to common clk frameworkBoris BREZILLON
2013-08-02USB: EHCI: don't depend on hardware for tracking port resets and resumesAlan Stern
2013-08-02USB: EHCI: keep better track of resuming portsAlan Stern
2013-07-31USB: pl2303: restrict the divisor based baud rate encoding method to the "HX"...Frank Schäfer
2013-07-31USB: host: use dev_get_platdata()Jingoo Han
2013-07-31USB: handle LPM errors during device suspend correctlyAlan Stern
2013-07-31USB: refactor code for enabling/disabling remote wakeupAlan Stern
2013-07-31USB: simplify the interface of usb_get_status()Alan Stern
2013-07-31usb: misc: usb3503: use dev_get_platdata()Jingoo Han
2013-07-31usb: renesas: use dev_get_platdata()Jingoo Han
2013-07-31USB: c67x00: use dev_get_platdata()Jingoo Han
2013-07-31usb: core: don't try to reset_device() a port that got just disconnectedJulius Werner
2013-07-29USB: serial: ftdi_sio: add more RT Systems ftdi devicesRick Farina (Zero_Chaos)
2013-07-29usb: host: Faraday fotg210-hcd driverFeng-Hsin Chiang
2013-07-29USB: serial: pl2303: fix the upper baud rate limit check for type_0/1 chipsFrank Schäfer
2013-07-29usb: chipidea: fix the build error with randconfigPeter Chen
2013-07-29usb: chipidea: cast PORTSC_PTS and DEVLC_PTS macrosFabio Estevam
2013-07-29Merge tag 'fixes-for-v3.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman
2013-07-29Merge 3.11-rc3 into usb-nextGreg Kroah-Hartman
2013-07-29usb: gadget: udc-core: fix the typo of udc state attributeRong Wang
2013-07-29usb: gadget: f_phonet: remove unused preprocessor conditionalAndrzej Pietrasiewicz
2013-07-29usb: gadget: multi: fix error return code in cdc_do_config()Andrzej Pietrasiewicz
2013-07-28USB: mos7840: fix pointer castsJohan Hovold
2013-07-26USB: mos7840: fix race in led handlingJohan Hovold
2013-07-26USB: mos7840: fix device-type detectionJohan Hovold
2013-07-26USB: mos7840: fix race in register handlingJohan Hovold
2013-07-26USB: serial: add driver for Suunto ANT+ USB deviceGreg Kroah-Hartman
2013-07-26USB: ohci_usb warn "irq nobody cared" on shutdowncaizhiyong
2013-07-26usb: limit OMAP related USB options to OMAP2PLUS platformsPaul Gortmaker
2013-07-26usb: ohci-ep93xx: tidy up driver (*probe) and (*remove)H Hartley Sweeten
2013-07-26usb: ohci-ep93xx: use devm_clk_get()H Hartley Sweeten
2013-07-26usb: ohci-ep93xx: use platform_get_irq()H Hartley Sweeten
2013-07-26usb: ohci-ep93xx: use devm_ioremap_resource()H Hartley Sweeten
2013-07-25USB: usb-skeleton.c: add retry for nonblocking readChen Wang
2013-07-25usbtmc: convert to devm_kzallocAndy Shevchenko
2013-07-25usbtmc: remove redundant bracesAndy Shevchenko
2013-07-25usbtmc: call pr_err instead of plain printkAndy Shevchenko