aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-03Merge tag 'usb-for-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman97-1431/+6017
2014-01-02Merge tag 'davinci-for-v3.14/gpio' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into next/driversOlof Johansson32-262/+462
2013-12-26Merge tag 'tegra-for-3.14-dmas-resets-rework' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/cleanupOlof Johansson1-3/+11
2013-12-26Merge tag 'v3.13-rc4' into next/cleanupOlof Johansson32-262/+462
2013-12-26usb: phy: keystone: remove redundant return value check of platform_get_resource()Wei Yongjun1-5/+0
2013-12-26usb: musb: Remove usb_disable() check in module_init()Ezequiel Garcia1-16/+1
2013-12-24Merge 3.13-rc5 into usb-nextGreg Kroah-Hartman11-29/+43
2013-12-23usb: gadget: at91_udc: fix build warningFelipe Balbi1-7/+7
2013-12-23usb: gadget: Add UDC driver for Aeroflex Gaisler GRUSBDCAndreas Larsson4-0/+2470
2013-12-23usb: gadget: s3c-hsotg: get phy bus width from phy subsystemMatt Porter2-1/+14
2013-12-23usb: gadget: s3c-hsotg: enable generic phy supportMatt Porter1-16/+39
2013-12-23usb: gadget: s3c-hsotg: add snps,dwc2 compatible stringMatt Porter1-0/+1
2013-12-23usb: gadget: s3c-hsotg: enable build for other platformsMatt Porter2-6/+4
2013-12-23Merge tag 'v3.13-rc5' into nextFelipe Balbi12-29/+44
2013-12-23usb: musb: Rework USB and USB_GADGET dependencyEzequiel Garcia2-6/+6
2013-12-23usb: phy: fix some Kconfig descriptionsAaro Koskinen1-3/+3
2013-12-23usb: phy: isp1301-omap: fix smatch warningsAaro Koskinen1-5/+4
2013-12-23usb: phy: tahvo: fix smatch warningsAaro Koskinen1-6/+0
2013-12-23usb: phy-twl6030: Add missing bracesSachin Kamat1-1/+1
2013-12-23usb: phy-fsm: Staticize local symbolsSachin Kamat1-2/+2
2013-12-23usb: phy-keystone: Remove redundant of_match_ptr helperSachin Kamat1-1/+1
2013-12-22Merge branch 'at91/dt' into next/driversOlof Johansson1-1/+1
2013-12-21USB: core: remove CONFIG_USB_DEBUG usageGreg Kroah-Hartman3-18/+7
2013-12-21USB: gadget: fix up some comments about CONFIG_USB_DEBUGGreg Kroah-Hartman2-2/+2
2013-12-21Merge tag 'for-usb-next-2013-12-20' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-nextGreg Kroah-Hartman3-7/+10
2013-12-20usb: phy: Fix double lock in OTG FSMAnton Tikhomirov1-1/+1
2013-12-20usb: musb: fix musb pointer acqusition in musb_host_finish_resumeDaniel Mack1-1/+1
2013-12-20usb: musb: fix prototype for musb_port_resetDaniel Mack1-1/+1
2013-12-20usb: phy: am335x: fix randconfig errorsFelipe Balbi1-6/+5
2013-12-20usb: wusbcore: add debug prints to reservation and channel changeThomas Pugliese2-0/+2
2013-12-20usb: cdc-wdm: avoid hanging on zero length readsBjørn Mork1-32/+38
2013-12-20USB: c67x00: remove CONFIG_USB_DEBUG dependancyGreg Kroah-Hartman2-14/+3
2013-12-20usb: musb: fix setting JZ4740 gadget periphal mode on resetApelete Seketeli1-1/+9
2013-12-20usb: musb: add support for JZ4740 usb device controllerApelete Seketeli3-1/+209
2013-12-20usb: gadget: fix up some comments about CONFIG_USB_DEBUGGreg Kroah-Hartman2-2/+2
2013-12-19usb: xhci: Check for XHCI_PLAT in xhci_cleanup_msix()Jack Pham1-0/+3
2013-12-19drivers: usb: Mark function as static in metro-usb.cRashika Kheria1-1/+1
2013-12-19drivers: usb: Mark function as static in usbsevseg.cRashika Kheria1-1/+1
2013-12-19usb: musb: finish suspend/reset work independently from musb_hub_control()Daniel Mack4-34/+61
2013-12-19usb: gadget: should use u16 type variable to store MaxPowerDu, ChangbinX1-1/+1
2013-12-19usb: phy: omap: Add omap-control Support for AM437xGeorge Cherian1-0/+19
2013-12-19usb: phy: am335x-control: include appropriate header file in phy-am335x-control.cRashika Kheria1-5/+1
2013-12-19usb: gadget: configfs: include appropriate header file in configfs.cRashika Kheria1-0/+1
2013-12-19usb: dwc3: fix the glue drivers using the nop phyHeikki Krogerus2-0/+2
2013-12-19usb: phy: am335x: Enable USB remote wakeup using PHY wakeupGeorge Cherian1-11/+35
2013-12-19Merge tag 'v3.13-rc4' into nextFelipe Balbi32-262/+461
2013-12-18USB: ohci-octeon: Use devm_ioremap_resource()Jingoo Han1-18/+5
2013-12-18USB: ohci-spear: Use devm_ioremap_resource()Jingoo Han1-10/+3
2013-12-18USB: ohci-ppc-of: Use devm_ioremap_resource()Jingoo Han1-18/+4
2013-12-18USB: ohci-nxp: Use devm_clk_get()Jingoo Han1-18/+8