1. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  2. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  3. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 4 years, 11 months ago
  4. 3437121 usb: Add nonblock argument to submit_int_msg by Michal Suchanek · 5 years ago
  5. f9c7fec usb, ohci: add warning if none on pci found by Heiko Schocher · 5 years ago
  6. dc4e48d usb, ohci-hcd: set OHCI_USE_NPS if DM_PCI by Heiko Schocher · 5 years ago
  7. b005d7d usb, ohci-hdc: fix warning 'ohci_pci_ids' defined but not used by Heiko Schocher · 5 years ago
  8. e0b0af6 usb: ohci: Re-enable commented out delay by Adam Ford · 5 years ago
  9. fd09c20 usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ by Sven Schwermer · 6 years ago
  10. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  11. 98f705c powerpc: remove 4xx support by Heiko Schocher · 7 years ago
  12. 064b55c powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x by Heiko Schocher · 7 years ago
  13. 5a8ba31 samsung: Drop more references fo s3c24x0 by Simon Glass · 7 years ago
  14. 3450a85 Fix spelling of "resetting". by Vagrant Cascadian · 8 years ago
  15. 57faca1 drivers: USB: OHCI: allow compilation for 64-bit targets by Andre Przywara · 8 years ago
  16. b748b24 ohci: Add missing cache-flush for hcca area by Hans de Goede · 9 years ago
  17. cf92e05 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  18. e0266f4 usb: ohci: enable cache support by Wu, Josh · 9 years ago
  19. bf49571 usb: ohci: Add support for interrupt queues by Hans de Goede · 9 years ago
  20. d563e62 usb: ohci: Add an ohci_alloc_urb() function by Hans de Goede · 9 years ago
  21. 44dbc33 usb: ohci: Do not reuse ed for interrupt endpoints of different devices by Hans de Goede · 9 years ago
  22. 58b4048 usb: ohci: Add dm support by Hans de Goede · 9 years ago
  23. 8f761f0 usb: ohci: Skip unnecessary mdelay(1) calls in various places by Hans de Goede · 9 years ago
  24. 969bb5b usb: ohci: Remove unnecessary delays from hc_start and power power-on paths by Hans de Goede · 9 years ago
  25. 47976d2 usb: ohci: Do not resubmit and leak urbs for interrupt packets by Hans de Goede · 9 years ago
  26. fa5b9ba usb: ohci: Don't log an error on interrupt packet timeout by Hans de Goede · 9 years ago
  27. 8d005ef usb: ohci: Add proper cache flushing / invalidating for non cache coherent cpus by Hans de Goede · 9 years ago
  28. cae01cb usb: ohci: Fix ctrl in messages with a data-len of 0 by Hans de Goede · 9 years ago
  29. 6651c14 usb: ohci: Move static func and var declarations from ohci.h to ohci-hcd.c by Hans de Goede · 9 years ago
  30. 26548bb usb: ohci: Remove unnecessary phcca variable by Hans de Goede · 9 years ago
  31. 3c5497d usb: ohci: Move the td array struct to inside the ohci_dev struct by Hans de Goede · 9 years ago
  32. 19d95d5 usb: ohci: Move the ohci_dev struct to inside the main ohci struct by Hans de Goede · 9 years ago
  33. c5613df usb: ohci: Pass around a pointer to ohci_t rather then accessing global vars by Hans de Goede · 9 years ago
  34. 69710ce usb: ohci: Remove unused devgone global variable by Hans de Goede · 9 years ago
  35. cba1da4 include: move various macros to include/linux/kernel.h by Masahiro Yamada · 10 years ago
  36. f216844 ARM: remove CONFIG_ARM920T defines by Masahiro Yamada · 10 years ago
  37. eb838e7 usb: create common header virtual root hub descriptors by Stephen Warren · 11 years ago
  38. 522c956 usb: ohci-hcd: submit_common_msg: report actual_length properly by Mateusz Kulikowski · 11 years ago
  39. 06d513e usb: add enum usb_init_type parameter to usb_lowlevel_init by Troy Kisky · 11 years ago
  40. 16297cf usb: new board-specific USB init interface by Mateusz Zalega · 11 years ago
  41. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  42. e532322 arm: Remove support for unused s3c64xx by Benoît Thébaudeau · 11 years ago
  43. c60795f usb: use linux/usb/ch9.h instead of usbdescriptors.h by Ilya Yanok · 12 years ago
  44. c7e3b2b usb: lowlevel interface change to support multiple controllers by Lucas Stach · 12 years ago
  45. f1273f1 USB: Fix strict aliasing in ohci-hcd by Troy Kisky · 12 years ago
  46. 5b84dd6 usb: replace wait_ms() with mdelay() by Mike Frysinger · 13 years ago
  47. f9636e8 USB: move keyboard polling into kbd driver by amartin@nvidia.com · 13 years ago
  48. 5f6aa03 USB: Fix complaints about strict aliasing in OHCI-HCD by Marek Vasut · 13 years ago
  49. c4c9fbe consolidate mdelay by providing a common function for all users by Anatolij Gustschin · 13 years ago
  50. 6bc52ef drivers/usb/host/ohci-hcd.c: fix warning: variable ... set but not used by Wolfgang Denk · 13 years ago
  51. 96820a3 Fix EHCI usb submit timeout and unify with OHCI by Simon Glass · 14 years ago
  52. f2443d1 USB: Make non-bulk delay longer in OHCI by Marek Vasut · 14 years ago
  53. a5496a1 drivers/usb/host/ohci-hcd: rename readl/writel to ohci_readl/ohci_writel by Becky Bruce · 14 years ago
  54. ac67804 Add a unified s3c24x0 header file by kevin.morfitt@fearnside-systems.co.uk · 15 years ago
  55. 792a09e Fix e-mail address of Gary Jennejohn. by Detlev Zundel · 15 years ago
  56. 2731b9a drivers/usb: regorganisation by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago[Renamed (99%) from drivers/usb/usb_ohci.c]
  57. ae0b05d Fix whitespace damage: double space changed to a tab by Jerry Van Baren · 16 years ago
  58. d10c5a8 drivers/usb: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  59. 50bd005 Merge git://git.denx.de/u-boot into x1 by Markus Klotzbuecher · 16 years ago
  60. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  61. 4886720 fix USB initialisation procedure by Remy Bohmer · 16 years ago
  62. 6f5794a Refactoring parts of the common USB OHCI code by Remy Bohmer · 16 years ago
  63. eba1f2f Make usb-stop() safe to call multiple times in a row. by Remy Bohmer · 16 years ago
  64. e90fb6a USB EHCI: reset root hub by Yuri Tikhonov · 16 years ago
  65. 8262813 USB: Add support for OHCI controller on S3C6400 by Guennadi Liakhovetski · 16 years ago
  66. fb63939 Fix endianess conversion in usb_ohci.c by Christian Eggers · 16 years ago
  67. 477434c USB: add support for multiple PCI OHCI controllers by Sergei Poselenov · 16 years ago
  68. 83fe323 USB: remove a cpu bug workaround for an unsupported architecture. by Markus Klotzbücher · 16 years ago
  69. f957576 USB: fix those pesky aliasing warnings issued by gcc-4.2 by Markus Klotzbücher · 16 years ago
  70. 6c0e9a8 Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c by Gururaja Hebbar K R · 17 years ago
  71. 2596f5b usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver by Stefan Roese · 17 years ago
  72. 3afac79 USB: Add Philips 1561 PCI-OHCI ids (needed for M5475EVB) by TsiChung Liew · 17 years ago
  73. e455866 drivers/usb : move usb drivers to drivers/usb by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago[Renamed from drivers/usb_ohci.c]
  74. e8da58f Fix build problems with mp2usb board by Wolfgang Denk · 17 years ago
  75. f930922 Merge with git://www.denx.de/git/u-boot.git by Markus Klotzbuecher · 17 years ago
  76. 97213f3 Description: Add NEC's PCI OHCI module ID to the USB OHCI driver by David Saada · 17 years ago
  77. 4a8527e MPC5xxx: fix some compiler warnings in USB code by Martin Krause · 17 years ago
  78. be5d72d Minor coding style cleanup. Update CHANGELOG. by Wolfgang Denk · 17 years ago
  79. 9b7464a USB: This patch fix readl in ohci swap reg access. by Jason Jin · 17 years ago
  80. fc43be4 USB/OHCI: endianness cleanup in the generic ohci driver by Markus Klotzbuecher · 17 years ago
  81. 4dae14c USB PCI-OHCI, interrupt pipe and usb event poll support by Zhang Wei · 17 years ago
  82. d98c088 USB: (Another) delay for crappy USB keys. by Rodolfo Giometti · 17 years ago
  83. ae79f60 USB: remove the S3C24X0_merge #define, which was introduced while by Markus Klotzbuecher · 18 years ago
  84. ae3b770 Fix some endianness issues related to the generic ohci driver by Markus Klotzbuecher · 18 years ago
  85. 7b59b3c Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be able by Markus Klotzbuecher · 18 years ago
  86. 53e336e Modified the mpc5xxx and the ppc4xx cpu to use the generic OHCI driver by Markus Klotzbuecher · 18 years ago
  87. ddf83a2 Support generic OHCI support for the s3c24x0 cpu. by Markus Klotzbuecher · 18 years ago
  88. 301f1aa Changed the mp2usb (at91rm9200) board to use the generic OHCI driver. Some by Markus Klotzbuecher · 18 years ago
  89. 24e3764 More cleanup for the delta board and the generic usb_ohci driver. Added by Markus Klotzbuecher · 18 years ago
  90. 3e326ec This patch adds USB storage support for the delta board. This is the first by Markus Klotzbuecher · 18 years ago