summaryrefslogtreecommitdiffstats
path: root/drivers/usb/renesas_usbhs/pipe.h
Commit message (Expand)AuthorAgeFilesLines
* usb: renesas_usbhs: add usbhs_pipe_clear_without_sequence() functionYoshihiro Shimoda2017-12-121-0/+2
* USB: renesas_usbhs: Remove redundant license textGreg Kroah-Hartman2017-11-071-10/+0Star
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: renesas_usbhs: change arguments of dma_map_ctrl()Yoshihiro Shimoda2016-04-191-2/+4
* usb: renesas_usbhs: constify usbhs_pkt_handle structuresJulia Lawall2016-01-251-1/+1
* usb: renesas_usbhs: Modify pipe configurationYoshihiro Shimoda2015-12-151-1/+0Star
* usb: renesas_usbhs: add support for USB-DMACYoshihiro Shimoda2015-03-131-0/+1
* usb: renesas_usbhs: fix the behavior of some usbhs_pkt_handleYoshihiro Shimoda2014-09-031-0/+4
* usb: renesas_usbhs: gadget: fix re-enabling pipe without re-connectingYoshihiro Shimoda2014-07-101-0/+1
* usb: renesas_usbhs: tidyup original usbhsx_for_each_xxx macroKuninori Morimoto2013-07-291-3/+3
* Merge tag 'gadget-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2012-11-121-0/+1
|\
| * usb: renesas_usbhs: use transfer counter if IN direction bulk pipeKuninori Morimoto2012-11-081-0/+1
* | usb: renesas_usbhs: fixup __usbhs_for_each_pipe 1st posKuninori Morimoto2012-10-161-1/+1
|/
* renesas_usbhs: cleanup quoted includesPaul Bolle2012-06-051-2/+2
* usb: renesas_usbhs: add usbhs_pipe_is_stall()Kuninori Morimoto2011-12-121-0/+1
* usb: gadget: renesas_usbhs: modify pipe sequence settingsKuninori Morimoto2011-10-131-1/+4
* usb: gadget: renesas_usbhs: move done callback to struct usbhs_pktKuninori Morimoto2011-10-131-3/+0Star
* usb: gadget: renesas_usbhs: add usbhs_pipe_name()Kuninori Morimoto2011-10-131-0/+1
* usb: gadget: renesas_usbhs: add device select support in usbhs_pipe_config_up...Kuninori Morimoto2011-10-131-1/+2
* usb: gadget: renesas_usbhs: add struct usbhs_priv to packet done functionKuninori Morimoto2011-10-131-2/+3
* usb: gadget: renesas_usbhs: add usbhs_dcp_dir_for_host()Kuninori Morimoto2011-10-131-0/+1
* usb: gadget: renesas_usbhs: move usbhs_usbreq_get/set_val() to common.cKuninori Morimoto2011-10-131-6/+0Star
* usb: gadget: renesas_usbhs: move usbhsp_type() to usbhs_pipe_type()Kuninori Morimoto2011-10-131-0/+3
* usb: gadget: renesas_usbhs: struct usbhs_pipe hold handlerKuninori Morimoto2011-10-131-0/+2
* usb: gadget: renesas_usbhs: each pipe hold maxpacket sizeKuninori Morimoto2011-10-131-0/+2
* usb: gadget: renesas_usbhs: remove desc from usbhs_pipe_mallocKuninori Morimoto2011-10-131-2/+2
* usb: renesas_usbhs: fixup connection failKuninori Morimoto2011-06-141-0/+1
* usb: renesas_usbhs: add DMAEngine supportKuninori Morimoto2011-06-071-1/+3
* usb: renesas_usbhs: add pipe/fifo linkKuninori Morimoto2011-06-071-0/+4
* usb: renesas_usbhs: modify data transfer interruptKuninori Morimoto2011-06-071-4/+2Star
* usb: renesas_usbhs: modify packet queue control methodKuninori Morimoto2011-06-071-0/+1
* usb: renesas_usbhs: divide data transfer functionsKuninori Morimoto2011-06-071-1/+7
* usb: renesas_usbhs: fifo became independent from pipe.Kuninori Morimoto2011-06-071-19/+10Star
* usb: renesas_usbhs: modify pipe direction flagsKuninori Morimoto2011-06-071-0/+2
* usb: renesas_usbhs: fixup cast warningKuninori Morimoto2011-04-301-2/+1Star
* usb: renesas_usbhs: Add Renesas USBHS common codeKuninori Morimoto2011-04-141-0/+105