1. 6cc2af6 usb: musb: Make busctl_offset an io-op rather then a define by Hans de Goede · 10 years ago
  2. 0cb74b3 usb: musb: Make musb_write_rxfun* and musb_write_rxhub* work like their tx versions by Hans de Goede · 10 years ago
  3. 591fa9d usb: musb: Add pre and post root port reset end callbacks by Hans de Goede · 10 years ago
  4. 7f6283e usb: musb: Set up function pointers for DMA by Tony Lindgren · 10 years ago
  5. 83b8f5b usb: musb: core: drop recover_work by Felipe Balbi · 10 years ago
  6. b28a643 usb: musb: rename ->reset() to ->recover() by Felipe Balbi · 10 years ago
  7. ebf3992 usb: musb: Use IS_ENABLED for tusb6010 by Tony Lindgren · 10 years ago
  8. d026e9c usb: musb: Change end point selection to use new IO access by Tony Lindgren · 10 years ago
  9. 5450ac8 usb: musb: Add function pointers for IO access functions by Tony Lindgren · 10 years ago
  10. baadd52 usb: musb: try a race-free wakeup by Sebastian Andrzej Siewior · 10 years ago
  11. d871c62 usb: musb: core: Convert the musb_platform_reset to have a return value. by George Cherian · 11 years ago
  12. 675ae76 usb: musb: core: Convert babble recover work to delayed work by George Cherian · 11 years ago
  13. 8c240dc usb: musb: tusb6010: Add tusb_revision to struct musb to store the revision. by Matwey V. Kornilov · 11 years ago
  14. ca88fc2 usb: musb: add a work_struct to recover from babble errors by Daniel Mack · 11 years ago
  15. 1e42d20 usb: musb: add reset hook to platform ops by Daniel Mack · 11 years ago
  16. 8ed1fb7 usb: musb: finish suspend/reset work independently from musb_hub_control() by Daniel Mack · 11 years ago
  17. 5584cfb Merge 3.12-rc6 into usb-next. by Greg Kroah-Hartman · 11 years ago
  18. 001dd84 usb: musb: start musb on the udc side, too by Sebastian Andrzej Siewior · 11 years ago
  19. 3e3101d usb: musb: omap2430: use the new generic PHY framework by Kishon Vijay Abraham I · 11 years ago
  20. 24dc353 usb: musb: get rid of unused proc_dir_entry by Greg Kroah-Hartman · 12 years ago
  21. 9ad96e6 usb: musb: re-introduce musb->port_mode by Daniel Mack · 12 years ago
  22. 74c2e93 usb: musb: factor out hcd initalization by Daniel Mack · 12 years ago
  23. 69ae2a7 usb: musb: move musb_start to musb_virthub.c by Daniel Mack · 12 years ago
  24. c2a2759 usb: musb: move function declarations to musb_{host,gadget}.h by Daniel Mack · 12 years ago
  25. 6d349671 usb: musb: remove 'ignore_disconnect' flag by Felipe Balbi · 12 years ago
  26. 2f77116 usb: musb: remove hand-crafted id handling by Sebastian Andrzej Siewior · 12 years ago
  27. b18d26f usb: musb: Perform only write access on MUSB_INTRTXE by Sebastian Andrzej Siewior · 12 years ago
  28. af5ec14 usb: musb: Perform only write access on MUSB_INTRRXE by Sebastian Andrzej Siewior · 12 years ago
  29. 8d2421e usb: musb: kill global and static for multi instance by Ajay Kumar Gupta · 13 years ago
  30. 65b3d52 usb: musb: add musb_ida for multi instance support by B, Ravi · 13 years ago
  31. a04d46d usb: musb: drop is_host_capable() and is_peripheral_capable() by Felipe Balbi · 13 years ago
  32. 032ec49 usb: musb: drop useless board_mode usage by Felipe Balbi · 13 years ago
  33. a156544 usb: musb: fix sparse warnings by Felipe Balbi · 13 years ago
  34. 08aff53 usb/musb: remove conditional compilation of clk code by Viresh Kumar · 13 years ago
  35. 1e5acb8 usb: musb: move work_struct(otg_notifier_work) from core to omap glue by Kishon Vijay Abraham I · 13 years ago
  36. fc87e08 usb: musb: drop __deprecated flag by Felipe Balbi · 13 years ago
  37. 8675381 usb: otg: Rename otg_transceiver to usb_phy by Heikki Krogerus · 13 years ago
  38. 712d8ef usb: musb: fix pm_runtime calls while atomic by Vikram Pandita · 14 years ago
  39. 7d5b49a usb: musb: headers cleanup by Felipe Balbi · 13 years ago
  40. e25bec1 usb: musb: omap2+: save and restore OTG_INTERFSEL by Hema HK · 13 years ago
  41. 240a16e usb: musb: tusb6010: fix compilation by Felipe Balbi · 14 years ago
  42. 6228596 usb: musb: drop a gigantic amount of ifdeferry by Felipe Balbi · 14 years ago
  43. 9ea3533 usb: musb: update musb_platform_ops docs to match code by Mike Frysinger · 14 years ago
  44. 1325430 USB: musb: blackfin: work around anomaly 05000450 by Mike Frysinger · 14 years ago
  45. 0df0914 Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 by Linus Torvalds · 14 years ago
  46. 971f115 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
  47. 12d7d4e Merge branch 'devel-cleanup' into omap-for-linus by Tony Lindgren · 14 years ago
  48. da68cce usb: musb: Remove platform context save/restore API by Hema HK · 14 years ago
  49. 207b0e1 usb: musb: Using runtime pm APIs for musb. by Hema HK · 14 years ago
  50. ad1adb8 usb: musb: gadget: do not poke with gadget's list_head by Felipe Balbi · 14 years ago
  51. 5990378 usb: musb: fix build breakage by Felipe Balbi · 14 years ago
  52. 9238b6d Merge branches 'devel-cleanup', 'devel-board', 'devel-early-init' and 'devel-ti816x' into omap-for-linus by Tony Lindgren · 14 years ago
  53. 0662481 usb: musb: disable double buffering when it's broken by Felipe Balbi · 14 years ago
  54. 59b479e omap: Start using CONFIG_SOC_OMAP by Tony Lindgren · 14 years ago
  55. 594632e usb: musb: Adding musb support for OMAP4430 by Hema HK · 14 years ago
  56. 92b48df usb: musb: drop board_set_vbus by Felipe Balbi · 14 years ago
  57. 7841737 usb: musb: drop musb_platform_suspend/resume by Felipe Balbi · 14 years ago
  58. 4963514 usb: musb: drop musb_platform_save/restore_context by Felipe Balbi · 14 years ago
  59. fa56df9 usb: musb: drop the set_clock magic by Felipe Balbi · 14 years ago
  60. 0349176 usb: musb: move clock handling to glue layer by Felipe Balbi · 14 years ago
  61. f7ec943 usb: musb: pass platform_ops via platform_data by Felipe Balbi · 14 years ago
  62. 7c92554 usb: musb: add Kconfig options for each glue layer by Felipe Balbi · 14 years ago
  63. 7421107 usb: musb: hold context on musb structure by Felipe Balbi · 14 years ago
  64. 743411b usb: musb: make all glue layer export struct musb_platform_ops by Felipe Balbi · 14 years ago
  65. 3ca8abb usb: musb: introduce struct musb_platform_ops by Felipe Balbi · 14 years ago
  66. ea65df5 usb: musb: remove board_data parameter from musb_platform_init() by Hema Kalliguddi · 14 years ago
  67. eb83092 USB: musb: add musb support for AM35x by Ajay Kumar Gupta · 14 years ago
  68. 3ee076d usb: musb: introduce DA8xx/OMAP-L1x glue layer by Sergei Shtylyov · 14 years ago
  69. 9297688 USB: MUSB: make non-OMAP platforms build with CONFIG_PM=y by Sergei Shtylyov · 15 years ago
  70. fb9c58e USB: MUSB: Add OMAP4 support in MUSB driver by Maulik Mankad · 15 years ago
  71. de2e1b0 usb: musb: Set transceiver interface type by Maulik Mankad · 15 years ago
  72. 27729aa USB: make hcd.h public (drivers dependency) by Eric Lescouet · 15 years ago
  73. 5e0e61a musb: save and restore missing bus control register by Ajay Kumar Gupta · 15 years ago
  74. 9957dd9 usb: musb: Fix compile error for omaps for musb_hdrc by Tony Lindgren · 15 years ago
  75. 7f5b09c Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 15 years ago
  76. 0ded2f1 USB: musb: set version of Blackfin version by Cliff Cai · 15 years ago
  77. 8573e6a USB: musb: get rid of omap_readl/writel by Felipe Balbi · 15 years ago
  78. 4f712e0 usb: musb: Add context save and restore support by Ajay Kumar Gupta · 15 years ago
  79. 51bf0d0 usb: musb: save dynfifo in musb struct by Ajay Kumar Gupta · 15 years ago
  80. 7ed069c USB: musb: remove some of the never defined defines by Felipe Balbi · 15 years ago
  81. a8eb7ca omap3: Replace ARCH_OMAP34XX with ARCH_OMAP3 by Tony Lindgren · 15 years ago
  82. 32c3b94 USB: MUSB: save hardware revision at init by Anand Gadiyar · 15 years ago
  83. b20cf90 USB: musb: make HAVE_CLK support optional by Mike Frysinger · 15 years ago
  84. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 16 years ago
  85. a483d70 musb: add high bandwidth ISO support by Ajay Kumar Gupta · 16 years ago
  86. f7f9d63 musb: otg timer cleanup by David Brownell · 16 years ago
  87. 84e250f musb: proper hookup to transceiver drivers by David Brownell · 16 years ago
  88. a5073b5 musb_gadget: fix unhandled endpoint 0 IRQs by Sergei Shtylyov · 16 years ago
  89. 3223371 USB: musb: fix init oops crash with static FIFO config by Giuseppe GORGOGLIONE · 16 years ago
  90. 5d67a85 USB: musb: rewrite host periodic endpoint allocation by Sergei Shtylyov · 16 years ago
  91. c6cf8b0 USB: musb: add Blackfin specific configuration to MUSB by Bryan Wu · 16 years ago
  92. c48a515 USB: musb: check if set_irq_wake succeded and remember it by Felipe Balbi · 16 years ago
  93. 96a274d USB: musb: sysfs mode updates by David Brownell · 16 years ago
  94. 746cdd0 usb: musb: get rid of procfs entry by Felipe Balbi · 17 years ago
  95. ca6d1b1 usb: musb: pass configuration specifics via pdata by Felipe Balbi · 17 years ago
  96. 550a737 USB: Add MUSB and TUSB support by Felipe Balbi · 17 years ago