1. 906ae52 usb: gadget: r8a66597: fix unused-but-set-variable warnings by Michal Nazarewicz · 8 years ago
  2. 9bc0789 usb: gadget: r8a66597-udc: Deinline pipe_change, save 2176 bytes by Denys Vlasenko · 8 years ago
  3. 0ec8026 usb: gadget: r8a66597-udc: add ep capabilities support by Robert Baldyga · 9 years ago
  4. c94e289f usb: gadget: remove incorrect __init/__exit annotations by Arnd Bergmann · 9 years ago
  5. 0bcff9e usb: gadget: r8a66597-udc: set value for common is_selfpowered by Peter Chen · 10 years ago
  6. 5443a79 usb: gadget: r8a66597-udc: use udc-core's reset notifier by Peter Chen · 10 years ago
  7. a2655e4 usb: gadget: fix ptr_ret.cocci warnings by Fengguang Wu · 10 years ago
  8. 22835b8 usb: gadget: remove unnecessary 'driver' argument by Felipe Balbi · 10 years ago
  9. 304f7e5 usb: gadget: Refactor request completion by Michal Sojka · 10 years ago
  10. f7cc38b Merge tag 'v3.17-rc4' into next by Felipe Balbi · 10 years ago
  11. b8adc3d usb: gadget: udc: use USB API functions rather than constants by Himangi Saraogi · 10 years ago
  12. 17c128e usb: gadget: Remove redundant dev_err call in r8a66597_sudmac_ioremap() by Wei Yongjun · 10 years ago
  13. 4b11f88 usb: gadget: Fix return value check in r8a66597_probe() by Wei Yongjun · 10 years ago
  14. 90fccb5 usb: gadget: Gadget directory cleanup - group UDC drivers by Andrzej Pietrasiewicz · 10 years ago[Renamed from drivers/usb/gadget/r8a66597-udc.c]
  15. dad8338 usb: gadget: r8a66597-udc: delete __init marker for probe by Peter Chen · 10 years ago
  16. 885162d usb: gadget: r8a66597-udc: remove now unused clean_up and clean_up3 label. by Ben Dooks · 10 years ago
  17. 4b52695 usb: gadget: r8a66597-udc: use devm_request_irq() to get device irq by Ben Dooks · 10 years ago
  18. 3d7037b7 usb: gadget: r8a66597-udc: use devm_clk_get() to get clock by Ben Dooks · 10 years ago
  19. 776976a usb: gadget: r8a66597-udc: cleanup error path by Ben Dooks · 10 years ago
  20. 9a6d5d4 usb: gadget: r8a66597-udc: handle sudmac registers with devm_ioremap_resource() by Ben Dooks · 10 years ago
  21. 531bc93 usb: gadget: r8a66597-udc: use devm_kzalloc() to allocate driver state by Ben Dooks · 10 years ago
  22. f390f57 usb: gadget: r8a66597-udc: keep dev as reference to &pdev->dev by Ben Dooks · 10 years ago
  23. e181505 usb: gadget: r8a66597-udc: use devm_ioremap_resource() for registers by Ben Dooks · 10 years ago
  24. e5f06f9 usb: gadget: r8a66597-udc: remove unnecessary OOM messages by Jingoo Han · 10 years ago
  25. e117e74 usb: gadget: add "maxpacket_limit" field to struct usb_ep by Robert Baldyga · 11 years ago
  26. 989c78d usb: gadget: r8a66597-udc: convert to clk_prepare/unprepare by Laurent Pinchart · 11 years ago
  27. e01ee9f usb: gadget: use dev_get_platdata() by Jingoo Han · 11 years ago
  28. f37d49a usb: gadget: r8a66597-udc: do not unlock unheld spinlock in r8a66597_sudmac_irq() by Alexey Khoroshilov · 11 years ago
  29. dae8ead usb: gadget: use platform_{get,set}_drvdata() by Jingoo Han · 11 years ago
  30. f3423d3 usb: gadget: r8a66597-udc: fix error return code in r8a66597_probe() by Wei Yongjun · 11 years ago
  31. 5913970 usb: gadget: r8a66597-udc: don't assign gadget.dev.release directly by Felipe Balbi · 12 years ago
  32. 71b0dd2 usb: gadget: r8a66597-udc: remove unnecessary initializations by Felipe Balbi · 12 years ago
  33. 7bce401 usb: gadget: drop now unnecessary flag by Felipe Balbi · 12 years ago
  34. 80bf534 usb: gadget: r8a66597-udc: let udc-core manage gadget->dev by Felipe Balbi · 12 years ago
  35. 74e1a2a Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  36. eeef458 usb: gadget: constify all struct usb_gadget_ops by Felipe Balbi · 12 years ago
  37. 52f7a82 usb: converto drivers/usb/* to use module_platform_driver_probe() by Fabio Porcedda · 12 years ago
  38. 569a50d gadget/r8a66597: remove conditional compilation of clk code by Viresh Kumar · 12 years ago
  39. 1ec9c8a usb: gadget: r8a66597-udc: add support for set_selfpowered by Shimoda, Yoshihiro · 12 years ago
  40. 9e658f2 usb: gadget: Update r8a66597-udc to use usb_endpoint_descriptor inside the struct usb_ep by Ido Shayevitz · 13 years ago
  41. 05d00fb usb: gadget: r8a66597: use generic map/unmap routines by Felipe Balbi · 13 years ago
  42. 7177aed usb: gadget: rename usb_gadget_driver::speed to max_speed by Michal Nazarewicz · 13 years ago
  43. d327ab5 usb: gadget: replace usb_gadget::is_dualspeed with max_speed by Michal Nazarewicz · 13 years ago
  44. bfe0658 usb: udc: Fix gadget driver's speed check in various UDC drivers by Michal Nazarewicz · 13 years ago
  45. 05bb701 usb: gadget: r8a66597-udc: fix flush fifo handling by Yoshihiro Shimoda · 13 years ago
  46. b8cbbf8 usb: gadget: r8a66597-udc: fix for udc-newstyle by Yoshihiro Shimoda · 13 years ago
  47. 478ff25 usb: gadget: r8a66597: convert to new style by Felipe Balbi · 13 years ago
  48. b8a56e1 usb: gadget: r8a66597-udc: add support for SUDMAC by Yoshihiro Shimoda · 13 years ago
  49. 12158f4 usb: gadget: r8a66597-udc: use dev_*() instead of printk() by Yoshihiro Shimoda · 13 years ago
  50. 0a85577 usb: gadget: r8a66597-udc: change prototype of r8a66597_write_fifo by Yoshihiro Shimoda · 13 years ago
  51. b5dd18d USB: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  52. 28c9fc6 usb gadget: clean up FSF boilerplate text by Klaus Schwarzkopf · 13 years ago
  53. 29cc889 USB: use usb_endpoint_maxp() instead of le16_to_cpu() by Kuninori Morimoto · 13 years ago
  54. 8ca1375 usb: gadget: r8a66597-udc: add pullup function by Yoshihiro Shimoda · 13 years ago
  55. 96fe53e usb: gadget: r8a66597-udc: add support for TEST_MODE by Yoshihiro Shimoda · 13 years ago
  56. 5154e9f usb: gadget: r8a66597-udc: Make BUSWAIT configurable through platform data by Yoshihiro Shimoda · 13 years ago
  57. deafeb2 usb: gadget: r8a66597-udc: fix cannot connect after rmmod gadget driver by Yoshihiro Shimoda · 13 years ago
  58. 5db05c0 usb: update email address in r8a66597-udc and m66592-udc by Yoshihiro Shimoda · 13 years ago
  59. 86081d7 usb: gadget: add platform module alias where it is missing by Sebastian Andrzej Siewior · 13 years ago
  60. 0f91349 usb: gadget: convert all users to the new udc infrastructure by Sebastian Andrzej Siewior · 13 years ago
  61. 2c2da17 usb: r8a66597-udc: fix spinlock usage by Yoshihiro Shimoda · 13 years ago
  62. 6d86d52 usb: r8a66597-udc: Fixed bufnum of Bulk by Yusuke Goda · 14 years ago
  63. e576a7a usb: r8a66597-udc: Add processing when USB was removed. by Yusuke Goda · 14 years ago
  64. c0109b8 USB: gadget: Remove pr_<level> uses of KERN_<level> by Joe Perches · 14 years ago
  65. b0fca50 usb gadget: don't save bind callback in struct usb_gadget_driver by Uwe Kleine-König · 14 years ago
  66. 96f2a34 USB: r8a66597-udc: return -ENOMEM if kzalloc() fails by Axel Lin · 14 years ago
  67. e8b4866 usb: gadget: r8a66597-udc pio to mmio accessor conversion. by Paul Mundt · 14 years ago
  68. 336f589 Merge branch 'master' into export-slabh by Tejun Heo · 14 years ago
  69. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  70. 72f878c USB gadget r8a66597-udc.c: duplicated include by Andrea Gelmini · 15 years ago
  71. fa7bf34 usb/gadget: fix compile error on r8a66597-udc.c by Grant Likely · 15 years ago
  72. ae3a079 USB: r8a66597-udc: Prototype IS_ERR() and PTR_ERR() by Mark Brown · 15 years ago
  73. 9e7291c usb: r8a66597-udc: implement the set_wedge method by Yoshihiro Shimoda · 15 years ago
  74. 0bb886d usb: r8a66597-udc disable interrupts on shutdown fix by Magnus Damm · 15 years ago
  75. ef5ce3b usb: r8a66597-udc buffer management update by Magnus Damm · 15 years ago
  76. d2e27bd usb: add clock support to r8a66597 gadget driver by Magnus Damm · 15 years ago
  77. c414424 usb: gadget: R8A66597 peripheral controller support. by Yoshihiro Shimoda · 15 years ago