1. 6651c14 usb: ohci: Move static func and var declarations from ohci.h to ohci-hcd.c by Hans de Goede · 9 years ago
  2. 26548bb usb: ohci: Remove unnecessary phcca variable by Hans de Goede · 9 years ago
  3. 3c5497d usb: ohci: Move the td array struct to inside the ohci_dev struct by Hans de Goede · 9 years ago
  4. 19d95d5 usb: ohci: Move the ohci_dev struct to inside the main ohci struct by Hans de Goede · 9 years ago
  5. c5613df usb: ohci: Pass around a pointer to ohci_t rather then accessing global vars by Hans de Goede · 9 years ago
  6. 69710ce usb: ohci: Remove unused devgone global variable by Hans de Goede · 9 years ago
  7. cba1da4 include: move various macros to include/linux/kernel.h by Masahiro Yamada · 10 years ago
  8. f216844 ARM: remove CONFIG_ARM920T defines by Masahiro Yamada · 10 years ago
  9. eb838e7 usb: create common header virtual root hub descriptors by Stephen Warren · 11 years ago
  10. 522c956 usb: ohci-hcd: submit_common_msg: report actual_length properly by Mateusz Kulikowski · 11 years ago
  11. 06d513e usb: add enum usb_init_type parameter to usb_lowlevel_init by Troy Kisky · 11 years ago
  12. 16297cf usb: new board-specific USB init interface by Mateusz Zalega · 11 years ago
  13. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  14. e532322 arm: Remove support for unused s3c64xx by Benoît Thébaudeau · 11 years ago
  15. c60795f usb: use linux/usb/ch9.h instead of usbdescriptors.h by Ilya Yanok · 12 years ago
  16. c7e3b2b usb: lowlevel interface change to support multiple controllers by Lucas Stach · 12 years ago
  17. f1273f1 USB: Fix strict aliasing in ohci-hcd by Troy Kisky · 12 years ago
  18. 5b84dd6 usb: replace wait_ms() with mdelay() by Mike Frysinger · 13 years ago
  19. f9636e8 USB: move keyboard polling into kbd driver by amartin@nvidia.com · 13 years ago
  20. 5f6aa03 USB: Fix complaints about strict aliasing in OHCI-HCD by Marek Vasut · 13 years ago
  21. c4c9fbe consolidate mdelay by providing a common function for all users by Anatolij Gustschin · 13 years ago
  22. 6bc52ef drivers/usb/host/ohci-hcd.c: fix warning: variable ... set but not used by Wolfgang Denk · 13 years ago
  23. 96820a3 Fix EHCI usb submit timeout and unify with OHCI by Simon Glass · 14 years ago
  24. f2443d1 USB: Make non-bulk delay longer in OHCI by Marek Vasut · 14 years ago
  25. a5496a1 drivers/usb/host/ohci-hcd: rename readl/writel to ohci_readl/ohci_writel by Becky Bruce · 14 years ago
  26. ac67804 Add a unified s3c24x0 header file by kevin.morfitt@fearnside-systems.co.uk · 15 years ago
  27. 792a09e Fix e-mail address of Gary Jennejohn. by Detlev Zundel · 15 years ago
  28. 2731b9a drivers/usb: regorganisation by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago[Renamed (99%) from drivers/usb/usb_ohci.c]
  29. ae0b05d Fix whitespace damage: double space changed to a tab by Jerry Van Baren · 16 years ago
  30. d10c5a8 drivers/usb: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  31. 50bd005 Merge git://git.denx.de/u-boot into x1 by Markus Klotzbuecher · 16 years ago
  32. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  33. 4886720 fix USB initialisation procedure by Remy Bohmer · 16 years ago
  34. 6f5794a Refactoring parts of the common USB OHCI code by Remy Bohmer · 16 years ago
  35. eba1f2f Make usb-stop() safe to call multiple times in a row. by Remy Bohmer · 16 years ago
  36. e90fb6a USB EHCI: reset root hub by Yuri Tikhonov · 16 years ago
  37. 8262813 USB: Add support for OHCI controller on S3C6400 by Guennadi Liakhovetski · 16 years ago
  38. fb63939 Fix endianess conversion in usb_ohci.c by Christian Eggers · 16 years ago
  39. 477434c USB: add support for multiple PCI OHCI controllers by Sergei Poselenov · 16 years ago
  40. 83fe323 USB: remove a cpu bug workaround for an unsupported architecture. by Markus Klotzbücher · 16 years ago
  41. f957576 USB: fix those pesky aliasing warnings issued by gcc-4.2 by Markus Klotzbücher · 16 years ago
  42. 6c0e9a8 Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c by Gururaja Hebbar K R · 17 years ago
  43. 2596f5b usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver by Stefan Roese · 17 years ago
  44. 3afac79 USB: Add Philips 1561 PCI-OHCI ids (needed for M5475EVB) by TsiChung Liew · 17 years ago
  45. e455866 drivers/usb : move usb drivers to drivers/usb by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago[Renamed from drivers/usb_ohci.c]
  46. e8da58f Fix build problems with mp2usb board by Wolfgang Denk · 17 years ago
  47. f930922 Merge with git://www.denx.de/git/u-boot.git by Markus Klotzbuecher · 17 years ago
  48. 97213f3 Description: Add NEC's PCI OHCI module ID to the USB OHCI driver by David Saada · 17 years ago
  49. 4a8527e MPC5xxx: fix some compiler warnings in USB code by Martin Krause · 17 years ago
  50. be5d72d Minor coding style cleanup. Update CHANGELOG. by Wolfgang Denk · 17 years ago
  51. 9b7464a USB: This patch fix readl in ohci swap reg access. by Jason Jin · 17 years ago
  52. fc43be4 USB/OHCI: endianness cleanup in the generic ohci driver by Markus Klotzbuecher · 17 years ago
  53. 4dae14c USB PCI-OHCI, interrupt pipe and usb event poll support by Zhang Wei · 17 years ago
  54. d98c088 USB: (Another) delay for crappy USB keys. by Rodolfo Giometti · 17 years ago
  55. ae79f60 USB: remove the S3C24X0_merge #define, which was introduced while by Markus Klotzbuecher · 18 years ago
  56. ae3b770 Fix some endianness issues related to the generic ohci driver by Markus Klotzbuecher · 18 years ago
  57. 7b59b3c Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be able by Markus Klotzbuecher · 18 years ago
  58. 53e336e Modified the mpc5xxx and the ppc4xx cpu to use the generic OHCI driver by Markus Klotzbuecher · 18 years ago
  59. ddf83a2 Support generic OHCI support for the s3c24x0 cpu. by Markus Klotzbuecher · 18 years ago
  60. 301f1aa Changed the mp2usb (at91rm9200) board to use the generic OHCI driver. Some by Markus Klotzbuecher · 18 years ago
  61. 24e3764 More cleanup for the delta board and the generic usb_ohci driver. Added by Markus Klotzbuecher · 18 years ago
  62. 3e326ec This patch adds USB storage support for the delta board. This is the first by Markus Klotzbuecher · 18 years ago