1. 7ae18f3 tegra: usb: move implementation into right directory by Lucas Stach · 12 years ago
  2. 1199c37 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  3. 612404c Merge 'u-boot-atmel/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  4. e18bf1f EHCI: Exynos: Add fdt support by Rajeshwari Shinde · 12 years ago
  5. 2c601c7 Merge branch 'master' of git://git.denx.de/u-boot into resolve by Minkyu Kang · 12 years ago
  6. bcfc897 at91sam9x5: enable USB support for 9x5ek board. by Richard Genoud · 12 years ago
  7. 7bae844 usb: r8a6659: Fix build by missing of parenthesis by Nobuhiro Iwamatsu · 12 years ago
  8. 9d03420 usb: r8a66597: Switched from variable to only macro by Nobuhiro Iwamatsu · 13 years ago
  9. c60795f usb: use linux/usb/ch9.h instead of usbdescriptors.h by Ilya Yanok · 12 years ago
  10. fa88ddb ehci-mxc: Fix host power mask bit for i.MX25 by Benoît Thébaudeau · 12 years ago
  11. ed0a6fc ehci-mxc: Fix host power mask bit for i.MX35 by Benoît Thébaudeau · 12 years ago
  12. f22e4fa ehci-mx5/6: Make board_ehci_hcd_init() optional by Benoît Thébaudeau · 12 years ago
  13. 71a5c55 ehci-mxc: Add support for i.MX35 by Benoît Thébaudeau · 12 years ago
  14. 34d33b6 ehci-mxc: Define host offsets by Benoît Thébaudeau · 12 years ago
  15. 9fa3d09 ehci-mxc: Make i.MX25 EHCI configurable by Benoît Thébaudeau · 12 years ago
  16. 31ac2d0 ehci-mxc: Make EHCI power/oc polarities configurable by Benoît Thébaudeau · 12 years ago
  17. 2cfe0b8 ehci-mx5: Add missing OC_DIS for i.MX53 by Benoît Thébaudeau · 12 years ago
  18. 661052f ehci-mx5: Fix *PM usage for i.MX53 by Benoît Thébaudeau · 12 years ago
  19. 394c00d ehci-mx5: Fix OPM usage by Benoît Thébaudeau · 12 years ago
  20. 7d42432 ehci-mx5: Fix OC_DIS usage by Benoît Thébaudeau · 12 years ago
  21. bdc5202 ehci-mx5: Clean up by Benoît Thébaudeau · 12 years ago
  22. 164738e ehci-mxc: Clean up by Benoît Thébaudeau · 12 years ago
  23. 047cea3 powerpc/usb: fix bug of CPU hang when missing USB PHY clock by Shengzhou Liu · 12 years ago
  24. fb24ffc dm: Move s3c24xx USB driver to a proper place by Marek Vasut · 12 years ago
  25. 414e166 mx51: Fix USB PHY clocks by Benoît Thébaudeau · 12 years ago
  26. 7a46b2c usb: ehci: don't print debug output by Lucas Stach · 12 years ago
  27. a896211 tegra20: port to new ehci interface by Lucas Stach · 12 years ago
  28. 676ae06 usb: ehci: rework to take advantage of new lowlevel interface by Lucas Stach · 12 years ago
  29. c7e3b2b usb: lowlevel interface change to support multiple controllers by Lucas Stach · 12 years ago
  30. 93ad908 usb: do explicit unaligned accesses by Lucas Stach · 12 years ago
  31. 7cdcaef Merge branch 'master' of git://git.denx.de/u-boot-usb by Wolfgang Denk · 12 years ago
  32. f1273f1 USB: Fix strict aliasing in ohci-hcd by Troy Kisky · 12 years ago
  33. db19134 ehci: Optimize qTD allocations by Benoît Thébaudeau · 12 years ago
  34. 5cec214 ehci-hcd: Boost transfer speed by Benoît Thébaudeau · 12 years ago
  35. 14eb79b ehci: cosmetic: Define used constants by Benoît Thébaudeau · 12 years ago
  36. 44ae0be ehci: Fail for multi-transaction interrupt transfers by Benoît Thébaudeau · 12 years ago
  37. cdeb916 ehci: cosmetic: Define the number of qt_buffers by Benoît Thébaudeau · 12 years ago
  38. af963ba mxs: rename regs-clkctrl.h to regs-clkctrl-mx28.h by Otavio Salvador · 12 years ago
  39. 25f8bf6 da8xx/hawkboard: Add support for ohci host controller by Sughosh Ganu · 12 years ago
  40. 9c47114 mxs: prefix register structs with 'mxs' prefix by Otavio Salvador · 12 years ago
  41. ddcf13b mxs: prefix register acessor macros with 'mxs' prefix by Otavio Salvador · 12 years ago
  42. af2a35f i.mx: iomux-v3.h: move to imx-common include directory by Troy Kisky · 12 years ago
  43. 2af16f8 ehci-hcd: change debug() to printf() in case of errors by Ilya Yanok · 12 years ago
  44. 189a695 ehci-hcd: fix external buffer cache handling by Ilya Yanok · 12 years ago
  45. 71c5de4 ehci-hcd.c, musb_core, usb.h: Add USB_DMA_MINALIGN define for cache alignment by Tom Rini · 12 years ago
  46. c7701af ehci-hcd: program asynclistaddr before every transfer by Ilya Yanok · 12 years ago
  47. eec3866 ehci-omap: Do not call dcache_off from omap_ehci_hcd_init by Tom Rini · 12 years ago
  48. 895f3e0 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 12 years ago
  49. 8b3f7bf tegra: usb: Fix device enumeration problem of USB1 by Jim Lin · 12 years ago
  50. c48ac11 EXYNOS: Add power Enable/Disable for USB-EHCI by Rajeshwari Shinde · 12 years ago
  51. 71045da USB: EXYNOS: Set USB 2.0 HOST Link mode by Rajeshwari Shinde · 12 years ago
  52. 7590d3c USB: EXYNOS: Incorporate EHCI review comments by Rajeshwari Shinde · 12 years ago
  53. 81f4034 ehci-atmel: fix compiler warning by Andreas Bießmann · 12 years ago
  54. cc30b78 Atmel : usb : add EHCI driver for Atmel SoC by Bo Shen · 12 years ago
  55. 2ab5be7 Merge branch 'master' of git://git.denx.de/u-boot-usb by Wolfgang Denk · 12 years ago
  56. 5f0ffea USB: S5P: Add ehci support by Rajeshwari Shinde · 12 years ago
  57. 41b1f0a USB: Document the QH and qTD antics in EHCI-HCD by Marek Vasut · 12 years ago
  58. b8adb12 USB: Drop cache flush bloat in EHCI-HCD by Marek Vasut · 12 years ago
  59. de98e8b USB: Drop ehci_alloc/ehci_free in ehci-hcd by Marek Vasut · 12 years ago
  60. 5614553 imx: usb: There is no such register by Timo Ketola · 12 years ago
  61. 45b460d i.MX25: usb: Set PORTSCx register by Timo Ketola · 12 years ago
  62. 3f29d96 USB: ehci-mx6: Fix broken IO access by Wolfgang Grandegger · 12 years ago
  63. 90579fd ehci-omap: fix for enabling the correct usb port by Jeroen Hofstee · 12 years ago
  64. f5cdc11 Prepare v2012.04-rc2; minor Coding Style cleanup by Wolfgang Denk · 12 years ago
  65. 87f938c tegra: usb: Add support for Tegra USB peripheral by Simon Glass · 13 years ago
  66. 9ab4ce2 usb: Add support for txfifo threshold by Simon Glass · 13 years ago
  67. 522b2a0 USB: ehci-mx6: Add proper IO accessors by Fabio Estevam · 13 years ago
  68. b228e14 Renamed mx28_register to mx28_register_32 to prepare for mx28_register_8 by Robert Delien · 13 years ago
  69. 3f46752 usb/ehci: Add USB support for the MX6Q by Wolfgang Grandegger · 13 years ago
  70. 54cb004 USB: Armada100: EHCI Driver for Armada100 SOCs by Ajay Bhargav · 13 years ago
  71. 732c7c2 USB: Armada100: Add UTMI PHY interface driver by Ajay Bhargav · 13 years ago
  72. 5b84dd6 usb: replace wait_ms() with mdelay() by Mike Frysinger · 13 years ago
  73. f9636e8 USB: move keyboard polling into kbd driver by amartin@nvidia.com · 13 years ago
  74. 43b6239 ehci-omap: Clean up added ehci-omap.c by Govindraj.R · 13 years ago
  75. 29321c0 ehci-omap: driver for EHCI host on OMAP3 by Ilya Yanok · 13 years ago
  76. 805ad7e orion5x: add USB host ehci-marvell support by Albert ARIBAUD · 13 years ago
  77. 74d3442 Remove kirkwood-specifics from marvell EHCI driver by Albert ARIBAUD · 13 years ago
  78. a14bd41 Rename ehci-kirkwood as ehci-marvell by Albert ARIBAUD · 13 years ago
  79. 6b62b9a Coding Style cleanup by Wolfgang Denk · 13 years ago
  80. 3874b6d USB: EHCI: Allow EHCI post-powerup configuration in board files by Marek Vasut · 13 years ago
  81. 1b80f27 USB: MX5: Add MX5 usb post-init callback by Marek Vasut · 13 years ago
  82. 0f8c86b USB: MX5: Abstract out mx51 USB pixmux configuration by Marek Vasut · 13 years ago
  83. 1ca5620 USB: MX5: add generic USB EHCI support for mx51 and mx53 by Wolfgang Grandegger · 13 years ago
  84. 5f4b4f2 ehci: speed up initialization by Vincent Palatin · 13 years ago
  85. 7555d5e USB: Add usb_event_poll() to get keyboards working with EHCI by Marek Vasut · 13 years ago
  86. 5f6aa03 USB: Fix complaints about strict aliasing in OHCI-HCD by Marek Vasut · 13 years ago
  87. f55feaf drivers/usb/host/ehci-mxc.c: Fix GCC 4.6 warning by Anatolij Gustschin · 13 years ago
  88. b0b20d4 drivers/usb/host/sl811-hcd.c: Fix GCC 4.6 build warning by Wolfgang Denk · 13 years ago
  89. 0c2dd9a Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 13 years ago
  90. dd22f7c drivers/usb/host/ehci-fsl.c: Fix GCC 4.6 build warning by Kumar Gala · 13 years ago
  91. dbb8f27 iMX28: Add USB HOST driver by Marek Vasut · 13 years ago
  92. 8d5d151 ehci-mxc: remove incorrect comment by Wolfgang Grandegger · 13 years ago
  93. a7efd71 ARM: kirkwood: reduce dependence of including platform file by Lei Wen · 13 years ago
  94. c4c9fbe consolidate mdelay by providing a common function for all users by Anatolij Gustschin · 13 years ago
  95. 6bc52ef drivers/usb/host/ohci-hcd.c: fix warning: variable ... set but not used by Wolfgang Denk · 13 years ago
  96. 1b719e6 powerpc/85xx: Add ULPI and UTMI USB Phy support for P1010/P1014 by Ramneek Mehresh · 14 years ago
  97. 3ecfa95 ehci-hcd: Allow cleanups to happen gracefully on a timeout. by Joel Fernandes · 13 years ago
  98. 69716c1 USB: Remove __attribute__ ((packed)) for struct ehci_hccr and ehci_hcor by Jason Kridner · 13 years ago
  99. 0b09f54 usb: r8a66597: Fix argument mistake of inl by Nobuhiro Iwamatsu · 13 years ago
  100. dddb7c9 imx: Add support for USB EHCI on imx25 by Matthias Weisser · 13 years ago