summaryrefslogtreecommitdiffstats
path: root/drivers/usb/renesas_usbhs/mod_host.c
AgeCommit message (Expand)AuthorLines
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig-1/+1
2019-02-19USB: renesas_usbhs: fix spelling mistake "doens't" -> "doesn't"Colin Ian King-1/+1
2017-11-07USB: renesas_usbhs: Remove redundant license textGreg Kroah-Hartman-10/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman-0/+1
2017-07-30usb: renesas_usbhs: constify hc_driver structuresJulia Lawall-1/+1
2017-01-10usb: renesas_usbhs: mod_host: fix typo: "connecte" -> "connected"Colin Ian King-1/+1
2016-08-30usb: renesas_usbhs: mod_host: don't print on ENOMEMWolfram Sang-8/+2
2016-04-19usb: renesas_usbhs: change arguments of dma_map_ctrl()Yoshihiro Shimoda-1/+2
2015-12-15usb: renesas_usbhs: Modify pipe configurationYoshihiro Shimoda-5/+6
2015-04-03renesas_usbhs: mod_host: use USB_DT_HUBSergei Shtylyov-1/+1
2015-01-25renesas_usbhs: mod_host: use HUB_CHAR_*Sergei Shtylyov-1/+2
2014-11-05usb: renesas_usbhs: fix usbhs_pipe_clear() for DCP PIPEYoshihiro Shimoda-1/+1
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen-0/+1
2013-07-29usb: renesas_usbhs: tidyup original usbhsx_for_each_xxx macroKuninori Morimoto-3/+3
2012-12-13usb: renesas_usbhs: mod_host: fixup usbhsh_ureq_free() timingKuninori Morimoto-1/+2
2012-11-11Merge tag 'gadget-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman-17/+28
2012-11-06usb: renesas_usbhs: host: add endpoint user counterKuninori Morimoto-11/+13
2012-11-06usb: renesas_usbhs: remove debug information from usbhsh_hub_status_data()Kuninori Morimoto-4/+0
2012-10-31usb: renesas_usbhs: add DMAEngine support on mod_hostKuninori Morimoto-2/+15
2012-10-23usb: renesas_usbhs: fixup: avoid NULL access on error case pipe detachKuninori Morimoto-0/+5
2012-08-10usb: renesas_usbhs: mod_host: add missing .bus_suspend/resumeKuninori Morimoto-0/+8
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-360/+592
2011-12-15usb: renesas_usbhs: tidyup for smatch warningsKuninori Morimoto-2/+1
2011-12-13usb: renesas_usbhs: show error reason on usbhsh_urb_enqueu()Kuninori Morimoto-3/+11
2011-12-13usb: renesas_usbhs: add force packet remove methodKuninori Morimoto-0/+36
2011-12-13usb: renesas_usbhs: care usb_hcd_giveback_urb() statusKuninori Morimoto-1/+5
2011-12-13usb: renesas_usbhs: add usbhsh_is_running()Kuninori Morimoto-0/+32
2011-12-13usb: renesas_usbhs: disable attch irq after device attachedKuninori Morimoto-0/+14
2011-12-13usb: renesas_usbhs: care pipe sequenceKuninori Morimoto-15/+56
2011-12-13usb: renesas_usbhs: add usbhs_pipe_attach() methodKuninori Morimoto-124/+168
2011-12-13usb: renesas_usbhs: add usbhsh_endpoint_detach_all() for error caseKuninori Morimoto-139/+163
2011-12-13usb: renesas_usbhs: modify device attach methodKuninori Morimoto-28/+69
2011-12-12usb: renesas_usbhs: pop packet when urb dequeuedKuninori Morimoto-2/+7
2011-12-12usb: renesas_usbhs: add lost error value when enqueueKuninori Morimoto-1/+3
2011-12-12usb: renesas_usbhs: add hcd->has_tt for low/full speedKuninori Morimoto-0/+1
2011-12-12usb: gadget: renesas_usbhs: parameter cleanup for usbhsh_device_xx()Kuninori Morimoto-11/+8
2011-12-12usb: gadget: renesas_usbhs: parameter cleanup for usbhsh_endpoint_xx()Kuninori Morimoto-20/+17
2011-12-12usb: gadget: renesas_usbhs: parameter cleanup for usbhsh_xx_queue_push()Kuninori Morimoto-6/+6
2011-12-12usb: gadget: renesas_usbhs: cleanup usbhsh_endpoint_xxx()Kuninori Morimoto-31/+28
2011-12-12usb: gadget: renesas_usbhs: adds spin lock area on mod_hostKuninori Morimoto-18/+49
2011-12-12usb: gadget: renesas_usbhs: check device0 status when allocKuninori Morimoto-14/+22
2011-12-12usb: gadget: renesas_usbhs: remove usbhsh_request listKuninori Morimoto-66/+3
2011-12-12usb: gadget: renesas_usbhs: usbhs_set_device_config() care upphub/hubportKuninori Morimoto-3/+24
2011-12-12usb: gadget: renesas_usbhs: cleanup usbhs_endpoint_disable()Kuninori Morimoto-2/+1
2011-12-12usb: gadget: renesas_usbhs: modify function name of usbhs_set_device_xx()Kuninori Morimoto-2/+2
2011-12-12usb: gadget: renesas_usbhs: usbhsh_ureq_alloc/free() care urb->hcprivKuninori Morimoto-9/+3
2011-12-12usb: gadget: renesas_usbhs: cleanup complicated ureq alloc/freeKuninori Morimoto-51/+56
2011-12-12usb: gadget: renesas_usbhs: tidyup mod_host request variable nameKuninori Morimoto-18/+18
2011-12-12usb: gadget: renesas_usbhs: remove usbhs_sys_usb_ctrl()Kuninori Morimoto-2/+0
2011-12-12usb: gadget: renesas_usbhs: remove usbhs_sys_hispeed_ctrl()Kuninori Morimoto-2/+0