summaryrefslogtreecommitdiffstats
path: root/drivers/usb/renesas_usbhs/mod_gadget.c
Commit message (Expand)AuthorAgeFilesLines
* usb: renesas_usbhs: protect the CFIFOSEL setting in usbhsg_ep_enable()Yoshihiro Shimoda2016-06-291-1/+8
* usb: renesas_usbhs: use usb_gadget_{un}map_request_by_dev() for IPMMUYoshihiro Shimoda2016-04-191-4/+2
* usb: renesas_usbhs: change arguments of dma_map_ctrl()Yoshihiro Shimoda2016-04-191-1/+2
* usb: renesas_usbhs: fix to avoid using a disabled ep in usbhsg_queue_done()Yoshihiro Shimoda2016-04-041-1/+5
* usb: renesas_usbhs: gadget: fix giveback status code in usbhsg_pipe_disable()Yoshihiro Shimoda2016-03-041-1/+1
* usb: renesas_usbhs: Modify ep.caps.type_xxx and usb_ep_maxpacket_limit()Yoshihiro Shimoda2015-12-151-7/+12
* usb: renesas_usbhs: gadget: Fix NULL pointer dereference in usbhsg_ep_dequeue()Yoshihiro Shimoda2015-11-191-2/+9
* usb: renesas: gadget: add ep capabilities supportRobert Baldyga2015-08-041-0/+6
* usb: renesas_usbhs: Allow an OTG PHY driver to provide VBUSPhil Edworthy2015-07-291-0/+62
* usb: renesas_usbhs: fix spinlock suspected in a gadget complete functionYoshihiro Shimoda2015-03-191-3/+19
* usb: renesas_usbhs: gadget: set value for common is_selfpoweredPeter Chen2015-01-291-0/+2
* usb: renesas_usbhs: fix usbhs_pipe_clear() for DCP PIPEYoshihiro Shimoda2014-11-051-1/+1
* usb: renesas_usbhs: fix the timing of dcp_control_transfer_doneYoshihiro Shimoda2014-11-051-0/+3
* usb: renesas_usbhs: gadget: fix the behavior of pullupTakeshi Kihara2014-11-051-1/+29
* usb: renesas_usbhs: gadget: fix NULL pointer dereference in ep_disable()Kazuya Mizuguchi2014-11-051-0/+3
* usb: gadget: remove unnecessary 'driver' argumentFelipe Balbi2014-11-031-2/+1
* usb: gadget: Refactor request completionMichal Sojka2014-09-251-1/+1
* usb: renesas_usbhs: gadget: fix re-enabling pipe without re-connectingYoshihiro Shimoda2014-07-101-0/+2
* usb: gadget: add "maxpacket_limit" field to struct usb_epRobert Baldyga2013-12-171-2/+2
* usb: renesas_usbhs: tidyup original usbhsx_for_each_xxx macroKuninori Morimoto2013-07-291-3/+3
* usb: renesas_usbhs: gadget: remove extra check on udc_stopKuninori Morimoto2013-07-151-4/+0
* usb: renesas_usbhs: fixup sparse errors for common.cKuninori Morimoto2013-04-021-3/+3
* usb: renesas: gadget: don't assign gadget.dev.release directlyFelipe Balbi2013-03-181-6/+0
* usb: renesas: gadget: don't touch gadget.dev.driverFelipe Balbi2013-03-181-2/+0
* usb: gadget: drop now unnecessary flagFelipe Balbi2013-03-181-1/+0
* usb: renesas_usbhs: gadget: let udc-core manage gadget->devFelipe Balbi2013-03-181-9/+2
* Merge tag 'gadget-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2013-01-251-1/+1
|\
| * usb: gadget: constify all struct usb_gadget_opsFelipe Balbi2013-01-241-1/+1
* | usb: renesas_usbhs: gadget: usbhsg_ep_disable() care pipe settingsKuninori Morimoto2012-12-131-3/+8
* | usb: renesas_usbhs: gadget: remove usbhsg_uep_init()Kuninori Morimoto2012-12-131-10/+1
|/
* usb: renesas_usbhs: gadget: add usb_gadget_ops :: pullup supportkuninori.morimoto.gx@renesas.com2012-10-161-0/+11
* usb: renesas_usbhs: gadget: add support for set_selfpoweredShimoda, Yoshihiro2012-05-041-1/+18
* Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2012-03-011-56/+23
|\
| * usb: renesas: gadget: use generic map/unmap routinesFelipe Balbi2012-02-281-56/+17
| * usb: renesas_usbhs: bugfix: add .release function to gpriv->gadget.devKuninori Morimoto2012-02-241-0/+6
* | usb: renesas: silence uninitialized variable report in usbhsg_recip_run_handle()Jesper Juhl2012-01-241-1/+1
|/
* usb: renesas_usbhs: silence a gcc warningDan Carpenter2011-12-151-1/+1
* usb: renesas_usbhs: care pipe sequenceKuninori Morimoto2011-12-131-1/+1
* usb: renesas_usbhs: remove the_controller_linkKuninori Morimoto2011-12-121-15/+0
* usb: renesas_usbhs: add test-mode supportKuninori Morimoto2011-12-121-1/+21
* usb: renesas_usbhs: call usbhsg_queue_pop() when pipe disable.Kuninori Morimoto2011-12-121-2/+4
* usb: renesas_usbhs: send packet in necessary timing.Kuninori Morimoto2011-12-121-5/+3
* usb: renesas_usbhs: add basic USB_REQ_GET_STATUS supportKuninori Morimoto2011-12-121-0/+101
* usb: renesas_usbhs: add basic USB_REQ_SET_FEATURE supportKuninori Morimoto2011-12-121-0/+26
* usb: renesas_usbhs: remove superfluous usbhs_lock from recip handlerKuninori Morimoto2011-12-121-7/+0
* usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz2011-12-121-1/+1
* usb: gadget: replace usb_gadget::is_dualspeed with max_speedMichal Nazarewicz2011-12-121-1/+1
* usb: gadget: renesas_usbhs: remove usbhs_sys_usb_ctrl()Kuninori Morimoto2011-12-121-2/+0
* usb: gadget: renesas_usbhs: remove usbhs_sys_hispeed_ctrl()Kuninori Morimoto2011-12-121-2/+0
* usb: renesas_usbhs: fixup driver speedKuninori Morimoto2011-11-291-1/+1