1. f4753e0 usb: renesas_usbhs: Fix DMAC sequence for receiving zero-length packet by Kazuya Mizuguchi · 7 years ago
  2. eb5df14 usb: renesas_usbhs: fix usbhsf_fifo_clear() for RX direction by Yoshihiro Shimoda · 7 years ago
  3. 4661c9b usb: renesas_usbhs: fix the BCLR setting condition for non-DCP pipe by Yoshihiro Shimoda · 7 years ago
  4. 7f737f1 usb: renesas_usbhs: Fix UGCTRL2 value for R-Car Gen3 by Yoshihiro Shimoda · 7 years ago
  5. dbc969c usb: renesas_usbhs: gadget: disable all eps when the driver stops by Yoshihiro Shimoda · 7 years ago
  6. 5433bfc usb: renesas_usbhs: fix usbhsc_resume() for !USBHSF_RUNTIME_PWCTRL by Yoshihiro Shimoda · 7 years ago
  7. b760323 usb: renesas_usbhs: add wait after initialization for R-Car Gen3 by Yoshihiro Shimoda · 8 years ago
  8. 8152263 Merge tag 'usb-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 8 years ago
  9. fc9104d Merge 4.8-rc6 into usb-next by Greg Kroah-Hartman · 8 years ago
  10. 519d8bd usb: renesas_usbhs: fix clearing the {BRDY,BEMP}STS condition by Yoshihiro Shimoda · 8 years ago
  11. 9b0dd49 Merge 4.8-rc5 into usb-testing by Greg Kroah-Hartman · 8 years ago
  12. ee5acab usb: renesas_usbhs: set quirk_avoids_skb_reserve if USB-DMAC is used by Yoshihiro Shimoda · 8 years ago
  13. aae819e usb: renesas_usbhs: add a compatible string for r8a7796 by Yoshihiro Shimoda · 8 years ago
  14. c34515f usb: renesas_usbhs: pipe: don't print on ENOMEM by Wolfram Sang · 8 years ago
  15. 93b6cb4 usb: renesas_usbhs: mod_host: don't print on ENOMEM by Wolfram Sang · 8 years ago
  16. 7d80e4b usb: renesas_usbhs: mod_gadget: don't print on ENOMEM by Wolfram Sang · 8 years ago
  17. 01da519 usb: renesas_usbhs: pipe: don't print on ENOMEM by Wolfram Sang · 8 years ago
  18. 2218491 usb: renesas_usbhs: mod_host: don't print on ENOMEM by Wolfram Sang · 8 years ago
  19. cb73db7 usb: renesas_usbhs: mod_gadget: don't print on ENOMEM by Wolfram Sang · 8 years ago
  20. 3295235 usb: renesas_usbhs: gadget: fix return value check in usbhs_mod_gadget_probe() by Wei Yongjun · 8 years ago
  21. 700aa7f usb: renesas_usbhs: Use dmac only if the pipe type is bulk by Yoshihiro Shimoda · 8 years ago
  22. 9ab967e usb: renesas_usbhs: clear the BRDYSTS in usbhsg_ep_enable() by Yoshihiro Shimoda · 8 years ago
  23. 772ce81 usb: renesas_usbhs: Fix receiving data corrupt on R-Car Gen3 with dmac by Yoshihiro Shimoda · 8 years ago
  24. 15e4292 usb: renesas_usbhs: protect the CFIFOSEL setting in usbhsg_ep_enable() by Yoshihiro Shimoda · 8 years ago
  25. 4fdef69 usb: renesas_usbhs: fix NULL pointer dereference in xfer_work() by Yoshihiro Shimoda · 8 years ago
  26. 0d79950 usb: renesas_usbhs: show error code when probe failed by Yoshihiro Shimoda · 8 years ago
  27. 7099258 usb: renesas_usbhs: make usbhs_write32() static by Ben Dooks · 8 years ago
  28. 72f595f usb: renesas_usbhs: fix signed-unsigned return by Sudip Mukherjee · 8 years ago
  29. b41d8a6 usb: renesas_usbhs: use usb_gadget_{un}map_request_by_dev() for IPMMU by Yoshihiro Shimoda · 8 years ago
  30. c3cdcac usb: renesas_usbhs: change arguments of dma_map_ctrl() by Yoshihiro Shimoda · 8 years ago
  31. e789ece usb: renesas_usbhs: change function call orfer in usbhsf_dma_prepare_push() by Yoshihiro Shimoda · 8 years ago
  32. 4fccb07 usb: renesas_usbhs: fix to avoid using a disabled ep in usbhsg_queue_done() by Yoshihiro Shimoda · 8 years ago
  33. 6490865 usb: renesas_usbhs: disable TX IRQ before starting TX DMAC transfer by Yoshihiro Shimoda · 8 years ago
  34. 894f2fc usb: renesas_usbhs: avoid NULL pointer derefernce in usbhsf_pkt_handler() by Yoshihiro Shimoda · 8 years ago
  35. 11ebf3a usb: renesas_usbhs: gadget: fix giveback status code in usbhsg_pipe_disable() by Yoshihiro Shimoda · 8 years ago
  36. 21a596c usb: renesas_usbhs: Don't check CSSTS bit if peripheral mode by Yoshihiro Shimoda · 8 years ago
  37. de18757 usb: renesas_usbhs: add R-Car Gen3 power control by Yoshihiro Shimoda · 9 years ago
  38. a1cd225 usb: renesas_usbhs: Use ARCH_RENESAS by Simon Horman · 8 years ago
  39. fcb42e2 usb: renesas_usbhs: constify usbhs_pkt_handle structures by Julia Lawall · 9 years ago
  40. 2f1a993 usb: renesas_usbhs: add fallback compatibility strings by Simon Horman · 9 years ago
  41. 64c5f48 usb: renesas_usbhs: Modify ep.caps.type_xxx and usb_ep_maxpacket_limit() by Yoshihiro Shimoda · 9 years ago
  42. 51f141a usb: renesas_usbhs: Modify pipe configuration by Yoshihiro Shimoda · 9 years ago
  43. c9eb295 usb: renesas_usbhs: gadget: Fix NULL pointer dereference in usbhsg_ep_dequeue() by Yoshihiro Shimoda · 9 years ago
  44. bc9d8c2 Merge tag 'pinctrl-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 9 years ago
  45. f15f304 usb: renesas_usbhs: Remove unneeded #include <linux/platform_data/gpio-rcar.h> by Geert Uytterhoeven · 9 years ago
  46. f5f6afa usb: renesas_usbhs: Add support for R-Car H3 by Yoshihiro Shimoda · 9 years ago
  47. 9ae7ce0 usb: renesas_usbhs: fix build warning if 64-bit architecture by Yoshihiro Shimoda · 9 years ago
  48. 916f7ac usb: renesas: gadget: add ep capabilities support by Robert Baldyga · 9 years ago
  49. b5a2875 usb: renesas_usbhs: Allow an OTG PHY driver to provide VBUS by Phil Edworthy · 9 years ago
  50. 50297b7 usb: renesas_usbhs: Replace deprecated API of extcon by Chanwoo Choi · 9 years ago
  51. e152813 Merge tag 'usb-for-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 9 years ago
  52. c5d496a usb: renesas_usbhs: Don't disable the pipe if Control write status stage by Yoshihiro Shimoda · 9 years ago
  53. 5e582ff usb: renesas_usbhs: Fix fifo unclear in usbhsf_prepare_pop by Kazuya Mizuguchi · 9 years ago
  54. af6e613 usb: renesas_usbhs: Add support for R-Car E2 by Yoshihiro Shimoda · 9 years ago
  55. e0213bc usb: renesas_usbhs: Change USBHS_TYPE_R8A779x to USBHS_TYPE_RCAR_GEN2 by Yoshihiro Shimoda · 9 years ago
  56. 672bfda usb: renesas_usbhs: avoid uninitialized variable use by Arnd Bergmann · 9 years ago
  57. 88a25e0 usb: renesas_usbhs: Add access control for INTSTS1 and INTENB1 register by Nobuhiro Iwamatsu · 10 years ago
  58. 5a294e5 usb: renesas_usbhs: Revise the binding document about the dma-names by Yoshihiro Shimoda · 9 years ago
  59. 2d9c7f3 usb: renesas_usbhs: tidyup usbhs_for_each_dfifo macro by Kuninori Morimoto · 9 years ago
  60. b11373d renesas_usbhs: mod_host: use USB_DT_HUB by Sergei Shtylyov · 9 years ago
  61. 00f30d2 usb: renesas_usbhs: fix spinlock suspected in a gadget complete function by Yoshihiro Shimoda · 9 years ago
  62. ab330cf usb: renesas_usbhs: add support for USB-DMAC by Yoshihiro Shimoda · 9 years ago
  63. 9b53d9a usb: renesas_usbhs: fix the sequence in xfer_work() by Yoshihiro Shimoda · 9 years ago
  64. 7a96b78 usb: renesas_usbhs: add the channel number in dma-names by Yoshihiro Shimoda · 9 years ago
  65. eed97ef usb: renesas: fix extcon dependency by Arnd Bergmann · 9 years ago
  66. ffb9da6 usb: renesas_usbhs: fix NULL pointer dereference in dma_release_channel() by Yoshihiro Shimoda · 10 years ago
  67. a17fd41 usb: renesas_usbhs: gadget: set value for common is_selfpowered by Peter Chen · 10 years ago
  68. abd2dbf usb: renesas_usbhs: add support for requesting DT DMA by Yoshihiro Shimoda · 10 years ago
  69. 6e3f53a usb: renesas_usbhs: add usbhsf_dma_init_pdev() function by Yoshihiro Shimoda · 10 years ago
  70. 16eb1a6 usb: renesas_usbhs: mod_host: use HUB_CHAR_* by Sergei Shtylyov · 10 years ago
  71. d7b3968 usb: renesas_usbhs: add OTG ID signal sensing by Sergei Shtylyov · 10 years ago
  72. 48ac1e5 usb: renesas_usbhs: fix platform init error message by Sergei Shtylyov · 10 years ago
  73. 368504c usb: renesas_usbhs: kill dead code in usbhs_probe() by Sergei Shtylyov · 10 years ago
  74. d3cf6a4 usb: renesas_usbhs: expand USB-DMAC channels for R-Car Gen2 by Yoshihiro Shimoda · 10 years ago
  75. 53e734b usb: renesas_usbhs: add a new macro for extending DnFIFOs by Yoshihiro Shimoda · 10 years ago
  76. 3a2634a usb: renesas_usbhs: standardize d{0,1}fifo control by Yoshihiro Shimoda · 10 years ago
  77. c907e42 usb: renesas_usbhs: change d{0,1}fifo to dfifo array by Yoshihiro Shimoda · 10 years ago
  78. cdeb794 usb: renesas_usbhs: fix usbhs_pipe_clear() for DCP PIPE by Yoshihiro Shimoda · 10 years ago
  79. 4ef35b1 usb: renesas_usbhs: fix the timing of dcp_control_transfer_done by Yoshihiro Shimoda · 10 years ago
  80. 04a5def usb: renesas_usbhs: gadget: fix the behavior of pullup by Takeshi Kihara · 10 years ago
  81. 1143205 usb: renesas_usbhs: gadget: fix NULL pointer dereference in ep_disable() by Kazuya Mizuguchi · 10 years ago
  82. 687f16b usb: renesas_usbhs: common: remove duplicate check on resource by Varka Bhadram · 10 years ago
  83. 22835b8 usb: gadget: remove unnecessary 'driver' argument by Felipe Balbi · 10 years ago
  84. b1cb07c usb: renesas_usbhs: delete unnecessary 'out of memory' messages by Peter Chen · 10 years ago
  85. 420974a usb: renesas_usbhs: add support for generic PHY by Yoshihiro Shimoda · 10 years ago
  86. 5f6aea3 usb: renesas_usbhs: clean up rcar2.c to support a generic PHY by Yoshihiro Shimoda · 10 years ago
  87. c042b85 usb: renesas_usbhs: rename phy to usb_phy in usbhs_priv by Yoshihiro Shimoda · 10 years ago
  88. 304f7e5 usb: gadget: Refactor request completion by Michal Sojka · 10 years ago
  89. 2b6127d usb: renesas_usbhs: fix driver dependencies by Bartlomiej Zolnierkiewicz · 10 years ago
  90. 4cd41ff Merge tag 'v3.17-rc5' into next by Felipe Balbi · 10 years ago
  91. b854100 usb: renesas_usbhs: Add device tree support for R-Car H2 and M2 by Yoshihiro Shimoda · 10 years ago
  92. 2743e7f usb: renesas_usbhs: fix the usb_pkt_pop() by Yoshihiro Shimoda · 10 years ago
  93. c0ed8b2 usb: renesas_usbhs: fix the condition of is_done in usbhsf_dma_push_done by Yoshihiro Shimoda · 10 years ago
  94. c4d8199 usb: renesas_usbhs: protect mod->irq_{bemp,brdy}sts by spin lock by Yoshihiro Shimoda · 10 years ago
  95. 8355b2b usb: renesas_usbhs: fix the behavior of some usbhs_pkt_handle by Yoshihiro Shimoda · 10 years ago
  96. 61fe2d7 Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 10 years ago
  97. 8ecef00 usb: renesas_usbhs: add R-Car Gen. 2 init and power control by Ulrich Hecht · 10 years ago
  98. dfb87b8 usb: renesas_usbhs: gadget: fix re-enabling pipe without re-connecting by Yoshihiro Shimoda · 10 years ago
  99. 6a05415 usb: renesas_usbhs: fix usbhs_pipe_malloc() to re-enable a pipe. by Yoshihiro Shimoda · 10 years ago
  100. 3fe1550 usb: renesas: gadget: fixup: complete STATUS stage after receiving by Kuninori Morimoto · 10 years ago