summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2015-02-194-21/+21
|\
| * kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger2015-01-074-21/+21
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-02-172-2/+2
|\ \
| * | treewide: Remove unnecessary SSB_DEVTABLE_END macroJoe Perches2015-02-111-1/+1
| * | treewide: Remove unnecessary BCMA_CORETABLE_END macroJoe Perches2015-02-111-1/+1
* | | Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-02-171-6/+9
|\ \ \
| * | | debugfs: Provide a file creation function that also takes an initial sizeDavid Howells2015-02-171-6/+9
* | | | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-02-173-254/+281
|\ \ \ \
| * | | | usb: gadget: at91_udc: Allocate udc instanceBoris Brezillon2015-01-151-70/+26
| * | | | usb: gadget: at91_udc: Rework for multi-platform kernel supportBoris Brezillon2015-01-152-77/+218
| * | | | usb: gadget: at91_udc: Simplify probe and remove functionsBoris Brezillon2015-01-151-77/+39
| * | | | usb: gadget: at91_udc: Remove non-DT handling codeBoris Brezillon2015-01-152-14/+3
| * | | | usb: gadget: at91_udc: Drop uclk clockBoris Brezillon2015-01-152-25/+4
| * | | | usb: gadget: at91_udc: Fix clock namesBoris Brezillon2015-01-151-2/+2
| | |_|/ | |/| |
* | | | Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2015-02-15147-2796/+7737
|\ \ \ \
| * \ \ \ Merge tag 'usb-for-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2015-02-0485-2213/+7085
| |\ \ \ \
| | * | | | usb: musb: fix device hotplug behind hubBin Liu2015-02-042-1/+7
| | * | | | usb: dwc2: Fix a bug in reading the endpoint directions from reg.Roshan Pius2015-02-041-1/+1
| | * | | | usb: gadget: Kconfig: use bool instead of booleanChristoph Jaeger2015-02-021-1/+1
| | * | | | usb: musb: blackfin: remove incorrect __exit_p()Dmitry Torokhov2015-02-021-1/+1
| | * | | | usb: phy: phy-generic: Fix USB PHY gpio resetFabio Estevam2015-01-301-4/+5
| | * | | | usb: dwc2: fix USB core dependenciesArnd Bergmann2015-01-301-2/+2
| | * | | | usb: renesas_usbhs: fix NULL pointer dereference in dma_release_channel()Yoshihiro Shimoda2015-01-301-0/+4
| | * | | | usb: phy: generic: fix the vbus interrupt requestRobert Jarzmik2015-01-301-1/+2
| | * | | | usb: phy: generic: fix the gpios to be optionalRobert Jarzmik2015-01-301-5/+7
| | * | | | usb: dwc2: gadget: initialize controller in pullup callbackGregory Herrero2015-01-301-0/+1
| | * | | | usb: dwc2: gadget: replace constants with definesMian Yousaf Kaukab2015-01-302-12/+13
| | * | | | usb: dwc2: gadget: fix phy interface configurationMian Yousaf Kaukab2015-01-301-3/+7
| | * | | | usb: dwc2: gadget: fix debug message for zlpMian Yousaf Kaukab2015-01-301-1/+6
| | * | | | usb: dwc2: gadget: don't modify pullup status during resetGregory Herrero2015-01-301-1/+0
| | * | | | usb: dwc2: gadget: add reset flag in init functionGregory Herrero2015-01-303-15/+26
| | * | | | usb: dwc2: gadget: add unaligned buffers supportMian Yousaf Kaukab2015-01-302-1/+63
| | * | | | usb: dwc2: gadget: remove hardcoded if (0) and if (1) checksMian Yousaf Kaukab2015-01-301-13/+1
| | * | | | usb: dwc2: gadget: fix a typo in commentGregory Herrero2015-01-301-1/+1
| | * | | | usb: dwc2: gadget: add TEST_MODE feature supportGregory Herrero2015-01-302-7/+186
| | * | | | usb: dwc2: gadget: fix clear halt feature handlingGregory Herrero2015-01-301-7/+13
| | * | | | usb: dwc2: host: resume root hub on remote wakeupGregory Herrero2015-01-301-2/+4
| | * | | | usb: musb: add omap-control dependencyArnd Bergmann2015-01-291-1/+1
| | * | | | usb: musb: add generic usb phy dependenciesArnd Bergmann2015-01-291-0/+5
| | * | | | usb: udc-core: add is_selfpowered sys entryPeter Chen2015-01-291-0/+2
| | * | | | usb: musb: gadget: use common is_selfpoweredPeter Chen2015-01-292-4/+2
| | * | | | usb: dwc3: gadget: use common is_selfpoweredPeter Chen2015-01-293-4/+2
| | * | | | usb: gadget: pch_udc: set value for common is_selfpoweredPeter Chen2015-01-291-0/+1
| | * | | | usb: gadget: atmel_usba_udc: set value for common is_selfpoweredPeter Chen2015-01-291-0/+1
| | * | | | usb: gadget: net2272: use common is_selfpoweredPeter Chen2015-01-292-6/+2
| | * | | | usb: gadget: s3c2410_udc: set value for common is_selfpoweredPeter Chen2015-01-291-0/+1
| | * | | | usb: gadget: net2280: use common is_selfpoweredPeter Chen2015-01-292-4/+3
| | * | | | usb: gadget: r8a66597-udc: set value for common is_selfpoweredPeter Chen2015-01-291-0/+1
| | * | | | usb: gadget: omap_udc: set value for common is_selfpoweredPeter Chen2015-01-291-0/+1
| | * | | | usb: gadget: fsl_udc_core: set value for common is_selfpoweredPeter Chen2015-01-291-1/+2
OpenPOWER on IntegriCloud