aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/renesas_usbhs
AgeCommit message (Expand)AuthorFilesLines
2011-10-13usb: gadget: renesas_usbhs: remove unneeded parameter from usbhs_mod_is_host()Kuninori Morimoto3-4/+4
2011-10-13usb: gadget: renesas_usbhs: move usbhs_usbreq_get/set_val() to common.cKuninori Morimoto4-30/+33
2011-10-13usb: gadget: renesas_usbhs: move usbhsp_type() to usbhs_pipe_type()Kuninori Morimoto2-18/+20
2011-10-13usb: gadget: renesas_usbhs: add usbhs_bus_get_speed()Kuninori Morimoto5-19/+18
2011-10-13usb: gadget: renesas_usbhs: add bus control functionsKuninori Morimoto2-1/+43
2011-10-13usb: gadget: renesas_usbhs: change usbhsc_bus_ctrl() to usbsc_set_buswait()Kuninori Morimoto1-10/+5
2011-10-13usb: gadget: renesas_usbhs: tidyup INTENB0 methodKuninori Morimoto1-1/+10
2011-10-13usb: gadget: renesas_usbhs: struct usbhs_pipe hold handlerKuninori Morimoto4-13/+16
2011-10-13usb: gadget: renesas_usbhs: each pipe hold maxpacket sizeKuninori Morimoto2-21/+10
2011-10-13usb: gadget: renesas_usbhs: remove desc from usbhs_pipe_mallocKuninori Morimoto3-38/+45
2011-10-13usb: gadget: renesas_usbhs: move USBHSF_PKT_xxx to pipe.cKuninori Morimoto2-15/+16
2011-10-13usb: gadget: renesas_usbhs: add suspend/resume supportKuninori Morimoto1-5/+64
2011-10-13usb: gadget: renesas: convert to new styleFelipe Balbi1-52/+9
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-08-22usb: renesas_usbhs: use usb_endpoint_maxp()[email protected]1-1/+1
2011-08-08usb: renesas_usbhs: fixup usbhsg_for_each_uep 1st posKuninori Morimoto1-1/+1
2011-08-08usb: renesas_usbhs: fix DMA build by including dma-mapping.hKuninori Morimoto1-0/+1
2011-07-26USB / Renesas: Fix build issue related to struct scatterlistRafael J. Wysocki1-0/+1
2011-07-08usb: renesas_usbhs: support multi driverKuninori Morimoto1-14/+41
2011-07-08usb: renesas_usbhs: inaccessible pipe is not an errorKuninori Morimoto1-1/+4
2011-07-08usb: renesas_usbhs: care buff alignment when dma handlerKuninori Morimoto1-0/+6
2011-07-08usb: renesas_usbhs: compile/config are rescuedKuninori Morimoto1-0/+15
2011-07-08usb: renesas_usbhs: fixup comment-outKuninori Morimoto3-10/+53
2011-07-01usb: renesas_usbhs: use dma handlerKuninori Morimoto1-2/+2
2011-07-01usb: renesas_usbhs: put obtained dma channel info to debug messageKuninori Morimoto1-1/+1
2011-07-01usb: gadget: allow multiple gadgets to be builtFelipe Balbi1-16/+0
2011-06-28usb: gadget: convert all users to the new udc infrastructureSebastian Andrzej Siewior1-5/+15
2011-06-14usb: renesas_usbhs: fixup connection failKuninori Morimoto3-3/+12
2011-06-14Merge 3.0-rc2 into usb-linus as it's needed by some USB patchesGreg Kroah-Hartman1-0/+1
2011-06-07usb: renesas_usbhs: add DMAEngine supportKuninori Morimoto7-3/+516
2011-06-07usb: renesas_usbhs: tidyup pio handler nameKuninori Morimoto3-13/+13
2011-06-07usb: renesas_usbhs: tifyup packet start timingKuninori Morimoto2-17/+11
2011-06-07usb: renesas_usbhs: add pipe/fifo linkKuninori Morimoto4-12/+55
2011-06-07usb: renesas_usbhs: add usbhsf_fifoKuninori Morimoto4-24/+77
2011-06-07usb: renesas_usbhs: shrink spin lock areaKuninori Morimoto4-291/+177
2011-06-07usb: renesas_usbhs: remove usbhsg_queue_getKuninori Morimoto1-19/+5
2011-06-07usb: renesas_usbhs: modify data transfer interruptKuninori Morimoto5-294/+204
2011-06-07usb: renesas_usbhs: modify data transfer methodKuninori Morimoto3-163/+148
2011-06-07usb: renesas_usbhs: modify packet queue control methodKuninori Morimoto5-24/+53
2011-06-07usb: renesas_usbhs: divide data transfer functionsKuninori Morimoto6-60/+150
2011-06-07usb: renesas_usbhs: fifo became independent from pipe.Kuninori Morimoto7-251/+290
2011-06-07usb: renesas_usbhs: modify pipe direction flagsKuninori Morimoto2-1/+11
2011-06-06usb/renesas_usbhs: free uep on removalSebastian Andrzej Siewior1-0/+1
2011-05-11usb: renesas_usbhs: fixup error processing on probe/removeKuninori Morimoto1-6/+6
2011-05-11usb: renesas_usbhs: fixup fifo disableKuninori Morimoto1-16/+13
2011-04-29usb: renesas_usbhs: add autonomy modeKuninori Morimoto4-7/+95
2011-04-29usb: renesas_usbhs: use delayed_work instead of work_structKuninori Morimoto2-5/+7
2011-04-29usb: renesas_usbhs: prevent NULL pointer crashKuninori Morimoto1-15/+19
2011-04-29usb: renesas_usbhs: add power control functionKuninori Morimoto1-13/+29
2011-04-29usb: renesas_usbhs: move pdev_to_priv to globalKuninori Morimoto2-7/+8