aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-07usb: musb: gadget: fix build break by adding missing 'break'Robert Baldyga1-0/+1
2015-08-06usb: musb: cppi41: allow it to work againFelipe Balbi1-3/+3
2015-08-06usb: musb: gadget: remove remaining DMA ifdeferryFelipe Balbi1-21/+18
2015-08-06usb: musb: gadget: add musb_match_ep() functionRobert Baldyga1-0/+34
2015-08-04usb: musb: gadget: add ep capabilities supportRobert Baldyga1-0/+12
2015-08-04usb: musb: musb_dsps: Simplify return statementSaurabh Karajgaonkar1-5/+1
2015-08-03usb: musb: Allow building in all the DMA codeTony Lindgren1-24/+14
2015-07-30usb: gadget: add 'quirk_zlp_not_supp' to usb_gadgetRobert Baldyga1-0/+1
2015-07-29usb: musb: sunxi: Add support for musb controller in A33 SoCHans de Goede1-0/+15
2015-07-29usb: musb: sunxi: Add support for musb controller in A31 SoCHans de Goede1-6/+44
2015-07-29usb: musb: sunxi: Add support for the Allwinner sunxi musb controllerHans de Goede3-1/+716
2015-07-06usb: musb: host: rely on port_mode to call musb_start()Felipe Balbi1-3/+1
2015-06-08Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman1-1/+7
2015-05-27usb: musb: ux500: fix build warningsFelipe Balbi1-1/+1
2015-05-27usb: musb: am35x: fix build warningsFelipe Balbi1-1/+1
2015-05-26usb: musb: Fix platform code being unable to override ep access opsHans de Goede1-7/+6
2015-05-26usb: musb: Do not use musb_read[b|w] / _write[b|w] wrappers in generic fifo functionsHans de Goede1-4/+4
2015-05-26usb: musb: Make busctl_offset an io-op rather then a defineHans de Goede5-48/+68
2015-05-26usb: musb: Make musb_write_rxfun* and musb_write_rxhub* work like their tx versionsHans de Goede4-35/+21
2015-05-26usb: musb: Add pre and post root port reset end callbacksHans de Goede2-0/+18
2015-05-26usb: musb: fix order of conditions for assigning end point operationsBen Hutchings1-7/+7
2015-05-07usb: musb: add softconnect for host modeBin Liu1-0/+91
2015-05-07usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part5Tony Lindgren1-114/+140
2015-05-07usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part4Tony Lindgren1-4/+2
2015-05-07usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part3Tony Lindgren1-50/+74
2015-05-07usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part2Tony Lindgren1-4/+3
2015-05-07usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part1Tony Lindgren1-17/+44
2015-05-07usb: musb: Remove ifdefs for TX DMA for musb_host.cTony Lindgren1-13/+48
2015-05-07usb: musb: Remove DMA ifdef for musb_gadget.c short_packetTony Lindgren1-6/+10
2015-05-07usb: musb: Get rid of the DMA ifdefs for musb_core.cTony Lindgren1-2/+0
2015-05-07usb: musb: Set up function pointers for DMATony Lindgren17-23/+118
2015-05-07usb: musb: Fix up DMA related macrosTony Lindgren14-29/+51
2015-04-27usb: musb: only set test mode onceBin Liu1-1/+8
2015-04-27usb: musb: fix inefficient copy of unaligned buffersJohan Hovold1-2/+7
2015-04-10Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-testingGreg Kroah-Hartman2-4/+5
2015-04-07usb: musb: use new USB_RESUME_TIMEOUTFelipe Balbi2-4/+5
2015-04-03usb: musb: dsps: fix build on i386 when COMPILE_TEST is setTony Lindgren1-1/+1
2015-04-03musb_virthub: use USB_DT_HUBSergei Shtylyov1-1/+1
2015-03-24Merge tag 'usb-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman5-256/+201
2015-03-24usb: musb: Fix fifo reads for dm816x with musb_dspsTony Lindgren1-1/+24
2015-03-11usb: musb: cppi41: fix condition to call cppi41_trans_done().Takeyoshi Kikuchi1-2/+4
2015-03-11usb: musb: dsps: don't fake of_node to musb coreFelipe Balbi1-1/+0
2015-03-11usb: musb: dsps: request phy using our device pointerFelipe Balbi1-1/+1
2015-03-10usb: musb: dsps: just start polling alreadyFelipe Balbi1-3/+2
2015-03-10usb: musb: dsps: use msecs_to_jiffies insteadFelipe Balbi1-7/+10
2015-03-10usb: musb: cppi41: do not call udelay()Felipe Balbi1-1/+1
2015-03-10usb: musb: cppi41: exit early when tx fifo is emptyFelipe Balbi1-8/+4
2015-03-10usb: musb: cppi41: decrease indentation levelFelipe Balbi1-43/+45
2015-03-10usb: musb: core: always try to recover from babbleFelipe Balbi1-16/+6
2015-03-10usb: musb: core: disable irqs inside babble recoveryFelipe Balbi1-4/+3