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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-25
usb: gadget: Refactor request completion
Michal Sojka
1
-1
/
+1
2014-09-24
usb: renesas_usbhs: fix driver dependencies
Bartlomiej Zolnierkiewicz
1
-0
/
+1
2014-09-16
Merge tag 'v3.17-rc5' into next
Felipe Balbi
4
-6
/
+88
2014-09-05
usb: renesas_usbhs: Add device tree support for R-Car H2 and M2
Yoshihiro Shimoda
1
-0
/
+44
2014-09-03
usb: renesas_usbhs: fix the usb_pkt_pop()
Yoshihiro Shimoda
1
-3
/
+27
2014-09-03
usb: renesas_usbhs: fix the condition of is_done in usbhsf_dma_push_done
Yoshihiro Shimoda
1
-2
/
+15
2014-09-03
usb: renesas_usbhs: protect mod->irq_{bemp,brdy}sts by spin lock
Yoshihiro Shimoda
1
-0
/
+5
2014-09-03
usb: renesas_usbhs: fix the behavior of some usbhs_pkt_handle
Yoshihiro Shimoda
3
-1
/
+41
2014-07-21
Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
8
-6
/
+159
2014-07-16
usb: renesas_usbhs: add R-Car Gen. 2 init and power control
Ulrich Hecht
5
-6
/
+145
2014-07-10
usb: renesas_usbhs: gadget: fix re-enabling pipe without re-connecting
Yoshihiro Shimoda
3
-0
/
+13
2014-07-10
usb: renesas_usbhs: fix usbhs_pipe_malloc() to re-enable a pipe.
Yoshihiro Shimoda
1
-0
/
+1
2014-06-19
usb: renesas: gadget: fixup: complete STATUS stage after receiving
Kuninori Morimoto
1
-0
/
+8
2014-01-04
Merge tag 'usb-for-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
2
-16
/
+6
2013-12-17
usb: gadget: add "maxpacket_limit" field to struct usb_ep
Robert Baldyga
1
-2
/
+2
2013-12-12
usb: renesas_usbhs: fifo: request DMAEngine once
Kuninori Morimoto
1
-14
/
+4
2013-12-09
usb: hcd: move controller wakeup setting initialization to individual driver
Peter Chen
1
-0
/
+1
2013-09-13
Remove GENERIC_HARDIRQ config option
Martin Schwidefsky
1
-1
/
+1
2013-08-28
usb: renesas_usbhs: use platform_{get,set}_drvdata()
Libo Chen
1
-1
/
+1
2013-07-30
usb: renesas: use dev_get_platdata()
Jingoo Han
1
-2
/
+2
2013-07-29
usb: renesas_usbhs: tidyup original usbhsx_for_each_xxx macro
Kuninori Morimoto
3
-9
/
+9
2013-07-15
usb: renesas_usbhs: gadget: remove extra check on udc_stop
Kuninori Morimoto
1
-4
/
+0
2013-04-10
USB: regroup all depends on USB within an if USB block
Florian Fainelli
1
-1
/
+1
2013-04-02
usb: renesas_usbhs: fixup sparse errors for common.c
Kuninori Morimoto
1
-3
/
+3
2013-03-18
usb: renesas: remove unused DMA_ADDR_INVALID
Felipe Balbi
2
-3
/
+0
2013-03-18
usb: renesas: gadget: don't assign gadget.dev.release directly
Felipe Balbi
1
-6
/
+0
2013-03-18
usb: renesas: gadget: don't touch gadget.dev.driver
Felipe Balbi
1
-2
/
+0
2013-03-18
usb: gadget: drop now unnecessary flag
Felipe Balbi
1
-1
/
+0
2013-03-18
usb: renesas_usbhs: gadget: let udc-core manage gadget->dev
Felipe Balbi
1
-9
/
+2
2013-02-22
Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2
-2
/
+2
2013-02-09
drivers/usb: add missing GENERIC_HARDIRQS dependencies
Heiko Carstens
1
-1
/
+1
2013-01-25
Merge tag 'gadget-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
1
-1
/
+1
2013-01-24
usb: gadget: constify all struct usb_gadget_ops
Felipe Balbi
1
-1
/
+1
2013-01-22
usb: Convert to devm_ioremap_resource()
Thierry Reding
1
-5
/
+4
2012-12-13
usb: renesas_usbhs: mod_host: fixup usbhsh_ureq_free() timing
Kuninori Morimoto
1
-1
/
+2
2012-12-13
usb: renesas_usbhs: gadget: usbhsg_ep_disable() care pipe settings
Kuninori Morimoto
1
-3
/
+8
2012-12-13
usb: renesas_usbhs: gadget: remove usbhsg_uep_init()
Kuninori Morimoto
1
-10
/
+1
2012-11-22
usb: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-22
usb: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-11-12
Merge tag 'gadget-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
8
-24
/
+157
2012-11-08
usb: renesas_usbhs: use transfer counter if IN direction bulk pipe
Kuninori Morimoto
3
-0
/
+106
2012-11-06
usb: renesas_usbhs: host: add endpoint user counter
Kuninori Morimoto
1
-11
/
+13
2012-11-06
usb: renesas_usbhs: remove debug information from usbhsh_hub_status_data()
Kuninori Morimoto
1
-4
/
+0
2012-11-06
usb: fix typo in drivers/usb
Masanari Iida
1
-1
/
+1
2012-10-31
usb: renesas_usbhs: add DMAEngine support on mod_host
Kuninori Morimoto
1
-2
/
+15
2012-10-31
usb: renesas_usbhs: fixup unreadable macro
Kuninori Morimoto
1
-4
/
+4
2012-10-31
usb: renesas_usbhs: use devm_request_irq()
Kuninori Morimoto
1
-2
/
+1
2012-10-23
usb: renesas_usbhs: fixup dma transfer stall
Kuninori Morimoto
1
-0
/
+1
2012-10-23
usb: renesas_usbhs: fixup: avoid NULL access on error case pipe detach
Kuninori Morimoto
1
-0
/
+5
2012-10-16
usb: renesas_usbhs: gadget: add usb_gadget_ops :: pullup support
kuninori.morimoto.gx@renesas.com
3
-0
/
+17
[next]