index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
renesas_usbhs
/
pipe.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-10
usb: renesas_usbhs: Clear PIPECFG for re-enabling pipe with other EPNUM
Yoshihiro Shimoda
1
-0
/
+2
2020-07-10
usb: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2019-10-04
usb: renesas_usbhs: gadget: Fix usb_ep_set_{halt,wedge}() behavior
Yoshihiro Shimoda
1
-0
/
+15
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+2
2017-12-12
usb: renesas_usbhs: add usbhs_pipe_clear_without_sequence() function
Yoshihiro Shimoda
1
-5
/
+14
2017-11-07
USB: renesas_usbhs: Remove redundant license text
Greg Kroah-Hartman
1
-10
/
+0
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
1
-0
/
+1
2017-07-17
usb: renesas_usbhs: make array type_array static const
Colin Ian King
1
-1
/
+1
2016-08-30
usb: renesas_usbhs: pipe: don't print on ENOMEM
Wolfram Sang
1
-3
/
+1
2016-05-04
usb: renesas_usbhs: fix signed-unsigned return
Sudip Mukherjee
1
-12
/
+15
2016-04-19
usb: renesas_usbhs: change arguments of dma_map_ctrl()
Yoshihiro Shimoda
1
-1
/
+2
2016-03-04
usb: renesas_usbhs: Don't check CSSTS bit if peripheral mode
Yoshihiro Shimoda
1
-4
/
+2
2015-12-15
usb: renesas_usbhs: Modify pipe configuration
Yoshihiro Shimoda
1
-86
/
+26
2015-03-13
usb: renesas_usbhs: add support for USB-DMAC
Yoshihiro Shimoda
1
-0
/
+39
2014-11-05
usb: renesas_usbhs: fix usbhs_pipe_clear() for DCP PIPE
Yoshihiro Shimoda
1
-2
/
+6
2014-09-03
usb: renesas_usbhs: fix the behavior of some usbhs_pkt_handle
Yoshihiro Shimoda
1
-0
/
+13
2014-07-10
usb: renesas_usbhs: gadget: fix re-enabling pipe without re-connecting
Yoshihiro Shimoda
1
-0
/
+10
2014-07-10
usb: renesas_usbhs: fix usbhs_pipe_malloc() to re-enable a pipe.
Yoshihiro Shimoda
1
-0
/
+1
2012-11-08
usb: renesas_usbhs: use transfer counter if IN direction bulk pipe
Kuninori Morimoto
1
-0
/
+101
2012-06-05
renesas_usbhs: cleanup quoted includes
Paul Bolle
1
-2
/
+2
2011-12-21
usb: renesas: pipe: convert a long if into a XOR operation
Felipe Balbi
1
-2
/
+1
2011-12-13
usb: renesas_usbhs: care pipe sequence
Kuninori Morimoto
1
-2
/
+19
2011-12-12
usb: renesas_usbhs: add usbhs_pipe_is_stall()
Kuninori Morimoto
1
-0
/
+7
2011-10-13
usb: gadget: renesas_usbhs: usbhs_dcp_control_transfer_done() cares mod_host
Kuninori Morimoto
1
-1
/
+5
2011-10-13
usb: gadget: renesas_usbhs: modify pipe sequence settings
Kuninori Morimoto
1
-3
/
+6
2011-10-13
usb: gadget: renesas_usbhs: move done callback to struct usbhs_pkt
Kuninori Morimoto
1
-9
/
+0
2011-10-13
usb: gadget: renesas_usbhs: add usbhs_pipe_name()
Kuninori Morimoto
1
-1
/
+6
2011-10-13
usb: gadget: renesas_usbhs: add device select support in usbhs_pipe_config_up...
Kuninori Morimoto
1
-2
/
+14
2011-10-13
usb: gadget: renesas_usbhs: add struct usbhs_priv to packet done function
Kuninori Morimoto
1
-1
/
+2
2011-10-13
usb: gadget: renesas_usbhs: add usbhs_dcp_dir_for_host()
Kuninori Morimoto
1
-0
/
+6
2011-10-13
usb: gadget: renesas_usbhs: remove unneeded parameter from usbhs_mod_is_host()
Kuninori Morimoto
1
-2
/
+1
2011-10-13
usb: gadget: renesas_usbhs: move usbhs_usbreq_get/set_val() to common.c
Kuninori Morimoto
1
-24
/
+0
2011-10-13
usb: gadget: renesas_usbhs: move usbhsp_type() to usbhs_pipe_type()
Kuninori Morimoto
1
-18
/
+17
2011-10-13
usb: gadget: renesas_usbhs: each pipe hold maxpacket size
Kuninori Morimoto
1
-21
/
+8
2011-10-13
usb: gadget: renesas_usbhs: remove desc from usbhs_pipe_malloc
Kuninori Morimoto
1
-35
/
+34
2011-08-23
usb: renesas_usbhs: use usb_endpoint_maxp()
kuninori.morimoto.gx@renesas.com
1
-1
/
+1
2011-06-15
usb: renesas_usbhs: fixup connection fail
Kuninori Morimoto
1
-2
/
+7
2011-06-07
usb: renesas_usbhs: add DMAEngine support
Kuninori Morimoto
1
-1
/
+3
2011-06-07
usb: renesas_usbhs: add pipe/fifo link
Kuninori Morimoto
1
-0
/
+13
2011-06-07
usb: renesas_usbhs: modify data transfer interrupt
Kuninori Morimoto
1
-4
/
+8
2011-06-07
usb: renesas_usbhs: modify packet queue control method
Kuninori Morimoto
1
-0
/
+4
2011-06-07
usb: renesas_usbhs: divide data transfer functions
Kuninori Morimoto
1
-2
/
+6
2011-06-07
usb: renesas_usbhs: fifo became independent from pipe.
Kuninori Morimoto
1
-223
/
+29
2011-06-07
usb: renesas_usbhs: modify pipe direction flags
Kuninori Morimoto
1
-1
/
+9
2011-05-12
usb: renesas_usbhs: fixup fifo disable
Kuninori Morimoto
1
-16
/
+13
2011-04-30
usb: renesas_usbhs: add error reason for usbhs_pipe_malloc
Kuninori Morimoto
1
-1
/
+4
2011-04-30
usb: renesas_usbhs: modify fifo clear timing
Kuninori Morimoto
1
-10
/
+4
2011-04-14
usb: renesas_usbhs: Add Renesas USBHS common code
Kuninori Morimoto
1
-0
/
+880