summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
| * usb: phy: add a new driver for usb part of control moduleKishon Vijay Abraham I2013-01-253-0/+306
| * usb: otg: add device tree support to otg libraryKishon Vijay Abraham I2013-01-251-0/+80
| * usb: otg: utils: add facilities in phy lib to support multiple PHYs of same typeKishon Vijay Abraham I2013-01-251-1/+117
| * usb: otg: add an api to bind the usb controller and phyKishon Vijay Abraham I2013-01-251-0/+37
| * usb: phy: samsung: Remove __devinit, __devexit_p and __exit annotationsVivek Gautam2013-01-231-3/+3
| * USB: ohci-exynos: Add phy driver supportVivek Gautam2013-01-231-21/+63
| * USB: ehci-s5p: Add phy driver supportVivek Gautam2013-01-231-21/+59
| * usb: phy: samsung: Add host phy support to samsung-phy driverVivek Gautam2013-01-232-29/+486
| * ARM: EXYNOS: Update & move usb-phy types to generic include layerVivek Gautam2013-01-232-8/+10
| * usb: phy: samsung: Add support to set pmu isolationVivek Gautam2013-01-181-22/+141
| * usb: phy: mv-otg: use to_delayed_work instead of castCesar Eduardo Barros2013-01-181-1/+1
| * usb: phy: s3c-hsotg: adding phy driver supportPraveen Paneri2013-01-181-10/+27
| * usb: phy: samsung: Introducing usb phy driver for hsotgPraveen Paneri2013-01-183-0/+363
| * usb: phy: mxs-phy: add set_suspend APIPeter Chen2013-01-181-0/+20
* | Merge tag 'gadget-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2013-01-2553-1475/+1671
|\ \
| * | usb: gadget: constify all struct usb_gadget_opsFelipe Balbi2013-01-249-9/+9
| * | usb: gadget: mv_udc: fix the value of tranceiverChao Xie2013-01-241-5/+10
| * | usb: host: ehci-mv: remove unused variableChao Xie2013-01-241-1/+0
| * | usb: otg: mv_otg: use devm_xxx for probeChao Xie2013-01-241-60/+22
| * | usb: gadget: mv_udc: fix the warning of mv_udc_removeChao Xie2013-01-241-1/+1
| * | usb: gadget: mv_udc: use devm_xxx for probeChao Xie2013-01-241-100/+56
| * | usb: gadget: completely remove ->start/->stopFelipe Balbi2013-01-241-75/+14
| * | usb: gadget: s3c2410: convert to udc_start/udc_stopFelipe Balbi2013-01-242-53/+13
| * | usb: gadget: pxa27x_udc: convert to udc_start/udc_stopFelipe Balbi2013-01-242-46/+16
| * | usb: gadget: pxa25x_udc: convert to udc_start/udc_stopFelipe Balbi2013-01-242-48/+15
| * | usb: gadget: pch_udc: convert to udc_start/udc_stopFelipe Balbi2013-01-241-53/+14
| * | usb: gadget: omap_udc: convert to udc_start/udc_stopFelipe Balbi2013-01-241-37/+12
| * | usb: gadget: m66592-udc: convert to udc_start/udc_stopFelipe Balbi2013-01-242-51/+20
| * | usb: gadget: fsl_udc_core: convert to udc_start/udc_stopFelipe Balbi2013-01-241-47/+11
| * | usb: gadget: goku_udc: convert to udc_start/udc_stopFelipe Balbi2013-01-242-56/+15
| * | usb: gadget: fusb300_udc: convert to udc_start/udc_stopFelipe Balbi2013-01-242-47/+20
| * | usb: gadget: amd5536udc: convert to udc_start/udc_stopFelipe Balbi2013-01-242-45/+16
| * | usb: gadget: mv_udc: use udc_start and udc_stop functionsChao Xie2013-01-241-44/+35
| * | usb: gadget: fix two sparse warningsFelipe Balbi2013-01-212-2/+2
| * | usb: gadget: f_uac2: fix compile warningFelipe Balbi2013-01-211-1/+0
| * | usb: gadget: f_acm: use usb_gstrings_attach()Sebastian Andrzej Siewior2013-01-212-18/+20
| * | usb: gadget: composite: introduce usb_gstrings_attach()Sebastian Andrzej Siewior2013-01-211-0/+135
| * | usb: gadget: export composite's setup & disconnect functionSebastian Andrzej Siewior2013-01-211-2/+2
| * | usb: gadget: factor out two helper functions from composite_bind()Sebastian Andrzej Siewior2013-01-211-31/+51
| * | usb: gadget: udc-core: introduce UDC binding by nameSebastian Andrzej Siewior2013-01-211-21/+51
| * | usb: gadget: add a forward pointer from usb_function to its "instance"Sebastian Andrzej Siewior2013-01-211-0/+116
| * | usb: gadget: multi: use function framework for ACMSebastian Andrzej Siewior2013-01-212-10/+53
| * | usb: gadget: cdc2: use function framework for ACMSebastian Andrzej Siewior2013-01-212-5/+24