summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2013-08-14xhci: add trace for debug messages related to endpoint resetXenia Ragiadakou3-7/+18
2013-08-14xhci: add trace for debug messages related to quirksXenia Ragiadakou5-35/+69
2013-08-14xhci: add trace for debug messages related to changing contextsXenia Ragiadakou4-10/+27
2013-08-14xhci: add traces for debug messages in xhci_address_device()Xenia Ragiadakou6-11/+103
2013-08-14xhci: remove CONFIG_USB_XHCI_HCD_DEBUGGING and unused codeXenia Ragiadakou4-165/+1
2013-08-14xhci: replace printk(KERN_DEBUG ...)Xenia Ragiadakou1-9/+7
2013-08-14xhci: replace xhci_info() with xhci_dbg()Xenia Ragiadakou2-4/+2
2013-08-14usb: Add Device Tree support to XHCI Platform driverAl Cooper1-0/+10
2013-08-05Merge 3.11-rc4 into usb-nextGreg Kroah-Hartman14-91/+223
2013-08-03usb: fix some scripts/kernel-doc warningsYacine Belkadi9-83/+165
2013-08-02USB: ohci-at91: add usb_clk for transition to common clk frameworkBoris BREZILLON1-2/+21
2013-08-02USB: EHCI: don't depend on hardware for tracking port resets and resumesAlan Stern1-34/+26
2013-08-02USB: EHCI: keep better track of resuming portsAlan Stern1-1/+2
2013-08-01USB: pl2303: restrict the divisor based baud rate encoding method to the "HX"...Frank Schäfer1-1/+5
2013-08-01USB: host: use dev_get_platdata()Jingoo Han26-64/+65
2013-08-01USB: handle LPM errors during device suspend correctlyAlan Stern1-22/+26
2013-08-01USB: refactor code for enabling/disabling remote wakeupAlan Stern1-52/+46
2013-08-01USB: simplify the interface of usb_get_status()Alan Stern3-17/+15
2013-08-01usb: misc: usb3503: use dev_get_platdata()Jingoo Han1-1/+1
2013-08-01usb: renesas: use dev_get_platdata()Jingoo Han1-2/+2
2013-08-01USB: c67x00: use dev_get_platdata()Jingoo Han1-2/+2
2013-08-01usb: core: don't try to reset_device() a port that got just disconnectedJulius Werner1-2/+3
2013-07-30USB: serial: ftdi_sio: add more RT Systems ftdi devicesRick Farina (Zero_Chaos)2-8/+57
2013-07-29usb: host: Faraday fotg210-hcd driverFeng-Hsin Chiang5-0/+6813
2013-07-29USB: serial: pl2303: fix the upper baud rate limit check for type_0/1 chipsFrank Schäfer1-1/+1
2013-07-29usb: chipidea: fix the build error with randconfigPeter Chen1-2/+2
2013-07-29usb: chipidea: cast PORTSC_PTS and DEVLC_PTS macrosFabio Estevam1-2/+2
2013-07-29Merge tag 'fixes-for-v3.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman6-16/+26
2013-07-29Merge 3.11-rc3 into usb-nextGreg Kroah-Hartman31-68/+161
2013-07-29usb: gadget: udc-core: fix the typo of udc state attributeRong Wang1-1/+1
2013-07-29usb: gadget: f_phonet: remove unused preprocessor conditionalAndrzej Pietrasiewicz1-2/+0
2013-07-29usb: gadget: multi: fix error return code in cdc_do_config()Andrzej Pietrasiewicz1-7/+3
2013-07-28USB: mos7840: fix pointer castsJohan Hovold1-3/+3
2013-07-27USB: mos7840: fix race in led handlingJohan Hovold1-22/+37
2013-07-27USB: mos7840: fix device-type detectionJohan Hovold1-40/+35
2013-07-27USB: mos7840: fix race in register handlingJohan Hovold1-2/+16
2013-07-27USB: serial: add driver for Suunto ANT+ USB deviceGreg Kroah-Hartman3-0/+49
2013-07-27USB: ohci_usb warn "irq nobody cared" on shutdowncaizhiyong1-1/+1
2013-07-27usb: limit OMAP related USB options to OMAP2PLUS platformsPaul Gortmaker1-0/+2
2013-07-27usb: ohci-ep93xx: tidy up driver (*probe) and (*remove)H Hartley Sweeten1-76/+52
2013-07-27usb: ohci-ep93xx: use devm_clk_get()H Hartley Sweeten1-3/+1
2013-07-27usb: ohci-ep93xx: use platform_get_irq()H Hartley Sweeten1-5/+5
2013-07-27usb: ohci-ep93xx: use devm_ioremap_resource()H Hartley Sweeten1-21/+14
2013-07-25USB: usb-skeleton.c: add retry for nonblocking readChen Wang1-2/+1
2013-07-25usbtmc: convert to devm_kzallocAndy Shevchenko1-2/+1
2013-07-25usbtmc: remove redundant bracesAndy Shevchenko1-14/+14
2013-07-25usbtmc: call pr_err instead of plain printkAndy Shevchenko1-5/+4
2013-07-25usbtmc: remove trailing spacesAndy Shevchenko1-3/+3
2013-07-25usbfs: Allow printer class 'get_device_id' without needing to claim the intfHans de Goede1-3/+3
2013-07-25USB: host: Use usb_hcd_platform_shutdown() wherever possibleRoger Quadros8-82/+8