aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-28usb: musb: make use_sg flag URB specificVirupax Sadashivpetimath2-10/+9
2013-05-28usb: musb: various cosmetic fixes on ux500 filesFabio Baltieri1-3/+3
2013-05-28usb: musb: enable ux500 host side dma supportMian Yousaf Kaukab1-4/+4
2013-05-28usb: musb: eliminate musb_to_hcdDaniel Mack5-12/+10
2013-05-28usb: musb: use musb->port_modeDaniel Mack2-6/+19
2013-05-28usb: musb: re-introduce musb->port_modeDaniel Mack2-0/+8
2013-05-28usb: musb: add musb_host_setup() and musb_host_cleanup()Daniel Mack3-0/+34
2013-05-28usb: musb: add Kconfig options for HOST, GAGDET or DUAL_ROLE modesDaniel Mack4-4/+79
2013-05-28usb: musb: factor out hcd initalizationDaniel Mack4-39/+67
2013-05-28usb: musb: move musb_start to musb_virthub.cDaniel Mack3-46/+44
2013-05-28usb: musb: gadget: remove hcd initializationDaniel Mack1-10/+0
2013-05-28usb: musb: factor some host-specific functionsDaniel Mack3-12/+24
2013-05-28usb: musb: move function declarations to musb_{host,gadget}.hDaniel Mack3-24/+14
2013-05-28usb: musb: remove 'ignore_disconnect' flagFelipe Balbi3-13/+1
2013-05-28usb: musb: fix incorrect usage of resource pointerFelipe Balbi6-12/+96
2013-05-28treewide: Fix typo in printkMasanari Iida2-2/+2
2013-05-15usb: musb: dsps: fix error return code in dsps_create_musb_pdev()Wei Yongjun1-0/+1
2013-05-15usb: musb: omap2430: add missing platform_device_put() on error in omap2430_probe()Wei Yongjun1-1/+2
2013-04-09USB: regroup all depends on USB within an if USB blockFlorian Fainelli1-1/+1
2013-04-05Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman16-246/+349
2013-04-03usb: phy: ab8500-usb: fix last notifier argumentsFabio Baltieri1-1/+0
2013-04-03usb: musb: ux500_dma: drop references to U5500Fabio Baltieri1-1/+1
2013-04-02usb: musb: gadget: read ep0 fifo only if rxcount is non zeroRavi Babu1-2/+4
2013-04-02usb: musb: dsps: print babble message only when musb is active hostRavi Babu1-1/+1
2013-04-02usb: musb: implement (un)map_urb_for_dma hooksRuslan Bilovol1-0/+117
2013-04-02usb: musb: gadget: use platform callback to enable vbusGrazvydas Ignotas1-3/+2
2013-04-02usb: musb: omap2430: turn off vbus on cable disconnectGrazvydas Ignotas1-0/+1
2013-03-27usb: musb: ux500_dma: fix sparse warningFelipe Balbi1-1/+1
2013-03-22usb: musb: core: log VBUS errorGrazvydas Ignotas1-1/+2
2013-03-22usb: musb: gadget: clear gadget_driver when gadget is stoppedGrazvydas Ignotas1-0/+1
2013-03-22usb: musb: core: honour initial transceiver stateGrazvydas Ignotas1-3/+7
2013-03-21Merge tag 'fixes-for-v3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linusGreg Kroah-Hartman2-3/+8
2013-03-18usb: phy: ab8500-usb: update irq handling codeFabio Baltieri1-3/+4
2013-03-18usb: musb: ux500: add otg notifier supportFabio Baltieri1-0/+42
2013-03-18usb: musb: ux500: implement musb_set_vbusFabio Baltieri1-0/+64
2013-03-18usb: musb: ux500_dma: add missing MEM resource checkVirupax Sadashivpetimath1-1/+11
2013-03-18usb: musb: omap2430: fix PHY error handlingFelipe Balbi1-1/+6
2013-03-18usb: musb: omap: add usb_phy_init in omap2430_musb_initKishon Vijay Abraham I1-0/+2
2013-03-18usb: musb: omap: remove the check before calling otg_set_vbusKishon Vijay Abraham I1-6/+4
2013-03-18usb: musb: omap2430: replace *_* with *-* in property namesKishon Vijay Abraham I1-3/+3
2013-03-18usb: phy: remove CONFIG_USB_OTG_UTILSFelipe Balbi1-1/+0
2013-03-18usb: otg: prefix otg_state_string with usb_Felipe Balbi11-53/+54
2013-03-18usb: musb: drop dangling CONFIG_USB_MUSB_DEBUGFabio Baltieri1-14/+3
2013-03-18usb: musb: gadget: don't assign gadget.dev.release directlyFelipe Balbi1-8/+0
2013-03-18usb: musb: gadget: remove unnecessary initializationsFelipe Balbi1-2/+0
2013-03-18usb: musb: Kconfig: drop unnecessary dependenciesFelipe Balbi1-2/+0
2013-03-18usb: musb: gadget: fix compile warningFelipe Balbi1-6/+9
2013-03-18usb: musb: dsps: fix possible compile warningFelipe Balbi1-2/+1
2013-03-18usb: musb: ux500_dma: kill compile warningsFelipe Balbi1-3/+4
2013-03-18usb: musb: dsps: add missing includeFelipe Balbi2-0/+2