summaryrefslogtreecommitdiff
path: root/drivers/usb/renesas_usbhs/mod_gadget.c
AgeCommit message (Expand)Author
2013-12-17usb: gadget: add "maxpacket_limit" field to struct usb_epRobert Baldyga
2013-07-29usb: renesas_usbhs: tidyup original usbhsx_for_each_xxx macroKuninori Morimoto
2013-07-15usb: renesas_usbhs: gadget: remove extra check on udc_stopKuninori Morimoto
2013-04-02usb: renesas_usbhs: fixup sparse errors for common.cKuninori Morimoto
2013-03-18usb: renesas: gadget: don't assign gadget.dev.release directlyFelipe Balbi
2013-03-18usb: renesas: gadget: don't touch gadget.dev.driverFelipe Balbi
2013-03-18usb: gadget: drop now unnecessary flagFelipe Balbi
2013-03-18usb: renesas_usbhs: gadget: let udc-core manage gadget->devFelipe Balbi
2013-01-25Merge tag 'gadget-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2013-01-24usb: gadget: constify all struct usb_gadget_opsFelipe Balbi
2012-12-13usb: renesas_usbhs: gadget: usbhsg_ep_disable() care pipe settingsKuninori Morimoto
2012-12-13usb: renesas_usbhs: gadget: remove usbhsg_uep_init()Kuninori Morimoto
2012-10-16usb: renesas_usbhs: gadget: add usb_gadget_ops :: pullup supportkuninori.morimoto.gx@renesas.com
2012-05-04usb: renesas_usbhs: gadget: add support for set_selfpoweredShimoda, Yoshihiro
2012-03-01Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2012-02-28usb: renesas: gadget: use generic map/unmap routinesFelipe Balbi
2012-02-24usb: renesas_usbhs: bugfix: add .release function to gpriv->gadget.devKuninori Morimoto
2012-01-24usb: renesas: silence uninitialized variable report in usbhsg_recip_run_handle()Jesper Juhl
2011-12-15usb: renesas_usbhs: silence a gcc warningDan Carpenter
2011-12-13usb: renesas_usbhs: care pipe sequenceKuninori Morimoto
2011-12-12usb: renesas_usbhs: remove the_controller_linkKuninori Morimoto
2011-12-12usb: renesas_usbhs: add test-mode supportKuninori Morimoto
2011-12-12usb: renesas_usbhs: call usbhsg_queue_pop() when pipe disable.Kuninori Morimoto
2011-12-12usb: renesas_usbhs: send packet in necessary timing.Kuninori Morimoto
2011-12-12usb: renesas_usbhs: add basic USB_REQ_GET_STATUS supportKuninori Morimoto
2011-12-12usb: renesas_usbhs: add basic USB_REQ_SET_FEATURE supportKuninori Morimoto
2011-12-12usb: renesas_usbhs: remove superfluous usbhs_lock from recip handlerKuninori Morimoto
2011-12-12usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz
2011-12-12usb: gadget: replace usb_gadget::is_dualspeed with max_speedMichal Nazarewicz
2011-12-12usb: gadget: renesas_usbhs: remove usbhs_sys_usb_ctrl()Kuninori Morimoto
2011-12-12usb: gadget: renesas_usbhs: remove usbhs_sys_hispeed_ctrl()Kuninori Morimoto
2011-11-29usb: renesas_usbhs: fixup driver speedKuninori Morimoto
2011-11-29usb: renesas_usbhs: fixup gadget.dev.driver when udc_stop.Kuninori Morimoto
2011-11-29usb: renesas_usbhs: fixup signal the driver that cable was disconnectedKuninori Morimoto
2011-11-29usb: renesas_usbhs: fixup device_register timingKuninori Morimoto
2011-11-14usb: gadget: renesas_usbhs: fixup section mismatch warningKuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: modify pipe sequence settingsKuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: disable auto paket start on usbhs_pkt_push()Kuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: move done callback to struct usbhs_pktKuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: add device select support in usbhs_pipe_config_up...Kuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: add struct usbhs_priv to packet done functionKuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: add usbhs_bus_get_speed()Kuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: struct usbhs_pipe hold handlerKuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: remove desc from usbhs_pipe_mallocKuninori Morimoto
2011-10-13usb: gadget: renesas: convert to new styleFelipe Balbi
2011-08-08usb: renesas_usbhs: fixup usbhsg_for_each_uep 1st posKuninori Morimoto
2011-08-08usb: renesas_usbhs: fix DMA build by including dma-mapping.hKuninori Morimoto
2011-07-08usb: renesas_usbhs: support multi driverKuninori Morimoto
2011-07-08usb: renesas_usbhs: fixup comment-outKuninori Morimoto
2011-07-01usb: renesas_usbhs: use dma handlerKuninori Morimoto