summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-03-30usb: chipidea: remove home-grown tracing facilityAlexander Shishkin3-416/+2
2013-03-29Revert "USB: chipidea: add vbus detect for udc"Peter Chen2-39/+1
2013-03-29usb: chipidea: core: switch over to devm_ioremap_resourceFelipe Balbi1-5/+3
2013-03-29usb: chipidea: trim include list in the coreAlexander Shishkin1-3/+0
2013-03-29usb: chipidea: trim include list in udc codeAlexander Shishkin1-7/+1
2013-03-29usb: chipidea: drop redundant includesAlexander Shishkin1-14/+3
2013-03-29usb: Make USB persist default configurableJulius Werner2-11/+21
2013-03-28usb: ehci: mark unlink_empty_async_suspended() as __maybe_unusedArnd Bergmann1-3/+1
2013-03-28USB: improve port transitions when EHCI starts upAlan Stern1-85/+129
2013-03-28USB: remove CONFIG_USB_SUSPEND from DocumentationAlan Stern2-7/+9
2013-03-28USB: EHCI: DT support for generic bus glueArnd Bergmann3-161/+28
2013-03-28usb: ehci: unlink_empty_async_suspended() only used with CONFIG_PMTony Prisk1-0/+2
2013-03-28USB: ehci-spear: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-2/+2
2013-03-28usb: echi-sh: Remove driver variable which is not usedNobuhiro Iwamatsu1-1/+0
2013-03-28usb: ehci-sh: Fix build error due to comma has been deletedNobuhiro Iwamatsu1-1/+1
2013-03-28USB: remove CONFIG_USB_SUSPEND optionAlan Stern16-94/+35
2013-03-28USB: use "global suspend" for system sleep on USB-2 busesAlan Stern1-6/+21
2013-03-28USB: avoid error messages when a device is disconnectedAlan Stern2-30/+37
2013-03-28Revert "USB: serial: fix hang when opening port"Greg Kroah-Hartman1-1/+0
2013-03-28Merge branch 'usb-linus' into usb-nextGreg Kroah-Hartman14-55/+101
2013-03-28usb: ftdi_sio: Add support for Mitsubishi FX-USB-AW/-BDKonstantin Holoborodko2-0/+8
2013-03-27usb: Fix compile error by selecting USB_OTG_UTILSRoland Stigge2-0/+2
2013-03-26Merge tag 'for-usb-linus-2013-03-26' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman8-55/+88
2013-03-26USB: serial: fix hang when opening portMing Lei1-0/+1
2013-03-25USB: EHCI: fix bug in iTD/siTD DMA pool allocationSoeren Moch1-0/+2
2013-03-25USB: serial: update copyright informationJohan Hovold3-2/+3
2013-03-25USB: iuu_phoenix: remove bogus disconnect test in closeJohan Hovold1-5/+0
2013-03-25USB: garmin_gps: remove bogus disconnect test in bulk callbackJohan Hovold1-6/+0
2013-03-25USB: garmin_gps: remove bogus disconnect test in closeJohan Hovold1-4/+0
2013-03-25USB: visor: always disable uart on closeJohan Hovold1-11/+5
2013-03-25USB: quatech2: always disable uart on closeJohan Hovold1-8/+0
2013-03-25USB: pl2303: remove disconnect test from tiocmsetJohan Hovold1-11/+4
2013-03-25USB: pl2303: fix return value of tiocmsetJohan Hovold1-2/+5
2013-03-25USB: opticon: remove disconnect test from tiocmsetJohan Hovold1-12/+4
2013-03-25USB: opticon: fix return value of tiocmsetJohan Hovold1-3/+9
2013-03-25USB: mos7720: always disable uart on closeJohan Hovold1-10/+3
2013-03-25USB: metro-usb: always disable uart on closeJohan Hovold1-4/+1
2013-03-25USB: kl5kusb105: always disable uart on closeJohan Hovold1-16/+11
2013-03-25USB: io_ti: always disable uart on closeJohan Hovold1-13/+2
2013-03-25USB: cypress_m8: remove bogus disconnect test from closeJohan Hovold1-7/+0
2013-03-25USB: cp210x: always disable uart on closeJohan Hovold1-5/+1
2013-03-25USB: serial: remove unused MSR-wait queueJohan Hovold1-2/+0
2013-03-25USB: ti_usb_3410_5052: switch to generic TIOCMIWAIT implementationJohan Hovold1-26/+3
2013-03-25USB: ti_usb_3410_5052: switch to generic get_icount implementationJohan Hovold1-37/+7
2013-03-25USB: ssu100: switch to generic TIOCMIWAIT implementationJohan Hovold1-48/+2
2013-03-25USB: ssu100: switch to generic get_icount implementationJohan Hovold1-40/+15
2013-03-25USB: spcp8x5: add proper modem-status supportJohan Hovold1-17/+10
2013-03-25USB: spcp8x5: reimplement device type detectionJohan Hovold1-49/+21
2013-03-25USB: spcp8x5: clean up modem status retrievalJohan Hovold1-11/+7
2013-03-25USB: spcp8x5: pass usb-serial port to control functionsJohan Hovold1-26/+28