aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-26usb: musb: ux500: fix 'musbid' undeclared error in ux500_remove()Wei Yongjun1-1/+1
2012-10-26Revert "usb: musb: use DMA mode 1 whenever possible"Felipe Balbi1-4/+26
2012-10-23usb: musb: dsps: fix res_name lengthDaniel Mack1-4/+4
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/arm/arm-socLinus 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/scm/linux/kernel/git/tmlind/linux-omap into next/cleanupOlof 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/balbi/usb into usb-nextGreg Kroah-Hartman22-654/+866
2012-09-11Merge tag 'xceiv-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman6-0/+6
2012-09-11Merge tag 'gadget-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg 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
2012-09-06usb: musb: tusb6010: fix error path in tusb_probe()Sergei Shtylyov1-1/+1
2012-09-06usb: musb: host: fix for musb_start_urb Oopsyuzheng ma1-1/+1
2012-08-31usb: musb: core: fix kernel-doc of musb_init_controller()Sergei Shtylyov1-3/+3
2012-08-31usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEEDMichal Nazarewicz1-1/+0
2012-08-20usb: musb: fix spelling of families in KconfigPeter Meerwald1-1/+1
2012-08-20usb: musb: omap2430.c delete unused variable.Matthias Brugger1-3/+1
2012-08-14usb: musb: omap2430: don't loop indefinitely in interrupt.NeilBrown1-1/+5
2012-08-09usb: musb: Make dma_controller_create __devinitShubhrajyoti D5-5/+5
2012-08-09usb: musb: Prevent the masking of the return valueShubhrajyoti D1-1/+1
2012-08-09usb: musb: Remove redundant if statementRoger Quadros1-19/+15
2012-08-09usb: musb: drop is_host_capable() and is_peripheral_capable()Felipe Balbi2-34/+18
2012-08-09usb: musb: drop useless board_mode usageFelipe Balbi11-334/+159
2012-08-07usb: musb: use DMA mode 1 whenever possibleRoger Quadros1-26/+4
2012-08-07usb: musb: host: Handle highmem in PIO modeVirupax Sadashivpetimath2-5/+96
2012-08-07usb: musb: Fix bad call to kfree() in musb_freeBrian Downing1-1/+1
2012-08-07usb: musb: fix sparse warningsFelipe Balbi3-4/+4
2012-08-03usb: musb: cleanup while removing musb omap glue driverKishon Vijay Abraham I1-2/+1
2012-08-03usb: xceiv: create nop-usb-xceiv.h and avoid pollution on otg.hFelipe Balbi6-0/+6
2012-08-03usb: musb: NAK timeout scheme on bulk TX endpointAjay Kumar Gupta1-62/+92
2012-08-03usb: musb: check for zero byte in musb_read/write_fifoAjay Kumar Gupta1-0/+6
2012-08-03usb: musb: gadget: don't program dma for zero byte txAjay Kumar Gupta1-1/+1
2012-08-03usb: musb: host: don't program dma for zero byte txAjay Kumar Gupta1-1/+11
2012-08-03usb: musb: gadget: use variables according to their names in rxstate()Sergei Shtylyov1-12/+13
2012-08-03usb: musb: reorder runtime pm callAjay Kumar Gupta1-8/+9
2012-08-03usb: musb: am335x: fix pdev resource bugAjay Kumar Gupta1-1/+1