1. 12ba912 usb: gadget: udc: pxa25x: propagate errors from platform_get_irq() by Sergey Shtylyov · 3 years, 1 month ago
  2. e27bea4 usb: gadget: avoid unusual inline assembly by Arnd Bergmann · 3 years, 4 months ago
  3. 64cd427 usb: gadget: pxa25x_udc: Constify static struct pxa25x_ep_ops by Rikard Falkeborn · 3 years, 6 months ago
  4. 1d50071 USB: gadget: pxa25x_udc: remove dentry storage for debugfs file by Greg Kroah-Hartman · 3 years, 8 months ago
  5. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  6. 80d5982 usb: gadget: pxa25x_udc: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  7. aaabe7a USB: gadget: pxa25x: Re-use DEFINE_SHOW_ATTRIBUTE() macro by Andy Shevchenko · 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. 8c0e183 usb: gadget: udc: pxa25x_udc: use setup_timer() helper. by Allen Pais · 7 years ago
  12. a9458a3 usb: gadget: pxa25x_udc: document endianess better by Arnd Bergmann · 9 years ago
  13. 65bc0fb usb: gadget: pxa25x_udc: use readl/writel for mmio by Arnd Bergmann · 9 years ago
  14. a77af20 usb: gadget: pxa25x_udc cleanup by Arnd Bergmann · 9 years ago
  15. c5418a0 usb: gadget: pxa25x_udc: move register definitions from arch by Arnd Bergmann · 9 years ago
  16. b58713d usb: gadget: epautoconf: remove pxa quirk from ep_matches() by Robert Baldyga · 9 years ago
  17. 36411b6 usb: gadget: pxa25x_udc: add ep capabilities support by Robert Baldyga · 9 years ago
  18. ffd9a0f usb: gadget: add 'quirk_altset_not_supp' to usb_gadget by Robert Baldyga · 9 years ago
  19. 14d19d9 usb: gadget: pxa27x_udc: delete pullup operation at .udc_start and .udc_stop by Peter Chen · 10 years ago
  20. 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
  21. 4db9917 usb: gadget: udc: pxa25x: remove unnecessary NULL check by Felipe Balbi · 10 years ago
  22. 90834d3 usb: gadget: pxa25x_udc: use udc-core's reset notifier by Peter Chen · 10 years ago
  23. 22835b8 usb: gadget: remove unnecessary 'driver' argument by Felipe Balbi · 10 years ago
  24. d734316 usb: gadget: udc: pxa25x: do not rely on 'driver' argument by Felipe Balbi · 10 years ago
  25. 6d3f5f2 usb: gadget: udc: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  26. 304f7e5 usb: gadget: Refactor request completion by Michal Sojka · 10 years ago
  27. 90fccb5 usb: gadget: Gadget directory cleanup - group UDC drivers by Andrzej Pietrasiewicz · 11 years ago[Renamed from drivers/usb/gadget/pxa25x_udc.c]
  28. 56e5cea usb: gadget: pxa25x_udc: use correct header for gpio devm_ functions by Arnd Bergmann · 11 years ago
  29. c63d222 usb: gadget: pxa25x_udc: use devm_ functions by Himangi Saraogi · 11 years ago
  30. 803a536 usb: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  31. c139e14 Merge tag 'v3.13-rc4' into next by Felipe Balbi · 11 years ago
  32. e117e74 usb: gadget: add "maxpacket_limit" field to struct usb_ep by Robert Baldyga · 11 years ago
  33. b144e4a usb: gadget: fix pxa25x compilation problems by Linus Walleij · 11 years ago
  34. 8233729 usb: gadget: pxa25x_udc: fix deferred probe from __init by Johan Hovold · 11 years ago
  35. e01ee9f usb: gadget: use dev_get_platdata() by Jingoo Han · 11 years ago
  36. c0b4e04 usb: gadget: pxa25x_udc: Remove redundant platform_set_drvdata() by Sachin Kamat · 12 years ago
  37. 83a9adc usb: gadget: pxa25x_udc: don't touch gadget.dev.driver by Felipe Balbi · 12 years ago
  38. 6966fe8 usb: gadget: pxa25x_udc: remove unnecessary initializations by Felipe Balbi · 12 years ago
  39. 7bce401 usb: gadget: drop now unnecessary flag by Felipe Balbi · 12 years ago
  40. b73f5a2 usb: gadget: pxa25x_udc: let udc-core manage gadget->dev by Felipe Balbi · 12 years ago
  41. 66e4afc usb: gadget: pxa25x: fix disconnect reporting by Felipe Balbi · 12 years ago
  42. 9992a99 usb: gadget: pxa25x: fix gadget->dev registration by Felipe Balbi · 12 years ago
  43. 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
  44. 6166c24 usb: gadget: pxa25x_udc: convert to udc_start/udc_stop by Felipe Balbi · 12 years ago
  45. 52f7a82 usb: converto drivers/usb/* to use module_platform_driver_probe() by Fabio Porcedda · 12 years ago
  46. 4600006 ARM: move udc_pxa2xx.h to linux/platform_data by Russell King · 12 years ago
  47. ffe0b33 usb: gadget: remove global variable composite in composite.c by Sebastian Andrzej Siewior · 12 years ago
  48. 9d2333d usb: gadget: remove duplicated include from pxa25x_udc.c by Wei Yongjun · 12 years ago
  49. 3e9a970 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 12 years ago
  50. 8de1ee8 pxa25x_udc: remove IRQF_SAMPLE_RANDOM which is now a no-op by Theodore Ts'o · 13 years ago
  51. ff9cce8 Merge tag 'xceiv-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 13 years ago
  52. ded017e usb: phy: fix return value check of usb_get_phy by Kishon Vijay Abraham I · 13 years ago
  53. 662dca5 usb: otg: support for multiple transceivers by a single controller by Kishon Vijay Abraham I · 13 years ago
  54. 721002e usb: otg: utils: rename function name in OTG utils by Kishon Vijay Abraham I · 13 years ago
  55. 3ba0b31 usb: gadget: pxa25x_udc: Remove unneeded condition by Ido Shayevitz · 13 years ago
  56. c18800d usb: gadget: Update pxa25x_udc to use usb_endpoint_descriptor inside the struct usb_ep by Ido Shayevitz · 13 years ago
  57. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
  58. 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 · 13 years ago
  59. 6e13c65 usb: otg: Convert all users to pass struct usb_otg for OTG functions by Heikki Krogerus · 13 years ago
  60. b96d3b0 usb: Convert all users to new usb_phy by Heikki Krogerus · 13 years ago
  61. f9c56cd usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disable by Ido Shayevitz · 13 years ago
  62. 7177aed usb: gadget: rename usb_gadget_driver::speed to max_speed by Michal Nazarewicz · 13 years ago
  63. b5dd18d USB: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  64. 28c9fc6 usb gadget: clean up FSF boilerplate text by Klaus Schwarzkopf · 13 years ago
  65. 29cc889 USB: use usb_endpoint_maxp() instead of le16_to_cpu() by Kuninori Morimoto · 13 years ago
  66. 0f91349 usb: gadget: convert all users to the new udc infrastructure by Sebastian Andrzej Siewior · 14 years ago
  67. a6207b1 usb/pxa25x_udc: cleanup the LUBBOCK err path by Sebastian Andrzej Siewior · 14 years ago
  68. 268bb0c sanitize <linux/prefetch.h> usage by Linus Torvalds · 14 years ago
  69. a8ecc86 ARM: pxa25x_udc: stop handling gpio-vbus internally by Dmitry Eremin-Solenikov · 14 years ago
  70. b0fca50 usb gadget: don't save bind callback in struct usb_gadget_driver by Uwe Kleine-König · 14 years ago
  71. 0dc726b [ARM] pxa: move board board IRQ definitions out of irqs.h by Eric Miao · 15 years ago
  72. ab26d20 USB: gadget: pxa25x: basic transceiver support by Philipp Zabel · 16 years ago
  73. 6d84599 USB: gadget: pxa25x compiler warning fix by David Brownell · 16 years ago
  74. 56a075d USB: gadget: pxa25x uses gpio_is_valid by Philipp Zabel · 16 years ago
  75. 22eb36f [ARM] 5403/1: pxa25x_ep_fifo_flush() *ep->reg_udccs always set to 0 by Roel Kluin · 16 years ago
  76. b40fc2a USB: gadget: pxa25x_udc vbus sense initialization by David Brownell · 16 years ago
  77. c682b17 gadget: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  78. 7ef4de1 Merge branch 'highmem' into devel by Russell King · 16 years ago
  79. e0d8b13 [ARM] pxa: don't pass a consumer clock name for devices with unique clocks by Russell King · 16 years ago
  80. 47fd6f7 [ARM] 5335/1: pxa25x_udc: Fix is_vbus_present to return 1 or 0 by Jaya Kumar · 16 years ago
  81. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  82. b6c6393 Rename WARN() to WARNING() to clear the namespace by Arjan van de Ven · 16 years ago
  83. 30d3854 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  84. 7071a3c USB: usb dev_name() instead of dev->bus_id by Kay Sievers · 17 years ago
  85. 8fb105f PXA UDC - allow use of inverted GPIO for pullup by Ian Molton · 17 years ago
  86. 7a85762 [ARM] 5120/1: pxa: correct platform driver names for PXA25x and PXA27x UDC drivers by Philipp Zabel · 17 years ago[Renamed (89%) from drivers/usb/gadget/pxa2xx_udc.c]
  87. 284d115 [ARM] pxa: separate PXA25x and PXA27x UDC register definitions by Russell King · 17 years ago
  88. 441b62c USB: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  89. f34c32f usb gadget: fix platform driver hotplug/coldplug by Kay Sievers · 17 years ago
  90. 64cc2dd USB: pxa2xx_udc: fix misuse of clock enable/disable calls by Dmitry Baryshkov · 17 years ago
  91. 040fa1b USB: pxa2xx_udc: use debugfs not procfs by Dmitry Baryshkov · 17 years ago
  92. d4a8d46 USB: gadget: pxa2xx_udc supports inverted vbus by Dmitry Baryshkov · 17 years ago
  93. eb0be47 USB: usb peripheral controller driver oops avoidance by Patrik Sevallius · 17 years ago
  94. 0027492 USB: gadget code switches to pr_err() and friends by David Brownell · 17 years ago
  95. 65a6ec0 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 17 years ago
  96. 9454a57 USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h> by David Brownell · 17 years ago
  97. 6549e6c [ARM] pxa: update PXA UDC driver to use clk support by Russell King · 17 years ago
  98. 8c27303 USB: px2xx_udc bugfix, missing check for gpio_pullup by David Brownell · 17 years ago
  99. 1060bce USB: more pxa2xx_udc dead code removal by David Brownell · 17 years ago
  100. c67ab13 usb gadget stack: remove usb_ep_*_buffer(), part 2 by David Brownell · 18 years ago