aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-28Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds1-6/+0
2011-10-27Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds1-1/+1
2011-10-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds4-29/+54
2011-10-18Merge branch 'mach_memory_h' of git://git.linaro.org/people/nico/linux into devel-stableRussell King1-6/+0
2011-09-26musb_debugfs.c: remove unneeded includes on ARMNicolas Pitre1-6/+0
2011-09-18Merge branch 'for-next' of git://gitorious.org/usb/usb into usb-nextGreg Kroah-Hartman1-26/+43
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-09-15Merge branch 'master' into for-nextJiri Kosina9-37/+62
2011-09-15treewide: typo 'interrrupt' word corrections.Vitaliy Ivanov1-1/+1
2011-09-09musb_gadget: Fix for spurious interrupts on endpoint zero.Hans Petter Selasky1-0/+8
2011-09-09usb: musb: Enable DMA mode1 RX for transfers without short packetsAnand Gadiyar1-26/+43
2011-08-29Merge 3.1-rc4 into usb-nextGreg Kroah-Hartman2-2/+2
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2-2/+2
2011-08-12usb: musb: gadget: fix error pathSebastian Andrzej Siewior1-1/+3
2011-08-12usb: musb: blackfin: include prefetch head fileBob Liu1-0/+1
2011-08-12usb: musb: tusb6010: fix compilationFelipe Balbi4-6/+14
2011-08-12usb: musb: cppi: fix build errors due to DBG and missing musb variablePer Forlin1-9/+17
2011-08-12usb: musb: ux500: replace missing DBG with dev_dbgPer Forlin1-8/+14
2011-08-12usb: musb: ux500: set dma config for both src and dstPer Forlin1-9/+7
2011-08-12usb: musb: fix oops on musb_gadget_pullupJohn Stultz1-0/+5
2011-08-12usb: musb: fix KconfigRabin Vincent1-3/+0
2011-08-12usb: musb: tusb6010_omap: fix build failure: error: 'musb' undeclaredSergei Trofimovich1-1/+1
2011-08-08ARM: gpio: davinci: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King1-1/+1
2011-08-01usb: musb: fix oops on musb_gadget_pullupJohn Stultz1-0/+5
2011-08-01usb: musb: fix KconfigRabin Vincent1-3/+0
2011-08-01usb: musb: tusb6010_omap: fix build failure: error: 'musb' undeclaredSergei Trofimovich1-1/+1
2011-07-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds14-393/+69
2011-07-11Merge branch 'master' into for-nextJiri Kosina2-1/+7
2011-07-08usb: musb: restore INDEX register in resume pathAjay Kumar Gupta1-0/+1
2011-07-01usb: musb: no need to access platform_deviceFelipe Balbi1-4/+2
2011-07-01usb: musb: convert musb to new style bindSebastian Andrzej Siewior2-81/+17
2011-07-01usb: musb: choose correct fifo_modeFelipe Balbi1-3/+8
2011-07-01usb: musb: drop a gigantic amount of ifdeferryFelipe Balbi14-305/+10
2011-07-01usb: musb: be careful when using different fifo_modesFelipe Balbi1-2/+20
2011-07-01usb: musb: update musb_platform_ops docs to match codeMike Frysinger1-1/+1
2011-06-28usb: gadget: convert all users to the new udc infrastructureSebastian Andrzej Siewior1-5/+18
2011-06-24treewide: transciever/transceiver spelling fixesJoe Perches1-1/+1
2011-06-09usb: musb: gadget: clear TXPKTRDY flag when set FLUSHFIFOYauheni Kaliuta1-0/+6
2011-06-09usb: musb: host: compare status for negative error valuesMárton Németh1-1/+1
2011-06-06musb: fix prefetch build failureMike Frysinger1-0/+1
2011-05-18usb: musb: ux500: add configuration and build options for ux500 dmaMian Yousaf Kaukab2-0/+12
2011-05-18usb: musb: ux500: add dma glue layer for ux500Mian Yousaf Kaukab1-0/+422
2011-05-18usb: musb: ux500: add dma name for ux500Mian Yousaf Kaukab1-0/+2
2011-05-18usb: musb: ux500: add ux500 specific code for gadget sideMian Yousaf Kaukab1-4/+53
2011-05-18usb: musb: fix compile errorFelipe Balbi2-0/+4
2011-05-13usb: musb: Calling VBUS pulsing API when SRP is initiated.Hema HK1-0/+4
2011-05-13usb: musb: host: remove duplicate check in musb_ep_program()Sergei Shtylyov1-27/+22
2011-05-13usb: musb: export musb_interrupt symbolFelipe Balbi1-1/+1
2011-05-13usb: musb: allow musb and glue layers to be modulesFelipe Balbi1-10/+10
2011-05-13usb: musb: drop unneeded musb_debug trickeryFelipe Balbi17-301/+267