1. 687f16b usb: renesas_usbhs: common: remove duplicate check on resource by Varka Bhadram · 10 years ago
  2. 22835b8 usb: gadget: remove unnecessary 'driver' argument by Felipe Balbi · 10 years ago
  3. b1cb07c usb: renesas_usbhs: delete unnecessary 'out of memory' messages by Peter Chen · 10 years ago
  4. 420974a usb: renesas_usbhs: add support for generic PHY by Yoshihiro Shimoda · 10 years ago
  5. 5f6aea3 usb: renesas_usbhs: clean up rcar2.c to support a generic PHY by Yoshihiro Shimoda · 10 years ago
  6. c042b85 usb: renesas_usbhs: rename phy to usb_phy in usbhs_priv by Yoshihiro Shimoda · 10 years ago
  7. 304f7e5 usb: gadget: Refactor request completion by Michal Sojka · 10 years ago
  8. 2b6127d usb: renesas_usbhs: fix driver dependencies by Bartlomiej Zolnierkiewicz · 10 years ago
  9. 4cd41ff Merge tag 'v3.17-rc5' into next by Felipe Balbi · 10 years ago
  10. b854100 usb: renesas_usbhs: Add device tree support for R-Car H2 and M2 by Yoshihiro Shimoda · 10 years ago
  11. 2743e7f usb: renesas_usbhs: fix the usb_pkt_pop() by Yoshihiro Shimoda · 10 years ago
  12. c0ed8b2 usb: renesas_usbhs: fix the condition of is_done in usbhsf_dma_push_done by Yoshihiro Shimoda · 10 years ago
  13. c4d8199 usb: renesas_usbhs: protect mod->irq_{bemp,brdy}sts by spin lock by Yoshihiro Shimoda · 10 years ago
  14. 8355b2b usb: renesas_usbhs: fix the behavior of some usbhs_pkt_handle by Yoshihiro Shimoda · 10 years ago
  15. 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
  16. 8ecef00 usb: renesas_usbhs: add R-Car Gen. 2 init and power control by Ulrich Hecht · 10 years ago
  17. dfb87b8 usb: renesas_usbhs: gadget: fix re-enabling pipe without re-connecting by Yoshihiro Shimoda · 10 years ago
  18. 6a05415 usb: renesas_usbhs: fix usbhs_pipe_malloc() to re-enable a pipe. by Yoshihiro Shimoda · 10 years ago
  19. 3fe1550 usb: renesas: gadget: fixup: complete STATUS stage after receiving by Kuninori Morimoto · 10 years ago
  20. 73ad0ad Merge tag 'usb-for-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 11 years ago
  21. e117e74 usb: gadget: add "maxpacket_limit" field to struct usb_ep by Robert Baldyga · 11 years ago
  22. 1b2e21b usb: renesas_usbhs: fifo: request DMAEngine once by Kuninori Morimoto · 11 years ago
  23. 3c9740a usb: hcd: move controller wakeup setting initialization to individual driver by Peter Chen · 11 years ago
  24. 0244ad0 Remove GENERIC_HARDIRQ config option by Martin Schwidefsky · 11 years ago
  25. c9a0552 usb: renesas_usbhs: use platform_{get,set}_drvdata() by Libo Chen · 11 years ago
  26. f074245 usb: renesas: use dev_get_platdata() by Jingoo Han · 11 years ago
  27. 925403f usb: renesas_usbhs: tidyup original usbhsx_for_each_xxx macro by Kuninori Morimoto · 11 years ago
  28. 8047806 usb: renesas_usbhs: gadget: remove extra check on udc_stop by Kuninori Morimoto · 11 years ago
  29. 25e11ec USB: regroup all depends on USB within an if USB block by Florian Fainelli · 11 years ago
  30. 225da3e usb: renesas_usbhs: fixup sparse errors for common.c by Kuninori Morimoto · 11 years ago
  31. 40b8156 usb: renesas: remove unused DMA_ADDR_INVALID by Felipe Balbi · 11 years ago
  32. 3920193 usb: renesas: gadget: don't assign gadget.dev.release directly by Felipe Balbi · 11 years ago
  33. 8707d5a usb: renesas: gadget: don't touch gadget.dev.driver by Felipe Balbi · 11 years ago
  34. 7bce401 usb: gadget: drop now unnecessary flag by Felipe Balbi · 12 years ago
  35. 0972ef7 usb: renesas_usbhs: gadget: let udc-core manage gadget->dev by Felipe Balbi · 12 years ago
  36. 74e1a2a Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  37. 5273afe drivers/usb: add missing GENERIC_HARDIRQS dependencies by Heiko Carstens · 11 years ago
  38. cba6c85 Merge tag 'gadget-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 12 years ago
  39. eeef458 usb: gadget: constify all struct usb_gadget_ops by Felipe Balbi · 12 years ago
  40. 148e113 usb: Convert to devm_ioremap_resource() by Thierry Reding · 12 years ago
  41. e0b64ce usb: renesas_usbhs: mod_host: fixup usbhsh_ureq_free() timing by Kuninori Morimoto · 12 years ago
  42. d9fa298 usb: renesas_usbhs: gadget: usbhsg_ep_disable() care pipe settings by Kuninori Morimoto · 12 years ago
  43. 5848294 usb: renesas_usbhs: gadget: remove usbhsg_uep_init() by Kuninori Morimoto · 12 years ago
  44. fb4e98a usb: remove use of __devexit by Bill Pemberton · 12 years ago
  45. 7690417 usb: remove use of __devexit_p by Bill Pemberton · 12 years ago
  46. 7fd94be Merge tag 'gadget-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 12 years ago
  47. 1c90ee0 usb: renesas_usbhs: use transfer counter if IN direction bulk pipe by Kuninori Morimoto · 12 years ago
  48. 7b332e5 usb: renesas_usbhs: host: add endpoint user counter by Kuninori Morimoto · 12 years ago
  49. 24e4c1c usb: renesas_usbhs: remove debug information from usbhsh_hub_status_data() by Kuninori Morimoto · 12 years ago
  50. 984e833 usb: fix typo in drivers/usb by Masanari Iida · 12 years ago
  51. 87c2905 usb: renesas_usbhs: add DMAEngine support on mod_host by Kuninori Morimoto · 12 years ago
  52. 3192fcb usb: renesas_usbhs: fixup unreadable macro by Kuninori Morimoto · 12 years ago
  53. 797b4e1 usb: renesas_usbhs: use devm_request_irq() by Kuninori Morimoto · 12 years ago
  54. 1cb6015 usb: renesas_usbhs: fixup dma transfer stall by Kuninori Morimoto · 12 years ago
  55. 4f053a2 usb: renesas_usbhs: fixup: avoid NULL access on error case pipe detach by Kuninori Morimoto · 12 years ago
  56. 4cd2f59 usb: renesas_usbhs: gadget: add usb_gadget_ops :: pullup support by kuninori.morimoto.gx@renesas.com · 12 years ago
  57. d5c6a1e usb: renesas_usbhs: fixup interrupt status clear method by Kuninori Morimoto · 12 years ago
  58. c2fa3ed usb: renesas_usbhs: fixup __usbhs_for_each_pipe 1st pos by Kuninori Morimoto · 12 years ago
  59. 58efc77 usb: renesas_usbhs: convert to devm_xxx() by Kuninori Morimoto · 12 years ago
  60. a651684 usb: renesas_usbhs: fixup DMA transport data alignment by Kuninori Morimoto · 12 years ago
  61. 697d5c0 usb: renesas_usbhs: modify the irq handler for sharing irq by Shimoda, Yoshihiro · 12 years ago
  62. 5b50d3b usb: renesas_usbhs: fixup resume method for autonomy mode by Kuninori Morimoto · 12 years ago
  63. e7ae64c usb: renesas_usbhs: mod_host: add missing .bus_suspend/resume by Kuninori Morimoto · 12 years ago
  64. 9fc3777 Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  65. c511dc1 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  66. f19b7e0 usb: renesas_usbhs: prepare for conversion to the shdma base library by Guennadi Liakhovetski · 12 years ago
  67. 2f0de9d usb: renesas_usbhs: use dmaengine helper functions by Kuninori Morimoto · 12 years ago
  68. cc502bb renesas_usbhs: cleanup quoted includes by Paul Bolle · 12 years ago
  69. cac402d usb: renesas_usbhs: gadget: add support for set_selfpowered by Shimoda, Yoshihiro · 12 years ago
  70. ef08e78 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  71. 1605282 dmaengine/dma_slave: introduce inline wrappers by Alexandre Bounine · 12 years ago
  72. f9b0f51 Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 12 years ago
  73. ade78f9 usb: renesas: gadget: use generic map/unmap routines by Felipe Balbi · 13 years ago
  74. 3b2a2e4 usb: renesas_usbhs: bugfix: add .release function to gpriv->gadget.dev by Kuninori Morimoto · 12 years ago
  75. 6e4b74e usb: renesas: fix scheduling in atomic context bug by Guennadi Liakhovetski · 12 years ago
  76. d526128 usb: renesas_usbhs: (cosmetic) simplify list operations by Guennadi Liakhovetski · 12 years ago
  77. 7983bc7 usb: renesas: silence uninitialized variable report in usbhsg_recip_run_handle() by Jesper Juhl · 13 years ago
  78. 5ea4399 usb: renesas_usbhs: add support for SUDMAC by Shimoda, Yoshihiro · 13 years ago
  79. 53069af usb: renesas_usbhs: add IRQ resource decoding for IRQF_SHARED by Shimoda, Yoshihiro · 13 years ago
  80. 57f2685 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 13 years ago
  81. 55b81e6 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 13 years ago
  82. ee0db58 Merge branch 'for-gadget/next' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 13 years ago
  83. 14ff96e usb: renesas: pipe: convert a long if into a XOR operation by Felipe Balbi · 13 years ago
  84. 8418153 usb: renesas_usbhs: silence a gcc warning by Dan Carpenter · 13 years ago
  85. d9b78f3 usb: renesas_usbhs: tidyup for smatch warnings by Kuninori Morimoto · 13 years ago
  86. 121a8cd Merge branch 'for-next/gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 13 years ago
  87. 15a3838 usb: renesas_usbhs: show error reason on usbhsh_urb_enqueu() by Kuninori Morimoto · 13 years ago
  88. 2d833fa usb: renesas_usbhs: add force packet remove method by Kuninori Morimoto · 13 years ago
  89. 6d0376f usb: renesas_usbhs: care usb_hcd_giveback_urb() status by Kuninori Morimoto · 13 years ago
  90. b1930da usb: renesas_usbhs: add usbhsh_is_running() by Kuninori Morimoto · 13 years ago
  91. 31e00fd usb: renesas_usbhs: disable attch irq after device attached by Kuninori Morimoto · 13 years ago
  92. 3edeee3 usb: renesas_usbhs: care pipe sequence by Kuninori Morimoto · 13 years ago
  93. e5679d0 usb: renesas_usbhs: add usbhs_pipe_attach() method by Kuninori Morimoto · 13 years ago
  94. e4c57de usb: renesas_usbhs: add usbhsh_endpoint_detach_all() for error case by Kuninori Morimoto · 13 years ago
  95. c1e4877 usb: renesas_usbhs: modify device attach method by Kuninori Morimoto · 13 years ago
  96. 007d00d Merge branch 'for-next/dwc3' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 13 years ago
  97. 5479654 usb: renesas_usbhs: pop packet when urb dequeued by Kuninori Morimoto · 13 years ago
  98. 37332ee usb: renesas_usbhs: add lost error value when enqueue by Kuninori Morimoto · 13 years ago
  99. 1115b9e usb: renesas_usbhs: add hcd->has_tt for low/full speed by Kuninori Morimoto · 13 years ago
  100. b95eb747 usb: renesas_usbhs: typofix: irq_dtch control DTCHE by Kuninori Morimoto · 13 years ago