aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/musb
AgeCommit message (Expand)AuthorFilesLines
2013-04-09USB: regroup all depends on USB within an if USB blockGravatar Florian Fainelli 1-1/+1
2013-04-05Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Gravatar Greg Kroah-Hartman 16-246/+349
2013-04-03usb: phy: ab8500-usb: fix last notifier argumentsGravatar Fabio Baltieri 1-1/+0
2013-04-03usb: musb: ux500_dma: drop references to U5500Gravatar Fabio Baltieri 1-1/+1
2013-04-02usb: musb: gadget: read ep0 fifo only if rxcount is non zeroGravatar Ravi Babu 1-2/+4
2013-04-02usb: musb: dsps: print babble message only when musb is active hostGravatar Ravi Babu 1-1/+1
2013-04-02usb: musb: implement (un)map_urb_for_dma hooksGravatar Ruslan Bilovol 1-0/+117
2013-04-02usb: musb: gadget: use platform callback to enable vbusGravatar Grazvydas Ignotas 1-3/+2
2013-04-02usb: musb: omap2430: turn off vbus on cable disconnectGravatar Grazvydas Ignotas 1-0/+1
2013-03-27usb: musb: ux500_dma: fix sparse warningGravatar Felipe Balbi 1-1/+1
2013-03-22usb: musb: core: log VBUS errorGravatar Grazvydas Ignotas 1-1/+2
2013-03-22usb: musb: gadget: clear gadget_driver when gadget is stoppedGravatar Grazvydas Ignotas 1-0/+1
2013-03-22usb: musb: core: honour initial transceiver stateGravatar Grazvydas Ignotas 1-3/+7
2013-03-21Merge tag 'fixes-for-v3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Greg Kroah-Hartman 2-3/+8
2013-03-18usb: phy: ab8500-usb: update irq handling codeGravatar Fabio Baltieri 1-3/+4
2013-03-18usb: musb: ux500: add otg notifier supportGravatar Fabio Baltieri 1-0/+42
2013-03-18usb: musb: ux500: implement musb_set_vbusGravatar Fabio Baltieri 1-0/+64
2013-03-18usb: musb: ux500_dma: add missing MEM resource checkGravatar Virupax Sadashivpetimath 1-1/+11
2013-03-18usb: musb: omap2430: fix PHY error handlingGravatar Felipe Balbi 1-1/+6
2013-03-18usb: musb: omap: add usb_phy_init in omap2430_musb_initGravatar Kishon Vijay Abraham I 1-0/+2
2013-03-18usb: musb: omap: remove the check before calling otg_set_vbusGravatar Kishon Vijay Abraham I 1-6/+4
2013-03-18usb: musb: omap2430: replace *_* with *-* in property namesGravatar Kishon Vijay Abraham I 1-3/+3
2013-03-18usb: phy: remove CONFIG_USB_OTG_UTILSGravatar Felipe Balbi 1-1/+0
2013-03-18usb: otg: prefix otg_state_string with usb_Gravatar Felipe Balbi 11-53/+54
2013-03-18usb: musb: drop dangling CONFIG_USB_MUSB_DEBUGGravatar Fabio Baltieri 1-14/+3
2013-03-18usb: musb: gadget: don't assign gadget.dev.release directlyGravatar Felipe Balbi 1-8/+0
2013-03-18usb: musb: gadget: remove unnecessary initializationsGravatar Felipe Balbi 1-2/+0
2013-03-18usb: musb: Kconfig: drop unnecessary dependenciesGravatar Felipe Balbi 1-2/+0
2013-03-18usb: musb: gadget: fix compile warningGravatar Felipe Balbi 1-6/+9
2013-03-18usb: musb: dsps: fix possible compile warningGravatar Felipe Balbi 1-2/+1
2013-03-18usb: musb: ux500_dma: kill compile warningsGravatar Felipe Balbi 1-3/+4
2013-03-18usb: musb: dsps: add missing includeGravatar Felipe Balbi 2-0/+2
2013-03-18usb: musb: make davinci and da8xx glues depend on BROKENGravatar Felipe Balbi 1-0/+2
2013-03-18usb: musb: force PIO-only if we're building multiplatform kernelsGravatar Felipe Balbi 1-0/+1
2013-03-18usb: musb: gadget: delete wrong commentGravatar Felipe Balbi 1-108/+0
2013-03-18usb: musb: switch over to devm_ioremap_resource()Gravatar Felipe Balbi 1-13/+4
2013-03-18usb: musb: core: remove unnecessary pr_info()Gravatar Felipe Balbi 1-2/+0
2013-03-18usb: gadget: drop now unnecessary flagGravatar Felipe Balbi 1-1/+0
2013-03-18usb: musb: gadget: let udc-core manage gadget-devGravatar Felipe Balbi 1-9/+1
2013-03-18usb: musb: gadget: do *unmap_dma_buffer* only for valid DMA addrGravatar Kishon Vijay Abraham I 1-2/+7
2013-03-14usb: musb: da8xx: Fix build breakage due to typoGravatar Mikhail Kshevetskiy 1-1/+1
2013-03-11usb: musb: core: fix possible build error with randconfigGravatar Felipe Balbi 1-4/+0
2013-03-05usb: musb: omap2430: fix sparse warningGravatar Aaro Koskinen 1-1/+1
2013-03-05usb: musb: omap2430: fix omap_musb_mailbox glue check againGravatar Aaro Koskinen 1-3/+7
2013-03-05usb: musb: fix compile warningGravatar Felipe Balbi 1-2/+0
2013-03-05usb: musb: remove all 'select' from KconfigGravatar Felipe Balbi 1-5/+0
2013-03-04usb: musb: correct Kconfig in order to avoid non compilable selectionGravatar Peter Ujfalusi 1-2/+2
2013-02-21Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 13-92/+110
2013-02-08drivers/usb: add missing GENERIC_HARDIRQS dependenciesGravatar Heiko Carstens 1-0/+1
2013-01-25Merge 3.8-rc5 into driver-core-nextGravatar Greg Kroah-Hartman 1-2/+2