1. 5fb694f usb: gadget: udc: atmel: fix possible oops when unloading module by Songjun Wu · 9 years ago
  2. 6785a10 usb: gadget: udc: atmel: fix possible IN hang issue by Bo Shen · 10 years ago
  3. f40afddd usb: gadget: udc: atmel: change setting for DMA by Bo Shen · 10 years ago
  4. 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
  5. cf0b1d1 usb: gadget: atmel_usba_udc: remove release function by Bo Shen · 10 years ago
  6. 39dd96d usb: gadget: atmel_usba_udc: use udc-core's reset notifier by Peter Chen · 10 years ago
  7. 22835b8 usb: gadget: remove unnecessary 'driver' argument by Felipe Balbi · 10 years ago
  8. 3364aec usb: gadget: udc: atmel_usba: remove bind/unbind messages by Felipe Balbi · 10 years ago
  9. 6d3f5f2 usb: gadget: udc: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  10. 304f7e5 usb: gadget: Refactor request completion by Michal Sojka · 10 years ago
  11. bcabdc2 usb: atmel_usba_udc: fix it to deal with final dma channel by Bo Shen · 10 years ago
  12. 90fccb5 usb: gadget: Gadget directory cleanup - group UDC drivers by Andrzej Pietrasiewicz · 10 years ago[Renamed from drivers/usb/gadget/atmel_usba_udc.c]
  13. 03d6a9c usb: gadget: atmel_usba_udc: delete __init marker for probe by Peter Chen · 10 years ago
  14. bcdbc08 usb: gadget: atmel_usba: always test udc->driver by Alexandre Belloni · 10 years ago
  15. d8eb6c6 usb: gadget: atmel_usba: fix crashed during stopping when DEBUG is enabled by Gregory CLEMENT · 10 years ago
  16. fb0e139 usb: gadget: atmel_usba: fix crash when no endpoint are specified by Alexandre Belloni · 10 years ago
  17. 3fcba0d usb: gadget: at91: using USBA_NR_DMAS for DMA channels by Bo Shen · 10 years ago
  18. aa7be0f usb: gadget: at91: fix the number of endpoint parameter by Bo Shen · 10 years ago
  19. f2c73464 Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  20. 5056ee8 usb: gadget: atmel_usba: Fix sparse warning by Jingoo Han · 11 years ago
  21. 40a8fb2 usb: gadget: atmel_usba: Use devm_*() functions by Jingoo Han · 11 years ago
  22. e117e74 usb: gadget: add "maxpacket_limit" field to struct usb_ep by Robert Baldyga · 11 years ago
  23. 2edb90a ARM: at91: move at91_pmc.h to include/linux/clk/at91_pmc.h by Boris BREZILLON · 11 years ago
  24. ffb62a1 usb: gadget: double unlocks on error in atmel_usba_start() by Dan Carpenter · 11 years ago
  25. e01ee9f usb: gadget: use dev_get_platdata() by Jingoo Han · 11 years ago
  26. 0d98b9d usb: gadget: atmel_usba: prepare clk before calling enable by Boris BREZILLON · 11 years ago
  27. 1247034 Merge tag 'at91-drivers' of git://github.com/at91linux/linux-at91 into next/drivers by Olof Johansson · 11 years ago
  28. 4a3ae93 USB: gadget: atmel_usba: add DT support by Jean-Christophe PLAGNIOL-VILLARD · 11 years ago
  29. e8f2ea3 USB: gadget: atmel_usba: allow multi instance by Jean-Christophe PLAGNIOL-VILLARD · 11 years ago
  30. 68522de USB: gadget: atmel_usba: move global struct usba_ep usba_ep to struct usba_udc by Jean-Christophe PLAGNIOL-VILLARD · 11 years ago
  31. fb00d69 usb: gadget: atmel_usba_udc: Remove redundant platform_set_drvdata() by Sachin Kamat · 11 years ago
  32. 1503a33 usb: gadget: atmel_usba_udc: don't touch gadget.dev.driver by Felipe Balbi · 11 years ago
  33. 442803d usb: gadget: atmel_usba_udc: remove unnecessary initializations by Felipe Balbi · 11 years ago
  34. 1bda9df usb: gadget: atmel_usba_udc: switch over to usb_gadget_map/unmap_request() by Felipe Balbi · 11 years ago
  35. 7bce401 usb: gadget: drop now unnecessary flag by Felipe Balbi · 11 years ago
  36. 621c723 usb: gadget: atmel_usba_udc: let udc-core manage gadget->dev by Felipe Balbi · 11 years ago
  37. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  38. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  39. 52f7a82 usb: converto drivers/usb/* to use module_platform_driver_probe() by Fabio Porcedda · 11 years ago
  40. bcd2360 arm: at91: move platfarm_data to include/linux/platform_data/atmel.h by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
  41. 820234c usb: gadget: atmel_usba_udc: Remove unneeded condition by Ido Shayevitz · 12 years ago
  42. d809f78 usb: gadget: atmel_usba_udc: convert to newstyle start/stop interface by Sebastian Andrzej Siewior · 12 years ago
  43. 978def1 usb: gadget: Update atmel_usba_udc to use usb_endpoint_descriptor inside the struct usb_ep by Ido Shayevitz · 12 years ago
  44. 66f03c6 Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  45. f9c56cd usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disable by Ido Shayevitz · 12 years ago
  46. b551495 ARM: at91/PMC: make register base soc independent by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  47. d327ab5 usb: gadget: replace usb_gadget::is_dualspeed with max_speed by Michal Nazarewicz · 13 years ago
  48. e538dfd usb: Provide usb_speed_string() function by Michal Nazarewicz · 13 years ago
  49. 29cc889 USB: use usb_endpoint_maxp() instead of le16_to_cpu() by Kuninori Morimoto · 13 years ago
  50. f549953 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 13 years ago
  51. 0f91349 usb: gadget: convert all users to the new udc infrastructure by Sebastian Andrzej Siewior · 13 years ago
  52. 28f65c11 treewide: Convert uses of struct resource to resource_size(ptr) by Joe Perches · 13 years ago
  53. e05503e Haavard Skinnemoen has left Atmel by Jean Delvare · 13 years ago
  54. 2c8245c USB: atmel_usba_udc: fix freeing irq in usba_udc_remove() by Rob Emanuele · 14 years ago
  55. b488095 USB: gadget: AT91: fix typo in atmel_usba_udc driver by Josh Wu · 14 years ago
  56. 969afff USB: atmel_usba_udc: force vbus_pin at -EINVAL when gpio_request failled by Jean-Christophe PLAGNIOL-VILLARD · 14 years ago
  57. b0fca50 usb gadget: don't save bind callback in struct usb_gadget_driver by Uwe Kleine-König · 14 years ago
  58. 4b8e123 USB: gadget: Use kmemdup by Julia Lawall · 14 years ago
  59. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  60. 640e95a USB: atmel uaba: Adding invert vbus_pin by Eirik Aanonsen · 14 years ago
  61. 3ba37bd USB: atmel_usba_udc.c: use resource_size() by H Hartley Sweeten · 15 years ago
  62. e60c65d USB: atmel_usba_udc: change way of specifying bias function by Nicolas Ferre · 15 years ago
  63. 71de6b6 USB: atmel_usba_udc: use helper functions to determine endpoint type and direction by Matthias Kaehlcke · 15 years ago
  64. fe92c9e USB: atmel_usb_udc: Use kzalloc() to allocate ep structures by Haavard Skinnemoen · 15 years ago
  65. f42706c USB: atmel-usba-udc : fix control out requests. by Martin Fuzzey · 15 years ago
  66. b92efa9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into avr32-arch by Haavard Skinnemoen · 15 years ago
  67. 472a678 atmel-usba-udc: use gpio_is_valid() to check vbus_pin I/O line by Hans-Christian Egtvedt · 15 years ago
  68. 551509d USB: replace uses of __constant_{endian} by Harvey Harrison · 15 years ago
  69. c682b17 gadget: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 15 years ago
  70. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  71. 4051770 USB: atmel_usba_udc fixes, mostly disconnect() by David Brownell · 16 years ago
  72. e1c25dc Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/usba-2.6.26 into base by Haavard Skinnemoen · 16 years ago
  73. f34c32f usb gadget: fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  74. 16a45bc atmel_usba_udc: Add support for AT91CAP9 UDPHS by Stelian Pop · 16 years ago
  75. 5275653 atmel_usba_udc: Add missing kfree() in usba_udc_remove() by Stelian Pop · 16 years ago
  76. 8d85531 atmel_usba_udc: move endpoint declarations into platform data. by Stelian Pop · 16 years ago
  77. 8d12c32 atmel_usba_udc: Kill GPIO_PIN_NONE by Stelian Pop · 16 years ago
  78. 7a24247 atmel_usba_udc: Fix endpoint names. by Stelian Pop · 16 years ago
  79. 5d4c270 atmel_usba: Kill copy_to_fifo() and copy_from_fifo() by Haavard Skinnemoen · 16 years ago
  80. 0027492 USB: gadget code switches to pr_err() and friends by David Brownell · 17 years ago
  81. 58ed7b9 atmel_usba_udc: Keep track of the device status by Haavard Skinnemoen · 17 years ago
  82. 914a3f3 USB: add atmel_usba_udc driver by Haavard Skinnemoen · 17 years ago