aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/renesas_usbhs/pipe.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-23usb: renesas_usbhs: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2019-10-04usb: renesas_usbhs: gadget: Fix usb_ep_set_{halt,wedge}() behaviorYoshihiro Shimoda1-0/+1
2017-12-12usb: renesas_usbhs: add usbhs_pipe_clear_without_sequence() functionYoshihiro Shimoda1-0/+2
2017-11-07USB: renesas_usbhs: Remove redundant license textGreg Kroah-Hartman1-10/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2016-04-19usb: renesas_usbhs: change arguments of dma_map_ctrl()Yoshihiro Shimoda1-2/+4
2016-01-24usb: renesas_usbhs: constify usbhs_pkt_handle structuresJulia Lawall1-1/+1
2015-12-15usb: renesas_usbhs: Modify pipe configurationYoshihiro Shimoda1-1/+0
2015-03-13usb: renesas_usbhs: add support for USB-DMACYoshihiro Shimoda1-0/+1
2014-09-03usb: renesas_usbhs: fix the behavior of some usbhs_pkt_handleYoshihiro Shimoda1-0/+4
2014-07-10usb: renesas_usbhs: gadget: fix re-enabling pipe without re-connectingYoshihiro Shimoda1-0/+1
2013-07-29usb: renesas_usbhs: tidyup original usbhsx_for_each_xxx macroKuninori Morimoto1-3/+3
2012-11-11Merge tag 'gadget-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-0/+1
2012-11-08usb: renesas_usbhs: use transfer counter if IN direction bulk pipeKuninori Morimoto1-0/+1
2012-10-16usb: renesas_usbhs: fixup __usbhs_for_each_pipe 1st posKuninori Morimoto1-1/+1
2012-06-05renesas_usbhs: cleanup quoted includesPaul Bolle1-2/+2
2011-12-12usb: renesas_usbhs: add usbhs_pipe_is_stall()Kuninori Morimoto1-0/+1
2011-10-13usb: gadget: renesas_usbhs: modify pipe sequence settingsKuninori Morimoto1-1/+4
2011-10-13usb: gadget: renesas_usbhs: move done callback to struct usbhs_pktKuninori Morimoto1-3/+0
2011-10-13usb: gadget: renesas_usbhs: add usbhs_pipe_name()Kuninori Morimoto1-0/+1
2011-10-13usb: gadget: renesas_usbhs: add device select support in usbhs_pipe_config_update()Kuninori Morimoto1-1/+2
2011-10-13usb: gadget: renesas_usbhs: add struct usbhs_priv to packet done functionKuninori Morimoto1-2/+3
2011-10-13usb: gadget: renesas_usbhs: add usbhs_dcp_dir_for_host()Kuninori Morimoto1-0/+1
2011-10-13usb: gadget: renesas_usbhs: move usbhs_usbreq_get/set_val() to common.cKuninori Morimoto1-6/+0
2011-10-13usb: gadget: renesas_usbhs: move usbhsp_type() to usbhs_pipe_type()Kuninori Morimoto1-0/+3
2011-10-13usb: gadget: renesas_usbhs: struct usbhs_pipe hold handlerKuninori Morimoto1-0/+2
2011-10-13usb: gadget: renesas_usbhs: each pipe hold maxpacket sizeKuninori Morimoto1-0/+2
2011-10-13usb: gadget: renesas_usbhs: remove desc from usbhs_pipe_mallocKuninori Morimoto1-2/+2
2011-06-14usb: renesas_usbhs: fixup connection failKuninori Morimoto1-0/+1
2011-06-07usb: renesas_usbhs: add DMAEngine supportKuninori Morimoto1-1/+3
2011-06-07usb: renesas_usbhs: add pipe/fifo linkKuninori Morimoto1-0/+4
2011-06-07usb: renesas_usbhs: modify data transfer interruptKuninori Morimoto1-4/+2
2011-06-07usb: renesas_usbhs: modify packet queue control methodKuninori Morimoto1-0/+1
2011-06-07usb: renesas_usbhs: divide data transfer functionsKuninori Morimoto1-1/+7
2011-06-07usb: renesas_usbhs: fifo became independent from pipe.Kuninori Morimoto1-19/+10
2011-06-07usb: renesas_usbhs: modify pipe direction flagsKuninori Morimoto1-0/+2
2011-04-29usb: renesas_usbhs: fixup cast warningKuninori Morimoto1-2/+1
2011-04-13usb: renesas_usbhs: Add Renesas USBHS common codeKuninori Morimoto1-0/+105