summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-2140-413/+210
|\
| * Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman2013-01-2545-215/+398
| |\
| * | tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-183-2/+8
| * | TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-1537-332/+119
| * | TTY: switch tty_insert_flip_stringJiri Slaby2013-01-1528-61/+61
| * | TTY: switch tty_insert_flip_charJiri Slaby2013-01-1510-29/+33
| * | TTY: convert more flipping functionsJiri Slaby2013-01-159-10/+10
| * | TTY: switch tty_buffer_request_room to tty_portJiri Slaby2013-01-151-2/+2
* | | Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-21136-2464/+5783
|\ \ \
| * | | Revert "USB: EHCI: make ehci-vt8500 a separate driver"Greg Kroah-Hartman2013-02-204-43/+45
| * | | Revert "USB: EHCI: make ehci-orion a separate driver"Greg Kroah-Hartman2013-02-204-52/+53
| * | | Revert "USB: update host controller Kconfig entries"Greg Kroah-Hartman2013-02-201-17/+9
| * | | USB: update host controller Kconfig entriesArnd Bergmann2013-02-181-9/+17
| * | | USB: EHCI: make ehci-orion a separate driverManjunath Goudar2013-02-154-53/+52
| * | | USB: EHCI: make ehci-vt8500 a separate driverManjunath Goudar2013-02-154-45/+43
| * | | USB: usb-storage: unusual_devs update for Super TOP SATA bridgeJosh Boyer2013-02-141-1/+1
| * | | USB: ehci-omap: Fix autoloading of moduleRoger Quadros2013-02-141-1/+1
| * | | USB: ehci-omap: Don't free gpios that we didn't requestRoger Quadros2013-02-141-8/+0
| * | | USB: option: add Huawei "ACM" devices using protocol = vendorBjørn Mork2013-02-131-0/+4
| * | | USB: serial: fix null-pointer dereferences on disconnectJohan Hovold2013-02-137-59/+50
| * | | USB: option: add Yota / Megafon M100-1 4g modemBjørn Mork2013-02-131-0/+2
| * | | drivers/usb: add missing GENERIC_HARDIRQS dependenciesHeiko Carstens2013-02-085-4/+6
| * | | USB: storage: properly handle the endian issues of idProductfangxiaozhi2013-02-081-2/+2
| * | | Merge usb-linus branch into usb-nextGreg Kroah-Hartman2013-02-0820-392/+299
| |\ \ \
| * | | | usb: gadget: imx_udc: make it depend on BROKENFelipe Balbi2013-02-061-0/+1
| * | | | USB: wusbcore/wa-xfer: error handling fixes in setup_segs()Dan Carpenter2013-02-061-3/+3
| * | | | drivers/usb/gadget: using strlcpy instead of strncpyChen Gang2013-02-061-1/+2
| * | | | drivers/usb/core: using strlcpy instead of strncpyChen Gang2013-02-061-1/+2
| * | | | USB: GADGET: optionally force full-speed for net2280 UDCAlan Stern2013-01-311-0/+15
| * | | | USB: altsetting overrides for usbtestAlan Stern2013-01-311-1/+12
| * | | | USB: chipidea: ci13xxx_imx: Remove sparse warningFabio Estevam2013-01-301-1/+1
| * | | | usb/isp1760: declare schedule_ptds() and errata2_function() staticArvid Brodin2013-01-301-2/+2
| * | | | usb: phy: fix Kconfig warningFelipe Balbi2013-01-291-1/+0
| * | | | Revert "usb: Register usb port's acpi power resources"Lan Tianyu2013-01-293-30/+0
| * | | | Merge 3.8-rc5 into usb-nextGreg Kroah-Hartman2013-01-2513-126/+138
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | usb: enable usb port device's async suspend.Lan Tianyu2013-01-251-0/+1
| * | | | usb: expose usb port's pm qos flags to user spaceLan Tianyu2013-01-251-1/+10
| * | | | usb: add usb port auto power off mechanismLan Tianyu2013-01-253-58/+164
| * | | | usb: add runtime pm support for usb port deviceLan Tianyu2013-01-253-0/+77
| * | | | usb: Register usb port's acpi power resourcesLan Tianyu2013-01-253-0/+29
| * | | | usb-uas: set max_lun and max_channelGerd Hoffmann2013-01-251-0/+2
| * | | | usb: add driver for xsens motion trackersFrans Klaver2013-01-253-0/+99
| * | | | USB: misc: usb3503: Fix compiler warningDongjin Kim2013-01-251-1/+1
| * | | | Merge tag 'xceiv-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman2013-01-2517-149/+2107
| |\ \ \ \
| | * | | | usb: dwc3: core: add dt support for dwc3 coreKishon Vijay Abraham I2013-01-251-4/+20
| | * | | | usb: phy: omap-usb2: enable 960Mhz clock for omap5Kishon Vijay Abraham I2013-01-251-1/+27
| | * | | | usb: musb: omap: get phy by phandle for dt bootKishon Vijay Abraham I2013-01-251-1/+6
| | * | | | usb: musb: omap: make use of the new PHY lib APIsKishon Vijay Abraham I2013-01-253-3/+5
| | * | | | usb: phy: add a new driver for usb3 phyKishon Vijay Abraham I2013-01-253-0/+366
| | * | | | usb: start using the control module driverKishon Vijay Abraham I2013-01-255-87/+33
OpenPOWER on IntegriCloud