summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb
AgeCommit message (Expand)AuthorFilesLines
2010-11-22usb: musb: do not use dma for control transfersAnand Gadiyar2-0/+7
2010-11-22usb: musb: gadget: fix compilation warningAjay Kumar Gupta1-0/+2
2010-11-22usb: musb: clear RXCSR_AUTOCLEAR before PIO readMing Lei1-2/+3
2010-11-22usb: musb: unmap dma buffer when switching to PIOHema Kalliguddi1-38/+79
2010-11-09usb: musb: fail unaligned DMA transfers on v1.8 and aboveAnand Gadiyar1-0/+14
2010-11-08usb: musb: gadget: kill duplicate code in musb_gadget_queue()Sergei Shtylyov1-2/+0
2010-11-05usb: musb: Fix handling of spurious SESSREQHeikki Krogerus1-1/+2
2010-11-05usb: musb: fix kernel oops when loading musb_hdrc module for the 2nd timeMing Lei1-1/+0
2010-11-05USB: musb: blackfin: push clkin value to platform resourcesBob Liu1-1/+2
2010-11-05USB: musb: blackfin: fix dynamic device<->host changingBob Liu1-2/+3
2010-11-05USB: musb: blackfin: pm: make it workBob Liu2-24/+50
2010-11-05USB: musb: pm: don't rely fully on clock supportBob Liu1-14/+12
2010-11-05USB: musb: blackfin: fix musb_read_txhubport() definitionIan Jeffray1-1/+2
2010-11-05USB: musb: gadget: fix MUSB_TXMAXP and MUSB_RXMAXP configurationMing Lei1-10/+3
2010-11-05usb: musb: don't leave PHY enabled on shutdown()Grazvydas Ignotas1-7/+6
2010-11-05usb: musb: musb_gadget: fix resource leakage in error pathRahul Ruikar1-1/+3
2010-11-05usb: musb: gadget: fix dma mode 0 in double buffer Rx caseMing Lei1-6/+16
2010-10-22USB: musb: AM35x: Workaround for fifo read issueAjay Kumar Gupta2-0/+32
2010-10-22USB: musb: add musb support for AM35xAjay Kumar Gupta4-2/+512
2010-10-22usb: makefile cleanupmatt mooney1-54/+17
2010-10-22usb: musb: blackfin: call gpio_free() on error path in musb_platform_init()Sergei Shtylyov1-1/+3
2010-10-22usb: musb: blackfin: call usb_nop_xceiv_unregister() in musb_platform_exit()Sergei Shtylyov1-1/+1
2010-10-22USB: MUSB: fix kernel WARNING/oops when unloading module in OTG modeSergei Shtylyov5-4/+8
2010-10-22usb: change to new flag variablematt mooney1-3/+1
2010-10-22usb: musb: gadget: only enable AUTOCLEAR in double buffered caseFelipe Balbi1-1/+2
2010-10-22usb: musb: gadget: fix ZLP sending in musb_g_tx(v1)Ming Lei1-30/+29
2010-10-22usb: musb: ignore spurious SESSREQ interruptsHeikki Krogerus1-0/+5
2010-10-22usb: musb: gadget: kill unreachable code in musb_g_rx()Sergei Shtylyov1-9/+3
2010-10-22USB: musb: suppress warning about unused flagsJon Povey1-1/+1
2010-10-22usb: musb: host: support DMA transfers greater than max channel lengthT. S., Anil Kumar1-2/+4
2010-10-22usb: musb: Change to direct addr in context save/restoreBob Liu1-24/+22
2010-10-22usb: musb: host: unmap the buffer for PIO data transfersMaulik Mankad1-0/+5
2010-10-22usb: musb: musbhsdma: increase max_len to 1MBAnil Shetty1-1/+1
2010-10-22usb: musb: support ISO high bandwidth for gadget modeMing Lei2-12/+39
2010-10-22usb: musb: introduce DA8xx/OMAP-L1x glue layerSergei Shtylyov4-1/+478
2010-10-22USB: musb: make DBG() calls actually depend on CONFIG_USB_MUSB_DEBUGSergei Shtylyov1-7/+4
2010-10-22usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König1-5/+6
2010-09-24usb: musb: gadget: restart request on clearing endpoint haltSergei Shtylyov3-1/+12
2010-09-24usb: musb: host: Issue a memory barrier before starting DMASantosh Shilimkar1-0/+6
2010-09-24usb: musb: gadget: fix dma length in txstateMing Lei2-9/+10
2010-09-24usb: musb: gadget: complete request only if data is transfered overMing Lei1-8/+8
2010-09-24usb: musb: gadget: fix DMA length for OUT transferMing Lei1-2/+3
2010-09-24usb: musb: gadget: enable autoclear for OUT transfer in both DMA 0 and DMA 1Ming Lei1-1/+1
2010-09-24usb: musb: gadget: fix bulk IN infinit hangs in double buffer caseMing Lei1-12/+0
2010-09-24usb: musb: gadget: fix kernel panic if using out ep with FIFO_TXRX styleMing Lei1-3/+17
2010-09-20usb: musb_debugfs: don't use the struct file private_data field with seq_filesMathias Nyman1-3/+2
2010-08-10USB: musb: forward debug mode feature to gadgetstephane duverger1-0/+3
2010-08-10USB: musb: do not override DMA mode in channel programAnand Gadiyar1-4/+1
2010-08-10USB: musb: Kill board specific pinmux from driver fileAnand Gadiyar1-6/+0
2010-08-10USB: musb: fix compilation warning in host only modeAjay Kumar Gupta1-4/+3