index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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
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