aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/renesas_usbhs/mod_gadget.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-01Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-56/+23
2012-02-28usb: renesas: gadget: use generic map/unmap routinesFelipe Balbi1-56/+17
2012-02-24usb: renesas_usbhs: bugfix: add .release function to gpriv->gadget.devKuninori Morimoto1-0/+6
2012-01-24usb: renesas: silence uninitialized variable report in usbhsg_recip_run_handle()Jesper Juhl1-1/+1
2011-12-15usb: renesas_usbhs: silence a gcc warningDan Carpenter1-1/+1
2011-12-13usb: renesas_usbhs: care pipe sequenceKuninori Morimoto1-1/+1
2011-12-12usb: renesas_usbhs: remove the_controller_linkKuninori Morimoto1-15/+0
2011-12-12usb: renesas_usbhs: add test-mode supportKuninori Morimoto1-1/+21
2011-12-12usb: renesas_usbhs: call usbhsg_queue_pop() when pipe disable.Kuninori Morimoto1-2/+4
2011-12-12usb: renesas_usbhs: send packet in necessary timing.Kuninori Morimoto1-5/+3
2011-12-12usb: renesas_usbhs: add basic USB_REQ_GET_STATUS supportKuninori Morimoto1-0/+101
2011-12-12usb: renesas_usbhs: add basic USB_REQ_SET_FEATURE supportKuninori Morimoto1-0/+26
2011-12-12usb: renesas_usbhs: remove superfluous usbhs_lock from recip handlerKuninori Morimoto1-7/+0
2011-12-12usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz1-1/+1
2011-12-12usb: gadget: replace usb_gadget::is_dualspeed with max_speedMichal Nazarewicz1-1/+1
2011-12-12usb: gadget: renesas_usbhs: remove usbhs_sys_usb_ctrl()Kuninori Morimoto1-2/+0
2011-12-12usb: gadget: renesas_usbhs: remove usbhs_sys_hispeed_ctrl()Kuninori Morimoto1-2/+0
2011-11-29usb: renesas_usbhs: fixup driver speedKuninori Morimoto1-1/+1
2011-11-29usb: renesas_usbhs: fixup gadget.dev.driver when udc_stop.Kuninori Morimoto1-0/+1
2011-11-29usb: renesas_usbhs: fixup signal the driver that cable was disconnectedKuninori Morimoto1-0/+7
2011-11-29usb: renesas_usbhs: fixup device_register timingKuninori Morimoto1-26/+11
2011-11-14usb: gadget: renesas_usbhs: fixup section mismatch warningKuninori Morimoto1-2/+2
2011-10-13usb: gadget: renesas_usbhs: modify pipe sequence settingsKuninori Morimoto1-2/+2
2011-10-13usb: gadget: renesas_usbhs: disable auto paket start on usbhs_pkt_push()Kuninori Morimoto1-0/+1
2011-10-13usb: gadget: renesas_usbhs: move done callback to struct usbhs_pktKuninori Morimoto1-19/+19
2011-10-13usb: gadget: renesas_usbhs: add device select support in usbhs_pipe_config_update()Kuninori Morimoto1-2/+2
2011-10-13usb: gadget: renesas_usbhs: add struct usbhs_priv to packet done functionKuninori Morimoto1-1/+1
2011-10-13usb: gadget: renesas_usbhs: add usbhs_bus_get_speed()Kuninori Morimoto1-1/+1
2011-10-13usb: gadget: renesas_usbhs: struct usbhs_pipe hold handlerKuninori Morimoto1-8/+6
2011-10-13usb: gadget: renesas_usbhs: remove desc from usbhs_pipe_mallocKuninori Morimoto1-1/+9
2011-10-13usb: gadget: renesas: convert to new styleFelipe Balbi1-52/+9
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-08usb: renesas_usbhs: support multi driverKuninori Morimoto1-14/+41
2011-07-08usb: renesas_usbhs: fixup comment-outKuninori Morimoto1-1/+9
2011-07-01usb: renesas_usbhs: use dma handlerKuninori Morimoto1-2/+2
2011-06-28usb: gadget: convert all users to the new udc infrastructureSebastian Andrzej Siewior1-5/+15
2011-06-14usb: renesas_usbhs: fixup connection failKuninori Morimoto1-1/+4
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 Morimoto1-1/+69
2011-06-07usb: renesas_usbhs: tidyup pio handler nameKuninori Morimoto1-4/+4
2011-06-07usb: renesas_usbhs: tifyup packet start timingKuninori Morimoto1-16/+6
2011-06-07usb: renesas_usbhs: shrink spin lock areaKuninori Morimoto1-243/+66
2011-06-07usb: renesas_usbhs: remove usbhsg_queue_getKuninori Morimoto1-19/+5
2011-06-07usb: renesas_usbhs: modify data transfer interruptKuninori Morimoto1-268/+23
2011-06-07usb: renesas_usbhs: modify data transfer methodKuninori Morimoto1-122/+15
2011-06-07usb: renesas_usbhs: modify packet queue control methodKuninori Morimoto1-17/+15
2011-06-07usb: renesas_usbhs: divide data transfer functionsKuninori Morimoto1-43/+72
2011-06-07usb: renesas_usbhs: fifo became independent from pipe.Kuninori Morimoto1-8/+8
2011-06-06usb/renesas_usbhs: free uep on removalSebastian Andrzej Siewior1-0/+1