1. d93acbc Merge tag 'fixes-for-v3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus by Greg Kroah-Hartman · 12 years ago
  2. 06d9db7 usb: musb: gadget: do *unmap_dma_buffer* only for valid DMA addr by Kishon Vijay Abraham I · 12 years ago
  3. db9e516 usb: musb: da8xx: Fix build breakage due to typo by Mikhail Kshevetskiy · 12 years ago
  4. fd5014a usb: musb: core: fix possible build error with randconfig by Felipe Balbi · 12 years ago
  5. 4b58ed1 usb: musb: omap2430: fix sparse warning by Aaro Koskinen · 12 years ago
  6. f8c4b0e usb: musb: omap2430: fix omap_musb_mailbox glue check again by Aaro Koskinen · 12 years ago
  7. e574d57 usb: musb: fix compile warning by Felipe Balbi · 12 years ago
  8. 341a71c usb: musb: remove all 'select' from Kconfig by Felipe Balbi · 12 years ago
  9. a10840c usb: musb: correct Kconfig in order to avoid non compilable selection by Peter Ujfalusi · 12 years ago
  10. 74e1a2a Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  11. 5273afe drivers/usb: add missing GENERIC_HARDIRQS dependencies by Heiko Carstens · 12 years ago
  12. 422d26b Merge 3.8-rc5 into driver-core-next by Greg Kroah-Hartman · 12 years ago
  13. 67635d3 Merge 3.8-rc5 into usb-next by Greg Kroah-Hartman · 12 years ago
  14. 4811f53 Merge tag 'xceiv-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 12 years ago
  15. 4682349 Merge tag 'musb-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 12 years ago
  16. b16604f usb: musb: omap: get phy by phandle for dt boot by Kishon Vijay Abraham I · 12 years ago
  17. c11747f usb: musb: omap: make use of the new PHY lib APIs by Kishon Vijay Abraham I · 12 years ago
  18. ca784be usb: start using the control module driver by Kishon Vijay Abraham I · 12 years ago
  19. 148e113 usb: Convert to devm_ioremap_resource() by Thierry Reding · 12 years ago
  20. 091a62c usb: musb: cppi_dma: drop '__init' annotation by Sergei Shtylyov · 12 years ago
  21. b37457d usb: musb: omap2430: fix wrong devm_kzalloc() result check by Sergei Shtylyov · 12 years ago
  22. 25736e0 usb: musb: fix dependency on transceiver driver by Ming Lei · 12 years ago
  23. 681d1e8 usb: musb: core: fix failure path by Ming Lei · 12 years ago
  24. a70b844 usb: musb: Double buffering issues in host mode TX by supriya karanth · 12 years ago
  25. 8df4ce7 usb: musb: omap2430: kill redundant assignments in omap2430_probe() by Sergei Shtylyov · 12 years ago
  26. 99d17cf usb: musb: ux500: use clk_prepare_enable and clk_disable_unprepare by Fabio Baltieri · 12 years ago
  27. f278628 usb: musb: set AUTOSET for full speed bulk DMA transfer in host mode by supriya karanth · 12 years ago
  28. bb3a2ef usb: musb: set TXMAXP and AUTOSET for full speed bulk in device mode by supriya karanth · 12 years ago
  29. 7e56e62 usb: musb: dsps: Remove duplicate inclusion of linux/of.h by Sachin Kamat · 12 years ago
  30. 80ab72e usb: musb: omap2430: fix the readiness check in omap_musb_mailbox by Aaro Koskinen · 12 years ago
  31. e460239 Merge tag 'fixes-for-v3.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus by Greg Kroah-Hartman · 12 years ago
  32. 2bf0a8f usb: musb: use io{read,write}*_rep accessors by Matthew Leach · 12 years ago
  33. 56c82cd musb: tusb6010: use io{read,write}*_rep accessors by Matthew Leach · 12 years ago
  34. a11da7d Merge tag 'pm-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  35. 2ac788f usb: musb: core: print new line in the driver banner again by Sergei Shtylyov · 12 years ago
  36. deeeb9e usb: musb: dsps: header movement build error fix by Afzal Mohammed · 12 years ago
  37. 8287361 Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  38. 48d224d Merge tag 'tags/omap-for-v3.8/cleanup-multiplatform-no-clock-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/pm2 by Olof Johansson · 12 years ago
  39. 45c3eb7 ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.h by Tony Lindgren · 12 years ago
  40. 0f9cb21 Merge tag 'v3.7-rc7' into next/cleanup by Olof Johansson · 12 years ago
  41. fb4e98a usb: remove use of __devexit by Bill Pemberton · 12 years ago
  42. 2f82686 usb: remove use of __devinitconst by Bill Pemberton · 12 years ago
  43. d3608b6 usb: remove use of __devinitdata by Bill Pemberton · 12 years ago
  44. 41ac7b3 usb: remove use of __devinit by Bill Pemberton · 12 years ago
  45. 7690417 usb: remove use of __devexit_p by Bill Pemberton · 12 years ago
  46. 0c864d8 Merge 3.7-rc6 into usb-next. by Greg Kroah-Hartman · 12 years ago
  47. 9265c6a Merge branch 'omap/headers4' into next/cleanup by Arnd Bergmann · 12 years ago
  48. 8a6ff8a Merge tag 'for-3.8-at91_header_clean' of git://github.com/at91linux/linux-at91 into next/headers by Arnd Bergmann · 12 years ago
  49. 7fd94be Merge tag 'gadget-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 12 years ago
  50. 3a3f2e5 Merge tag 'musb-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 12 years ago
  51. edf8dde Merge branch 'linus' into omap-for-v3.8/cleanup-headers-prepare-multiplatform-v3 by Tony Lindgren · 12 years ago
  52. d755422 Revert "usb: musb: dsps: remove explicit NOP device creation" by Afzal Mohammed · 12 years ago
  53. baef653 usb: musb: remove generic_interrupt by Philippe De Swert · 12 years ago
  54. 8b416b0 usb: musb: cppi_dma: export cppi_interrupt() by Sergei Shtylyov · 12 years ago
  55. 984e833 usb: fix typo in drivers/usb by Masanari Iida · 12 years ago
  56. c68bb4c usb: musb: dsps: control module handling (quirk) by Santhapuri, Damodar · 12 years ago
  57. 3e594b1 usb: musb: dsps: get resources by index by Afzal Mohammed · 12 years ago
  58. 3b46dd7 usb: musb: dsps: reduce musb instance to one by Afzal Mohammed · 12 years ago
  59. 12fc926 usb: musb: dsps: remove platform callback by Afzal Mohammed · 12 years ago
  60. 365480d Merge branch 'depends/omap-cleanup-headers-usb' into next/headers by Olof Johansson · 12 years ago
  61. 6d06721 Merge branch 'depends/tty' into next/headers by Olof Johansson · 12 years ago
  62. 2f77116 usb: musb: remove hand-crafted id handling by Sebastian Andrzej Siewior · 12 years ago
  63. b18d26f usb: musb: Perform only write access on MUSB_INTRTXE by Sebastian Andrzej Siewior · 12 years ago
  64. af5ec14 usb: musb: Perform only write access on MUSB_INTRRXE by Sebastian Andrzej Siewior · 12 years ago
  65. 515ba29 usb: musb: avoid FADDR read access by Sebastian Andrzej Siewior · 12 years ago
  66. b11e94d usb: musb: read MUSB_POWER register only when required. by Sebastian Andrzej Siewior · 12 years ago
  67. 9a65d16 usb: musb: ux500: fix 'musbid' undeclared error in ux500_remove() by Wei Yongjun · 12 years ago
  68. 4b0de6f usb: musb: ux500: use platform_device_unregister in ux500_remove() by Wei Yongjun · 12 years ago
  69. a81a01f usb: musb: tusb6010: use platform_device_unregister in tusb_remove() by Wei Yongjun · 12 years ago
  70. b415c8f usb: musb: dsps: use platform_device_unregister in dsps_delete_musb_pdev() by Wei Yongjun · 12 years ago
  71. 12a71f5 usb: musb: davinci: use platform_device_unregister in davinci_remove() by Wei Yongjun · 12 years ago
  72. b59e906 usb: musb: da8xx: use platform_device_unregister in da8xx_remove() by Wei Yongjun · 12 years ago
  73. 01e40da usb: musb: blackfin: use platform_device_unregister in bfin_remove() by Wei Yongjun · 12 years ago
  74. 5629151 usb: musb: am35x: use platform_device_unregister in am35x_remove() by Wei Yongjun · 12 years ago
  75. 00a8918 Revert "usb: musb: use DMA mode 1 whenever possible" by Felipe Balbi · 12 years ago
  76. 6d02643 Merge branch 'omap-for-v3.8/cleanup-headers-usb' into omap-for-v3.8/cleanup-headers by Tony Lindgren · 12 years ago
  77. e8c4a7a ARM: OMAP: move OMAP USB platform data to <linux/platform_data/omap-usb.h> by Felipe Balbi · 12 years ago
  78. 3e9a632 Merge tag 'omap-for-v3.8/cleanup-headers-signed' into omap-for-v3.8/cleanup-headers-serial-take2 by Tony Lindgren · 12 years ago
  79. ca749b2 usb: musb: dsps: fix res_name length by Daniel Mack · 12 years ago
  80. 2b6c4e7 ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.h by Lokesh Vutla · 12 years ago
  81. d5e7c86 ARM: OMAP2+: DMA: Moving OMAP2+ DMA channel definitions to mach-omap2 by Lokesh Vutla · 12 years ago
  82. 0e7090a usb: musb: ux500: use module_platform_driver macro by Srinivas Kandagatla · 12 years ago
  83. 01380c0 usb: musb: tusb6010: use module_platform_driver macro by Srinivas Kandagatla · 12 years ago
  84. 8d92f6d usb: musb: davinci: use module_platform_driver macro by Srinivas Kandagatla · 12 years ago
  85. 0b07734 usb: musb: da8xx: use module_platform_driver macro by Srinivas Kandagatla · 12 years ago
  86. 692373e usb: musb: blackfin: use module_platform_driver macro by Srinivas Kandagatla · 12 years ago
  87. a0a83eb usb: musb: am35x: use module_platform_driver macro by Srinivas Kandagatla · 12 years ago
  88. 6ff1f3d usb: musb: am35xx: drop spurious unplugging a device by Stefano Babic · 12 years ago
  89. 1ea4f4f Merge tag 'xtensa-next-20121008' of git://github.com/czankel/xtensa-linux by Linus Torvalds · 12 years ago
  90. d38efc1 xtensa: adopt generic io routines by Max Filippov · 12 years ago
  91. 9cd11c0 Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  92. 61464c8 Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  93. e3a66aa Merge branch 'multiplatform/platform-data' into next/multiplatform by Olof Johansson · 12 years ago
  94. b97ba3a Merge tag 'omap-cleanup-local-headers-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/cleanup by Olof Johansson · 12 years ago
  95. 70c494c ARM: OMAP1: Make plat/mux.h omap1 only by Tony Lindgren · 12 years ago
  96. 2bcb132 Merge 3.6-rc6 into usb-next by Greg Kroah-Hartman · 12 years ago
  97. db298da ARM: nomadik: move platform_data definitions by Arnd Bergmann · 12 years ago
  98. ec2a083 ARM: davinci: move platform_data definitions by Arnd Bergmann · 12 years ago
  99. 1cd572f Merge tag 'musb-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 12 years ago
  100. dcb9cf3 Merge tag 'xceiv-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 12 years ago