aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-10USB: musb: use correct register widths in register dumpsAnand Gadiyar1-16/+16
2010-08-10USB: convert usb_hcd bitfields into atomic flagsAlan Stern1-1/+1
2010-07-26USB: musb: tusb6010: fix compile error with n8x0_defconfigFelipe Balbi1-13/+0
2010-06-30USB: musb: Enable the maximum supported burst mode for DMAHema HK1-11/+2
2010-06-30USB: musb: fix Blackfin ulpi stubsMike Frysinger1-2/+2
2010-06-30USB: MUSB: make non-OMAP platforms build with CONFIG_PM=ySergei Shtylyov1-2/+4
2010-06-30USB: musb_core: make disconnect and suspend interrupts work againSergei Shtylyov1-5/+1
2010-06-30usb: musb: Fix a bug by making suspend interrupt available in device modeMaulik Mankad1-1/+2
2010-05-20usb: musb: update gfp/slab.h includesTejun Heo1-1/+0
2010-05-20usb: musb: add ulpi access operationsHeikki Krogerus2-0/+96
2010-05-20usb: musb: Makefile: remove unexistent config optionFelipe Balbi1-6/+0
2010-05-20usb: musb: omap2430.c: remove unnecessary includesAnand Gadiyar1-2/+0
2010-05-20usb: musb: omap2430: remove unused defineAnand Gadiyar1-4/+0
2010-05-20MUSB: Blackfin: remove musb_platform_{suspend|resume}()Sergei Shtylyov1-12/+0
2010-05-20MUSB: OMAP: make musb_platform_suspend() 'static'Sergei Shtylyov1-1/+1
2010-05-20MUSB: Blackfin: remove bfin_vbus_power()Sergei Shtylyov1-5/+0
2010-05-20MUSB: OMAP: remove omap_vbus_power()Sergei Shtylyov1-8/+0
2010-05-20USB: musb: support host/gadget role switching on Blackfin partsCliff Cai1-6/+63
2010-05-20usb: musb: debugfs: musb_exit_debugfs() can be called on probeFelipe Balbi2-3/+6
2010-05-20usb: musb: hsdma: use musb_read/writelFelipe Balbi1-13/+3
2010-05-20usb: musb: gadget: support musb-specific test modesFelipe Balbi1-0/+25
2010-05-20usb: musb: add debugfs supportFelipe Balbi4-0/+317
2010-05-20USB: musb: allow the Blackfin vrsel gpio to be active lowCliff Cai1-4/+4
2010-05-20USB: MUSB: Add OMAP4 support in MUSB driverMaulik Mankad2-4/+8
2010-05-20USB: MUSB: Build MUSB driver for OMAP4Maulik Mankad2-1/+9
2010-05-20usb: musb: Set transceiver interface typeMaulik Mankad6-7/+16
2010-05-20usb: musb: allow board to pass down fifo modeFelipe Balbi1-20/+16
2010-05-20USB: straighten out port feature vs. port status usageAlan Stern2-6/+5
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet1-1/+1
2010-04-30usb: Fix tusb6010 for DMA APITony Lindgren2-8/+27
2010-04-30musb_core: fix musb_init_controller() error cleanup pathSergei Shtylyov1-17/+34
2010-04-30MUSB: fix DaVinci glue layer dependencySergei Shtylyov2-2/+2
2010-04-30musb_core: don't call musb_platform_exit() twiceSergei Shtylyov1-10/+7
2010-04-30MUSB: OMAP: don't call clk_put()Sergei Shtylyov1-3/+0
2010-04-30MUSB: DaVinci: fix musb_platform_init() error cleanup pathSergei Shtylyov1-0/+2
2010-04-30musb_core: don't prevent disabling clock on driver unloadSergei Shtylyov1-3/+1
2010-04-30musb_core: don't touch 'musb->clock' in musb_free()Sergei Shtylyov1-5/+0