1. aae819e usb: renesas_usbhs: add a compatible string for r8a7796 by Yoshihiro Shimoda · 8 years ago
  2. 772ce81 usb: renesas_usbhs: Fix receiving data corrupt on R-Car Gen3 with dmac by Yoshihiro Shimoda · 8 years ago
  3. 0d79950 usb: renesas_usbhs: show error code when probe failed by Yoshihiro Shimoda · 8 years ago
  4. de18757 usb: renesas_usbhs: add R-Car Gen3 power control by Yoshihiro Shimoda · 8 years ago
  5. 2f1a993 usb: renesas_usbhs: add fallback compatibility strings by Simon Horman · 9 years ago
  6. 51f141a usb: renesas_usbhs: Modify pipe configuration by Yoshihiro Shimoda · 9 years ago
  7. f5f6afa usb: renesas_usbhs: Add support for R-Car H3 by Yoshihiro Shimoda · 9 years ago
  8. 9ae7ce0 usb: renesas_usbhs: fix build warning if 64-bit architecture by Yoshihiro Shimoda · 9 years ago
  9. 50297b7 usb: renesas_usbhs: Replace deprecated API of extcon by Chanwoo Choi · 9 years ago
  10. af6e613 usb: renesas_usbhs: Add support for R-Car E2 by Yoshihiro Shimoda · 9 years ago
  11. e0213bc usb: renesas_usbhs: Change USBHS_TYPE_R8A779x to USBHS_TYPE_RCAR_GEN2 by Yoshihiro Shimoda · 9 years ago
  12. ab330cf usb: renesas_usbhs: add support for USB-DMAC by Yoshihiro Shimoda · 9 years ago
  13. d7b3968 usb: renesas_usbhs: add OTG ID signal sensing by Sergei Shtylyov · 10 years ago
  14. 48ac1e5 usb: renesas_usbhs: fix platform init error message by Sergei Shtylyov · 10 years ago
  15. 368504c usb: renesas_usbhs: kill dead code in usbhs_probe() by Sergei Shtylyov · 10 years ago
  16. 04a5def usb: renesas_usbhs: gadget: fix the behavior of pullup by Takeshi Kihara · 10 years ago
  17. 687f16b usb: renesas_usbhs: common: remove duplicate check on resource by Varka Bhadram · 10 years ago
  18. b1cb07c usb: renesas_usbhs: delete unnecessary 'out of memory' messages by Peter Chen · 10 years ago
  19. b854100 usb: renesas_usbhs: Add device tree support for R-Car H2 and M2 by Yoshihiro Shimoda · 10 years ago
  20. 8ecef00 usb: renesas_usbhs: add R-Car Gen. 2 init and power control by Ulrich Hecht · 10 years ago
  21. c9a0552 usb: renesas_usbhs: use platform_{get,set}_drvdata() by Libo Chen · 11 years ago
  22. ace0a5f usb: renesas: use dev_get_platdata() by Jingoo Han · 11 years ago
  23. 148e113 usb: Convert to devm_ioremap_resource() by Thierry Reding · 11 years ago
  24. fb4e98a usb: remove use of __devexit by Bill Pemberton · 12 years ago
  25. 7690417 usb: remove use of __devexit_p by Bill Pemberton · 12 years ago
  26. 4cd2f59 usb: renesas_usbhs: gadget: add usb_gadget_ops :: pullup support by kuninori.morimoto.gx@renesas.com · 12 years ago
  27. 58efc77 usb: renesas_usbhs: convert to devm_xxx() by Kuninori Morimoto · 12 years ago
  28. 5b50d3b usb: renesas_usbhs: fixup resume method for autonomy mode by Kuninori Morimoto · 12 years ago
  29. cc502bb renesas_usbhs: cleanup quoted includes by Paul Bolle · 12 years ago
  30. 53069af usb: renesas_usbhs: add IRQ resource decoding for IRQF_SHARED by Shimoda, Yoshihiro · 12 years ago
  31. 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
  32. dfbb7f4 usb: renesas_usbhs: add test-mode support by Kuninori Morimoto · 13 years ago
  33. 3dd4926 usb: gadget: renesas_usbhs: modify function name of usbhs_set_device_xx() by Kuninori Morimoto · 13 years ago
  34. b4fcea2 usb: gadget: renesas_usbhs: unified callback function by Kuninori Morimoto · 13 years ago
  35. f1ee56a usb: gadget: renesas_usbhs: add platform power control function by Kuninori Morimoto · 13 years ago
  36. a49a88f usb: gadget: renesas_usbhs: tidyup the unit of detection_delay by Kuninori Morimoto · 13 years ago
  37. 7619015 usb: gadget: renesas_usbhs: tidyup usbhs_sys_clock_ctrl() was local function by Kuninori Morimoto · 13 years ago
  38. 3244a7b usb: gadget: renesas_usbhs: remove usbhs_sys_usb_ctrl() by Kuninori Morimoto · 13 years ago
  39. 2288e10 usb: gadget: renesas_usbhs: remove usbhs_sys_hispeed_ctrl() by Kuninori Morimoto · 13 years ago
  40. cc27c96 usb: convert drivers/usb/* to use module_platform_driver() by Axel Lin · 13 years ago
  41. b7a8d17 usb: gadget: renesas_usbhs: fixup section mismatch warning by Kuninori Morimoto · 13 years ago
  42. 4829820 usb: gadget: renesas_usbhs: bugfix: don't modify platform data by Kuninori Morimoto · 13 years ago
  43. eb05191 usb: gadget: renesas_usbhs: add usbhs_set_device_speed() support for host by Kuninori Morimoto · 13 years ago
  44. a9be4a4 usb: gadget: renesas_usbhs: make sure SOF packet sending-out control by Kuninori Morimoto · 13 years ago
  45. f427eb6 usb: gadget: renesas_usbhs: support otg pin control by Kuninori Morimoto · 13 years ago
  46. ef8bedb usb: gadget: renesas_usbhs: move usbhs_usbreq_get/set_val() to common.c by Kuninori Morimoto · 13 years ago
  47. 75587f5 usb: gadget: renesas_usbhs: add usbhs_bus_get_speed() by Kuninori Morimoto · 13 years ago
  48. 258485d usb: gadget: renesas_usbhs: add bus control functions by Kuninori Morimoto · 13 years ago
  49. 11935de usb: gadget: renesas_usbhs: change usbhsc_bus_ctrl() to usbsc_set_buswait() by Kuninori Morimoto · 13 years ago
  50. ca8a282 usb: gadget: renesas_usbhs: add suspend/resume support by Kuninori Morimoto · 13 years ago
  51. 233f519 usb: renesas_usbhs: fixup comment-out by Kuninori Morimoto · 13 years ago
  52. e73a989 usb: renesas_usbhs: add DMAEngine support by Kuninori Morimoto · 13 years ago
  53. d3af90a usb: renesas_usbhs: add usbhsf_fifo by Kuninori Morimoto · 13 years ago
  54. 97f9322 usb: renesas_usbhs: fixup error processing on probe/remove by Kuninori Morimoto · 13 years ago
  55. b002ff6 usb: renesas_usbhs: add autonomy mode by Kuninori Morimoto · 13 years ago
  56. bc57381 usb: renesas_usbhs: use delayed_work instead of work_struct by Kuninori Morimoto · 13 years ago
  57. 6e267da usb: renesas_usbhs: add power control function by Kuninori Morimoto · 13 years ago
  58. 206dcc2 usb: renesas_usbhs: move pdev_to_priv to global by Kuninori Morimoto · 13 years ago
  59. af32fe5 usb: renesas_usbhs: remove callback when module removed. by Kuninori Morimoto · 13 years ago
  60. f1407d5 usb: renesas_usbhs: Add Renesas USBHS common code by Kuninori Morimoto · 13 years ago