index
:
linux/linux-stable.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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
renesas_usbhs
Age
Commit message (
Expand
)
Author
2018-02-28
usb: renesas_usbhs: missed the "running" flag in usb_dmac with rx path
Yoshihiro Shimoda
2017-10-18
usb: renesas_usbhs: Fix DMAC sequence for receiving zero-length packet
Kazuya Mizuguchi
2017-10-12
usb: renesas_usbhs: fix usbhsf_fifo_clear() for RX direction
Yoshihiro Shimoda
2017-10-12
usb: renesas_usbhs: fix the BCLR setting condition for non-DCP pipe
Yoshihiro Shimoda
2017-07-27
usb: renesas_usbhs: gadget: disable all eps when the driver stops
Yoshihiro Shimoda
2017-07-27
usb: renesas_usbhs: fix usbhsc_resume() for !USBHSF_RUNTIME_PWCTRL
Yoshihiro Shimoda
2016-09-24
usb: renesas_usbhs: fix clearing the {BRDY,BEMP}STS condition
Yoshihiro Shimoda
2016-09-07
usb: renesas_usbhs: gadget: fix return value check in usbhs_mod_gadget_probe()
Wei Yongjun
2016-09-07
usb: renesas_usbhs: Use dmac only if the pipe type is bulk
Yoshihiro Shimoda
2016-09-07
usb: renesas_usbhs: clear the BRDYSTS in usbhsg_ep_enable()
Yoshihiro Shimoda
2016-08-20
usb: renesas_usbhs: fix NULL pointer dereference in xfer_work()
Yoshihiro Shimoda
2016-08-20
usb: renesas_usbhs: protect the CFIFOSEL setting in usbhsg_ep_enable()
Yoshihiro Shimoda
2016-04-20
usb: renesas_usbhs: fix to avoid using a disabled ep in usbhsg_queue_done()
Yoshihiro Shimoda
2016-04-20
usb: renesas_usbhs: disable TX IRQ before starting TX DMAC transfer
Yoshihiro Shimoda
2016-04-20
usb: renesas_usbhs: avoid NULL pointer derefernce in usbhsf_pkt_handler()
Yoshihiro Shimoda
2015-11-19
usb: renesas_usbhs: gadget: Fix NULL pointer dereference in usbhsg_ep_dequeue()
Yoshihiro Shimoda
2015-11-02
Merge tag 'pinctrl-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
2015-10-20
usb: renesas_usbhs: Remove unneeded #include <linux/platform_data/gpio-rcar.h>
Geert Uytterhoeven
2015-09-30
usb: renesas_usbhs: Add support for R-Car H3
Yoshihiro Shimoda
2015-09-30
usb: renesas_usbhs: fix build warning if 64-bit architecture
Yoshihiro Shimoda
2015-08-04
usb: renesas: gadget: add ep capabilities support
Robert Baldyga
2015-07-29
usb: renesas_usbhs: Allow an OTG PHY driver to provide VBUS
Phil Edworthy
2015-07-29
usb: renesas_usbhs: Replace deprecated API of extcon
Chanwoo Choi
2015-06-02
Merge tag 'usb-for-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...
Greg Kroah-Hartman
2015-05-31
usb: renesas_usbhs: Don't disable the pipe if Control write status stage
Yoshihiro Shimoda
2015-05-31
usb: renesas_usbhs: Fix fifo unclear in usbhsf_prepare_pop
Kazuya Mizuguchi
2015-05-26
usb: renesas_usbhs: Add support for R-Car E2
Yoshihiro Shimoda
2015-05-26
usb: renesas_usbhs: Change USBHS_TYPE_R8A779x to USBHS_TYPE_RCAR_GEN2
Yoshihiro Shimoda
2015-05-22
usb: renesas_usbhs: avoid uninitialized variable use
Arnd Bergmann
2015-05-14
usb: renesas_usbhs: Add access control for INTSTS1 and INTENB1 register
Nobuhiro Iwamatsu
2015-04-28
usb: renesas_usbhs: Revise the binding document about the dma-names
Yoshihiro Shimoda
2015-04-27
usb: renesas_usbhs: tidyup usbhs_for_each_dfifo macro
Kuninori Morimoto
2015-04-03
renesas_usbhs: mod_host: use USB_DT_HUB
Sergei Shtylyov
2015-03-19
usb: renesas_usbhs: fix spinlock suspected in a gadget complete function
Yoshihiro Shimoda
2015-03-13
usb: renesas_usbhs: add support for USB-DMAC
Yoshihiro Shimoda
2015-03-13
usb: renesas_usbhs: fix the sequence in xfer_work()
Yoshihiro Shimoda
2015-03-13
usb: renesas_usbhs: add the channel number in dma-names
Yoshihiro Shimoda
2015-02-23
usb: renesas: fix extcon dependency
Arnd Bergmann
2015-01-30
usb: renesas_usbhs: fix NULL pointer dereference in dma_release_channel()
Yoshihiro Shimoda
2015-01-29
usb: renesas_usbhs: gadget: set value for common is_selfpowered
Peter Chen
2015-01-27
usb: renesas_usbhs: add support for requesting DT DMA
Yoshihiro Shimoda
2015-01-27
usb: renesas_usbhs: add usbhsf_dma_init_pdev() function
Yoshihiro Shimoda
2015-01-27
usb: renesas_usbhs: mod_host: use HUB_CHAR_*
Sergei Shtylyov
2015-01-12
usb: renesas_usbhs: add OTG ID signal sensing
Sergei Shtylyov
2015-01-12
usb: renesas_usbhs: fix platform init error message
Sergei Shtylyov
2015-01-12
usb: renesas_usbhs: kill dead code in usbhs_probe()
Sergei Shtylyov
2014-11-12
usb: renesas_usbhs: expand USB-DMAC channels for R-Car Gen2
Yoshihiro Shimoda
2014-11-12
usb: renesas_usbhs: add a new macro for extending DnFIFOs
Yoshihiro Shimoda
2014-11-12
usb: renesas_usbhs: standardize d{0,1}fifo control
Yoshihiro Shimoda
2014-11-12
usb: renesas_usbhs: change d{0,1}fifo to dfifo array
Yoshihiro Shimoda
[next]