summaryrefslogtreecommitdiff
path: root/drivers/usb/musb
AgeCommit message (Expand)AuthorFilesLines
2012-11-05Merge branch 'depends/omap-cleanup-headers-usb' into next/headersOlof Johansson3-5/+3
2012-11-05Merge branch 'depends/tty' into next/headersOlof Johansson1-0/+6
2012-11-01usb: musb: remove hand-crafted id handlingSebastian Andrzej Siewior10-168/+22
2012-10-31usb: musb: Perform only write access on MUSB_INTRTXESebastian Andrzej Siewior4-16/+15
2012-10-31usb: musb: Perform only write access on MUSB_INTRRXESebastian Andrzej Siewior3-11/+12
2012-10-31usb: musb: avoid FADDR read accessSebastian Andrzej Siewior2-6/+3
2012-10-31usb: musb: read MUSB_POWER register only when required.Sebastian Andrzej Siewior1-7/+8
2012-10-26usb: musb: ux500: fix 'musbid' undeclared error in ux500_remove()Wei Yongjun1-1/+1
2012-10-26usb: musb: ux500: use platform_device_unregister in ux500_remove()Wei Yongjun1-2/+1
2012-10-26usb: musb: tusb6010: use platform_device_unregister in tusb_remove()Wei Yongjun1-2/+1
2012-10-26usb: musb: dsps: use platform_device_unregister in dsps_delete_musb_pdev()Wei Yongjun1-2/+1
2012-10-26usb: musb: davinci: use platform_device_unregister in davinci_remove()Wei Yongjun1-2/+1
2012-10-26usb: musb: da8xx: use platform_device_unregister in da8xx_remove()Wei Yongjun1-2/+1
2012-10-26usb: musb: blackfin: use platform_device_unregister in bfin_remove()Wei Yongjun1-2/+1
2012-10-26usb: musb: am35x: use platform_device_unregister in am35x_remove()Wei Yongjun1-2/+1
2012-10-26Revert "usb: musb: use DMA mode 1 whenever possible"Felipe Balbi1-4/+26
2012-10-24Merge branch 'omap-for-v3.8/cleanup-headers-usb' into omap-for-v3.8/cleanup-h...Tony Lindgren3-5/+3
2012-10-24ARM: OMAP: move OMAP USB platform data to <linux/platform_data/omap-usb.h>Felipe Balbi3-5/+3
2012-10-24Merge tag 'omap-for-v3.8/cleanup-headers-signed' into omap-for-v3.8/cleanup-h...Tony Lindgren1-1/+8
2012-10-23usb: musb: dsps: fix res_name lengthDaniel Mack1-4/+4
2012-10-15ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.hLokesh Vutla1-1/+1
2012-10-15ARM: OMAP2+: DMA: Moving OMAP2+ DMA channel definitions to mach-omap2Lokesh Vutla1-0/+7
2012-10-15usb: musb: ux500: use module_platform_driver macroSrinivas Kandagatla1-12/+1
2012-10-15usb: musb: tusb6010: use module_platform_driver macroSrinivas Kandagatla1-12/+1
2012-10-15usb: musb: davinci: use module_platform_driver macroSrinivas Kandagatla1-12/+1
2012-10-15usb: musb: da8xx: use module_platform_driver macroSrinivas Kandagatla1-12/+1
2012-10-15usb: musb: blackfin: use module_platform_driver macroSrinivas Kandagatla1-12/+1
2012-10-15usb: musb: am35x: use module_platform_driver macroSrinivas Kandagatla1-12/+1
2012-10-15usb: musb: am35xx: drop spurious unplugging a deviceStefano Babic1-0/+6
2012-10-09Merge tag 'xtensa-next-20121008' of git://github.com/czankel/xtensa-linuxLinus Torvalds1-1/+2
2012-10-03xtensa: adopt generic io routinesMax Filippov1-1/+2
2012-10-01Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2-2/+2
2012-10-01Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+0
2012-09-22Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson2-2/+2
2012-09-20Merge tag 'omap-cleanup-local-headers-for-v3.7' of git://git.kernel.org/pub/s...Olof Johansson1-1/+0
2012-09-20ARM: OMAP1: Make plat/mux.h omap1 onlyTony Lindgren1-1/+0
2012-09-16Merge 3.6-rc6 into usb-nextGreg Kroah-Hartman2-2/+2
2012-09-14ARM: nomadik: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-14ARM: davinci: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-11Merge tag 'musb-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman22-654/+866
2012-09-11Merge tag 'xceiv-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman6-0/+6
2012-09-11Merge tag 'gadget-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-1/+0
2012-09-11usb: musb: dsps: remove explicit NOP device creationAjay Kumar Gupta1-2/+1
2012-09-11usb: musb: dsps: add dt supportAjay Kumar Gupta1-9/+51
2012-09-11usb: musb: am335x: add support for dual instanceB, Ravi1-32/+49
2012-09-11usb: musb: kill global and static for multi instanceAjay Kumar Gupta3-20/+14
2012-09-11usb: musb: add musb_ida for multi instance supportB, Ravi10-69/+210
2012-09-11usb: musb: omap: Add device tree support for omap musb glueKishon Vijay Abraham I1-0/+54
2012-09-11usb: musb: omap: write directly to mailbox instead of using phyKishon Vijay Abraham I2-7/+54
2012-09-06usb: musb: musbhsdma: fix IRQ checkSergei Shtylyov1-1/+1