aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-09usb: phy: rename nop_usb_xceiv => usb_phy_gen_xceivSebastian Andrzej Siewior6-6/+6
2013-08-05Merge 3.11-rc4 into usb-nextGreg Kroah-Hartman2-2/+12
2013-07-30usb: musb: use dev_get_platdata()Jingoo Han10-19/+19
2013-07-29usb: musb: dsps: remove EOI accessSebastian Andrzej Siewior1-13/+2
2013-07-29usb: musb: dsps: rename ti81xx_driver_data to am33xx_driver_dataSebastian Andrzej Siewior1-2/+2
2013-07-29usb: musb: do not change dev's dma_maskSebastian Andrzej Siewior1-7/+0
2013-07-29usb: musb: remove ti81xx pieces from musbSebastian Andrzej Siewior1-14/+0
2013-07-29usb: musb: dsps: init / shutdown the phySebastian Andrzej Siewior1-0/+3
2013-07-29usb: musb: get rid of unused proc_dir_entryGreg Kroah-Hartman1-8/+0
2013-07-29usb: musb: unmap reqs in musb_gadget_queue()'s error caseSebastian Andrzej Siewior1-2/+3
2013-07-29usb: musb: core: call dma_controller_destroy() in the err pathSebastian Andrzej Siewior1-0/+2
2013-07-29usb: musb: remove a few is_dma_capable() in init/exit codeSebastian Andrzej Siewior1-4/+3
2013-07-29usb: musb: provide empty dma_controller_create() in PIO modeSebastian Andrzej Siewior1-0/+11
2013-07-29usb: musb: dma: merge ->start/stop into create/destroySebastian Andrzej Siewior6-77/+20
2013-07-29usb: musb: musbhsdma: drop the controller check in dma_controller_destroy()Sebastian Andrzej Siewior1-3/+0
2013-07-29usb: musb: replace ifndef with ifdef for CONFIG_MUSB_PIO_ONLYSebastian Andrzej Siewior1-3/+3
2013-07-24USB: remove unneeded idr.h includeGreg Kroah-Hartman1-1/+0
2013-07-17usb: musb: fix resource passed from glue layer to musbKishon Vijay Abraham I2-2/+12
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2013-07-02Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-27/+93
2013-06-25usb: musb: omap2430: make it compile againSebastian Andrzej Siewior1-2/+2
2013-06-14Merge tag 'ux500-dma40-for-arm-soc-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into next/driversOlof Johansson2-27/+93
2013-06-12Merge tag 'usb-for-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman16-175/+393
2013-06-08Merge 3.10-rc5 into usb-nextGreg Kroah-Hartman2-10/+9
2013-06-04usb: musb: ux500: add device tree probing supportLee Jones1-0/+51
2013-06-04usb: musb: ux500: attempt to find channels by name before using pdataLee Jones1-3/+17
2013-06-04usb: musb: ux500: harden checks for platform dataLee Jones1-3/+8
2013-06-04usb: musb: ux500: take the dma_mask from coherent_dma_maskLee Jones1-1/+1
2013-06-04usb: musb: ux500: move the MUSB HDRC configuration into the driverLee Jones1-0/+8
2013-06-04usb: musb: ux500: move channel number knowledge into the driverLee Jones1-21/+9
2013-05-30USB: MUSB: upgrade the isochronous APIAlan Stern1-2/+1
2013-05-30usb: musb: host: fix build warningFelipe Balbi1-3/+3
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