1. bd42662 include: move various macros to include/linux/kernel.h by Masahiro Yamada · Fri Nov 07 03:03:28 2014 +0900
  2. 7a5b292 ARM: remove CONFIG_ARM920T defines by Masahiro Yamada · Thu Nov 06 14:59:35 2014 +0900
  3. 39c8968 usb: create common header virtual root hub descriptors by Stephen Warren · Thu Feb 13 21:15:18 2014 -0700
  4. 10b479d usb: ohci-hcd: submit_common_msg: report actual_length properly by Mateusz Kulikowski · Wed Oct 23 20:26:27 2013 +0200
  5. 8f9c49d usb: add enum usb_init_type parameter to usb_lowlevel_init by Troy Kisky · Thu Oct 10 15:27:56 2013 -0700
  6. d862f89 usb: new board-specific USB init interface by Mateusz Zalega · Fri Oct 04 19:22:26 2013 +0200
  7. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  8. c154ecc arm: Remove support for unused s3c64xx by Benoît Thébaudeau · Thu Apr 11 09:36:00 2013 +0000
  9. a1cf10f usb: use linux/usb/ch9.h instead of usbdescriptors.h by Ilya Yanok · Tue Nov 06 13:48:20 2012 +0000
  10. a323128 usb: lowlevel interface change to support multiple controllers by Lucas Stach · Wed Sep 26 00:14:34 2012 +0200
  11. 62c1c7c USB: Fix strict aliasing in ohci-hcd by Troy Kisky · Sat Aug 11 14:49:09 2012 -0700
  12. 60ce19a usb: replace wait_ms() with mdelay() by Mike Frysinger · Mon Mar 05 13:47:00 2012 +0000
  13. 185da95 USB: move keyboard polling into kbd driver by amartin@nvidia.com · Tue Dec 20 14:56:16 2011 +0000
  14. fc5cf88 USB: Fix complaints about strict aliasing in OHCI-HCD by Marek Vasut · Fri Oct 07 02:00:13 2011 +0200
  15. 589c2ff consolidate mdelay by providing a common function for all users by Anatolij Gustschin · Wed Oct 12 02:31:39 2011 +0000
  16. 0ef5f62 drivers/usb/host/ohci-hcd.c: fix warning: variable ... set but not used by Wolfgang Denk · Wed Oct 05 23:03:43 2011 +0200
  17. fd7f513 Fix EHCI usb submit timeout and unify with OHCI by Simon Glass · Mon Feb 07 14:42:16 2011 -0800
  18. 9d78675 USB: Make non-bulk delay longer in OHCI by Marek Vasut · Mon Sep 20 03:57:25 2010 +0200
  19. 4abaacb drivers/usb/host/ohci-hcd: rename readl/writel to ohci_readl/ohci_writel by Becky Bruce · Wed Jun 30 13:05:44 2010 -0500
  20. e0d8131 Add a unified s3c24x0 header file by kevin.morfitt@fearnside-systems.co.uk · Tue Nov 17 18:30:34 2009 +0900
  21. f1b3f2b Fix e-mail address of Gary Jennejohn. by Detlev Zundel · Wed May 13 10:54:10 2009 +0200
  22. 8f6bcf4 drivers/usb: regorganisation by Jean-Christophe PLAGNIOL-VILLARD · Fri Apr 03 12:46:58 2009 +0200[Renamed (99%) from drivers/usb/usb_ohci.c]
  23. 5afb2fe Fix whitespace damage: double space changed to a tab by Jerry Van Baren · Thu Feb 05 22:18:02 2009 -0500
  24. 5a96f92 drivers/usb: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · Fri Nov 07 22:46:21 2008 +0100
  25. 35610c6b Merge git://git.denx.de/u-boot into x1 by Markus Klotzbuecher · Tue Oct 21 09:18:01 2008 +0200
  26. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  27. 47e7208 fix USB initialisation procedure by Remy Bohmer · Fri Oct 10 10:23:21 2008 +0200
  28. 172a113 Refactoring parts of the common USB OHCI code by Remy Bohmer · Tue Sep 16 14:55:43 2008 +0200
  29. 743dd49 Make usb-stop() safe to call multiple times in a row. by Remy Bohmer · Wed Aug 20 11:22:02 2008 +0200
  30. 11af42c USB EHCI: reset root hub by Yuri Tikhonov · Thu Sep 04 11:19:05 2008 +0200
  31. e726e7a USB: Add support for OHCI controller on S3C6400 by Guennadi Liakhovetski · Sun Aug 31 00:39:46 2008 +0200
  32. 59dada1 Fix endianess conversion in usb_ohci.c by Christian Eggers · Wed May 21 21:29:10 2008 +0200
  33. 0b4570f USB: add support for multiple PCI OHCI controllers by Sergei Poselenov · Thu May 22 01:15:53 2008 +0200
  34. beffafe USB: remove a cpu bug workaround for an unsupported architecture. by Markus Klotzbücher · Wed Apr 23 10:57:33 2008 +0200
  35. a84dfb3 USB: fix those pesky aliasing warnings issued by gcc-4.2 by Markus Klotzbücher · Wed Apr 23 10:53:23 2008 +0200
  36. 28ca5a5 Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c by Gururaja Hebbar K R · Wed Apr 02 11:04:43 2008 +0530
  37. 41e74eb usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver by Stefan Roese · Wed Mar 05 12:29:32 2008 +0100
  38. 923f43a USB: Add Philips 1561 PCI-OHCI ids (needed for M5475EVB) by TsiChung Liew · Fri Jan 11 20:42:58 2008 -0600
  39. 780133c drivers/usb : move usb drivers to drivers/usb by Jean-Christophe PLAGNIOL-VILLARD · Sat Nov 24 19:40:11 2007 +0100[Renamed from drivers/usb_ohci.c]
  40. dcac38b Fix build problems with mp2usb board by Wolfgang Denk · Mon Nov 19 12:59:14 2007 +0100
  41. c7157e9 Merge with git://www.denx.de/git/u-boot.git by Markus Klotzbuecher · Mon Sep 17 17:12:45 2007 +0200
  42. e3b2842 Description: Add NEC's PCI OHCI module ID to the USB OHCI driver by David Saada · Mon Sep 17 17:04:47 2007 +0200
  43. 8a58819 MPC5xxx: fix some compiler warnings in USB code by Martin Krause · Tue Aug 21 12:40:34 2007 +0200
  44. 3688293 Minor coding style cleanup. Update CHANGELOG. by Wolfgang Denk · Mon Aug 13 21:57:53 2007 +0200
  45. 3c701fb USB: This patch fix readl in ohci swap reg access. by Jason Jin · Mon Jun 11 15:14:24 2007 +0200
  46. 18f5ccb USB/OHCI: endianness cleanup in the generic ohci driver by Markus Klotzbuecher · Wed Jun 06 11:49:35 2007 +0200
  47. 8d15efa USB PCI-OHCI, interrupt pipe and usb event poll support by Zhang Wei · Wed Jun 06 10:08:14 2007 +0200
  48. d596040 USB: (Another) delay for crappy USB keys. by Rodolfo Giometti · Mon Apr 23 13:10:52 2007 +0200
  49. e3af6d5 USB: remove the S3C24X0_merge #define, which was introduced while by Markus Klotzbuecher · Mon Mar 26 11:21:05 2007 +0200
  50. d209de6 Fix some endianness issues related to the generic ohci driver by Markus Klotzbuecher · Mon Nov 27 11:46:46 2006 +0100
  51. 43c8b31 Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be able by Markus Klotzbuecher · Mon Nov 27 11:44:58 2006 +0100
  52. 661ffe5 Modified the mpc5xxx and the ppc4xx cpu to use the generic OHCI driver by Markus Klotzbuecher · Mon Nov 27 11:43:09 2006 +0100
  53. aa21921 Support generic OHCI support for the s3c24x0 cpu. by Markus Klotzbuecher · Tue May 30 16:56:14 2006 +0200
  54. d0a3878 Changed the mp2usb (at91rm9200) board to use the generic OHCI driver. Some by Markus Klotzbuecher · Tue May 23 13:38:35 2006 +0200
  55. 9809551 More cleanup for the delta board and the generic usb_ohci driver. Added by Markus Klotzbuecher · Tue May 23 10:33:11 2006 +0200
  56. d8d023f This patch adds USB storage support for the delta board. This is the first by Markus Klotzbuecher · Mon May 22 16:33:54 2006 +0200