1. 26d81b2 usb: gadget: at91_udc: fix incorrect print type by Miles Chen · 3 years ago
  2. 4a555f2 usb: gadget: at91_udc: Convert to GPIO descriptors by Balamanikandan Gunasundar · 3 years, 2 months ago
  3. 50855c3 usb: gadget: udc: at91: add IRQ check by Sergey Shtylyov · 3 years, 5 months ago
  4. bd69953 usb: gadget: at91_udc: remove useless cast for driver.name by Corentin Labbe · 4 years, 10 months ago
  5. e719ffb usb: gadget: at91_udc: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  6. 67929a7 usb: gadget: at91_udc: Remove unneeded variable by Hariprasad Kelam · 6 years ago
  7. 3f3942a proc: introduce proc_create_single{,_data} by Christoph Hellwig · 7 years ago
  8. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  9. 229e368 USB: gadget: udc: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  10. 5fd54ac USB: add SPDX identifiers to all remaining files in drivers/usb/ by Greg Kroah-Hartman · 7 years ago
  11. 46cdd19 usb: gadget: udc: at91: use PTR_ERR_OR_ZERO() by Felipe Balbi · 9 years ago
  12. b9ed96d7 usb: gadget: at91_udc: add ep capabilities support by Robert Baldyga · 9 years ago
  13. 02ded1b usb: gadget: add 'quirk_stall_not_supp' to usb_gadget by Robert Baldyga · 9 years ago
  14. c94e289 usb: gadget: remove incorrect __init/__exit annotations by Arnd Bergmann · 10 years ago
  15. 1865678 Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  16. 7301971 usb: gadget: at91_udc: use common is_selfpowered by Peter Chen · 10 years ago
  17. a5514d14 usb: gadget: at91_udc: Allocate udc instance by Boris Brezillon · 10 years ago
  18. f0bceab usb: gadget: at91_udc: Rework for multi-platform kernel support by Boris Brezillon · 10 years ago
  19. 422cde2 usb: gadget: at91_udc: Simplify probe and remove functions by Boris Brezillon · 10 years ago
  20. 9f00fc1 usb: gadget: at91_udc: Remove non-DT handling code by Boris Brezillon · 10 years ago
  21. 9aa0216 usb: gadget: at91_udc: Drop uclk clock by Boris Brezillon · 10 years ago
  22. 7923540 usb: gadget: at91_udc: Fix clock names by Boris Brezillon · 10 years ago
  23. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  24. b2ba27a usb: gadget: at91_udc: move prepare clk into process context by Ronald Wahl · 10 years ago
  25. ba7cc77 usb: gadget: at91_udc: remove unused release function by Bo Shen · 10 years ago
  26. 236e506 usb: gadget: at91_udc: use udc-core's reset notifier by Peter Chen · 10 years ago
  27. 22835b8 usb: gadget: remove unnecessary 'driver' argument by Felipe Balbi · 10 years ago
  28. dea87f9 usb: gadget: udc: at91: remove bind/unbind messages by Felipe Balbi · 10 years ago
  29. af9501f usb: gadget: udc: at91: do not rely on 'driver' argument by Felipe Balbi · 10 years ago
  30. 6d3f5f2 usb: gadget: udc: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  31. 304f7e5 usb: gadget: Refactor request completion by Michal Sojka · 10 years ago
  32. 90fccb5 usb: gadget: Gadget directory cleanup - group UDC drivers by Andrzej Pietrasiewicz · 10 years ago[Renamed from drivers/usb/gadget/at91_udc.c]
  33. 886c7c4 usb: gadget: at91-udc: fix irq and iomem resource retrieval by Jean-Jacques Hiblot · 11 years ago
  34. 0e06bca usb: gadget: at91_udc: fix ep maxpacket initialisation by Robert Baldyga · 11 years ago
  35. 803a536 usb: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  36. 4685d02 usb: gadget: at91_udc: fix build warning by Felipe Balbi · 11 years ago
  37. e117e74 usb: gadget: add "maxpacket_limit" field to struct usb_ep by Robert Baldyga · 11 years ago
  38. c0aefc7 usb: gadget: at91_udc: add usb_clk for transition to common clk framework by Boris BREZILLON · 11 years ago
  39. 30ce198 usb: gadget: at91_udc: add missing clk_put on fclk and iclk by Boris BREZILLON · 11 years ago
  40. e01ee9f usb: gadget: use dev_get_platdata() by Jingoo Han · 11 years ago
  41. 7628083 usb: gadget: at91_udc: prepare clk before calling enable by Boris BREZILLON · 12 years ago
  42. ae40d64 usb: gadget: at91_udc: call at91udc_of_init only when needed by Arnd Bergmann · 12 years ago
  43. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  44. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 12 years ago
  45. 8f3d7c8 usb: gadget: at91_udc: don't touch gadget.dev.driver by Felipe Balbi · 12 years ago
  46. 7bce401 usb: gadget: drop now unnecessary flag by Felipe Balbi · 12 years ago
  47. 2533bee usb: gadget: at91_udc: let udc-core manage gadget->dev by Felipe Balbi · 12 years ago
  48. 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
  49. 52f7a82 usb: converto drivers/usb/* to use module_platform_driver_probe() by Fabio Porcedda · 12 years ago
  50. d2aec37 USB: gadget: at91_adc: fix pullup pin validity check by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
  51. 348409a usb: gadget: at91_udc: don't use [delayed_]work_pending() by Tejun Heo · 12 years ago
  52. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  53. 8287361 Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  54. 41ac7b3 usb: remove use of __devinit by Bill Pemberton · 12 years ago
  55. d755814 treewide: fix typo of "suppport" in various comments by Masanari Iida · 12 years ago
  56. bcd2360 arm: at91: move platfarm_data to include/linux/platform_data/atmel.h by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
  57. 2bcb132 Merge 3.6-rc6 into usb-next by Greg Kroah-Hartman · 12 years ago
  58. 9c6d196 usb: gadget: at91_udc: fix dt support by Fabio Porcedda · 12 years ago
  59. 162ca3c usb: gadget: at91_udc: move the dereference below the NULL test by Wei Yongjun · 12 years ago
  60. f3bb8e6 usb: gadget: at91udc: Don't check for ep->ep.desc by Sebastian Andrzej Siewior · 12 years ago
  61. 8b7dda5 usb: gadget: at91udc: don't overwrite driver data by Sebastian Andrzej Siewior · 12 years ago
  62. 65c84ea usb: gadget: at91_udc: Propagate devicetree to gadget drivers by Alexandre Pereira da Silva · 13 years ago
  63. 5eaee54 usb: gadget: at91_udc: fix endpoint descriptor dereference by Nicolas Ferre · 13 years ago
  64. f3d8bf3 usb: gadget: at91_udc: convert to new style start/stop interface by Sebastian Andrzej Siewior · 13 years ago
  65. 5a6506f usb: gadget: Update at91_udc to use usb_endpoint_descriptor inside the struct usb_ep by Ido Shayevitz · 13 years ago
  66. 7075602 USB: gadget/at91_udc: add gpio_to_irq() function to vbus interrupt by Nicolas Ferre · 13 years ago
  67. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 13 years ago
  68. 09893ee Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  69. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
  70. 66f03c6 Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  71. d1494a3 USB: at91: Device udc add dt support by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  72. f9c56cd usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disable by Ido Shayevitz · 13 years ago
  73. a003c18 usb: at91_udc: linux/prefetch.h included twice by Danny Kukawka · 13 years ago
  74. 4342d64 ARM: at91: make matrix register base soc independent by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  75. acc952c Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  76. 7177aed usb: gadget: rename usb_gadget_driver::speed to max_speed by Michal Nazarewicz · 13 years ago
  77. 3285e0e ARM: at91/udc: use gpio_is_valid to check the gpio by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  78. 1a8060d usb: gadget: at91_udc: change french comments to english by Robert Schwebel · 13 years ago
  79. b5dd18d USB: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  80. 28c9fc6 usb gadget: clean up FSF boilerplate text by Klaus Schwarzkopf · 13 years ago
  81. 29cc889 USB: use usb_endpoint_maxp() instead of le16_to_cpu() by Kuninori Morimoto · 13 years ago
  82. eed3936 USB: at91_udc: include linux/prefetch.h explicitly by Jean-Christophe PLAGNIOL-VILLARD · 14 years ago
  83. 0f91349 usb: gadget: convert all users to the new udc infrastructure by Sebastian Andrzej Siewior · 14 years ago
  84. b38b03b usb: gadget: include <linux/prefetch.h> to fix compiling error by Bryan Wu · 14 years ago
  85. bf1f0a0 usb/gadget: at91sam9g20 fix end point max packet size by Jean-Christophe PLAGNIOL-VILLARD · 14 years ago
  86. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  87. 8ab1040 usb: gadget: at91_udc: Fix error path by Rahul Ruikar · 14 years ago
  88. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  89. b0fca50 usb gadget: don't save bind callback in struct usb_gadget_driver by Uwe Kleine-König · 14 years ago
  90. 7f26b3a drivers/usb: Remove unnecessary return's from void functions by Joe Perches · 14 years ago
  91. 4037242 ARM: 6209/3: at91_udc: Add vbus polarity and polling mode by Ryan Mallon · 14 years ago
  92. 4f4c5e3 ARM: 5967/1: at91_udc.c use spinlocks instead of local_irq_xxx by Harro Haan · 15 years ago
  93. ac1d426 Merge branch 'devel-stable' into devel by Russell King · 15 years ago
  94. 7622537 ARM: 5966/1: at91_udc HW glitch by Harro Haan · 15 years ago
  95. c6c3523 ARM: 5965/1: Fix soft lockup in at91 udc driver by Harro Haan · 15 years ago
  96. d8bb0fd USB: at91_udc.c: use resource_size() by H Hartley Sweeten · 15 years ago
  97. 23f6d91 USB: modifications for at91sam9g10 by Hong Xu · 15 years ago
  98. 7f53669 USB: gadget: double free_irq() in at91udc_probe() by Roel Kluin · 15 years ago
  99. e1f5b94 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 16 years ago
  100. 81c8d8d USB: at91_udc: use helper functions to determine endpoint type and direction by Matthias Kaehlcke · 16 years ago