1. ba57f5f Staging: emxx_udc: Add space around operator. by Navya Sri Nizamkari · 9 years ago
  2. 5a602ac staging: emxx_udc: Remove boolean comparisons by Luis de Bethencourt · 9 years ago
  3. 0af61e6 drivers/staging: make emxx_udc.c explicitly non-modular by Paul Gortmaker · 9 years ago
  4. 2866914 staging:emxx_udc: Fixed comparison style warnings by Cristina Moraru · 9 years ago
  5. f2b2916 staging: emxx_udc: Remove unused parameter from function parameter list parameter list by Ravi Teja Darbha · 9 years ago
  6. c648a57 staging: emxx_udc: Remove cleanup1 label by Ravi Teja Darbha · 9 years ago
  7. 706eb8c staging: emxx_udc: Fix NULL comparison style by Ravi Teja Darbha · 9 years ago
  8. b68ff8f staging: emxx_udc: Avoid using multiple blank lines by Ravi Teja Darbha · 9 years ago
  9. 446be1b staging: emxx_udc: Remove FSF mailing address by Ravi Teja Darbha · 9 years ago
  10. 68b5c94 staging: emxx_udc: add ep capabilities support by Robert Baldyga · 9 years ago
  11. cb009d6 staging: emxx_udc: add missing usb_ep_set_maxpacket_limit() by Robert Baldyga · 9 years ago
  12. f194f4e staging: emxx_udc: remove commented code by Hari Prasath Gujulan Elango · 9 years ago
  13. f51cd2b staging: emxx_udc: remove commented code by Madhusudhanan Ravindran · 9 years ago
  14. 69e98df Staging: fixed multiple spelling errors. by Carlos E. Garcia · 9 years ago
  15. 9436165 staging: emxx_udc: Remove dead code by Gujulan Elango, Hari Prasath (H.) · 9 years ago
  16. 3e2bb64 staging: emxx_udc : remove stray semicolon by Gujulan Elango, Hari Prasath (H.) · 9 years ago
  17. bd7de5c staging: emxx_udc: test returned value by Julia Lawall · 9 years ago
  18. 93275c8 Staging: emuxx_udc: replace pr_* with dev_* by Haneen Mohammed · 9 years ago
  19. ca3d253 Staging: emxx_udc: Iterate list using list_for_each_entry by Somya Anand · 9 years ago
  20. f737ea5 Staging: emxx_udc: Remove custom printk macro ERR by Haneen Mohammed · 9 years ago
  21. 8868927 Staging: emxx_udc: Replace custom printk macro ERR with dev_err or pr_err by Haneen Mohammed · 9 years ago
  22. d45c4c6 Staging: emxx_udc: Remove argument test from function by Haneen Mohammed · 9 years ago
  23. f6ef6c0 Staging: emxx_udc: Fix do not add new typedefs and remove volatile by Haneen Mohammed · 9 years ago
  24. 410c944 staging: emxx_udc: rewrite the right hand side of an assignment by Aya Mahfouz · 9 years ago
  25. ce5aebd Staging: emxx_udc: Convert from __attribute__((aligned(size))) to __aligned(size) by Vatika Harlalka · 9 years ago
  26. 4a0721b staging: emxx_udc: Replace GFP_KERNEL with GFP_ATOMIC by Tapasweni Pathak · 9 years ago
  27. b11a278 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 9 years ago
  28. 46f7b63 Merge tag 'staging-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 9 years ago
  29. 737fee1 staging: emxx_udc: Remove nbu2ss_drv_set_dp_info() by Chris Rorvick · 9 years ago
  30. 1fa2df0 staging: emxx_udc: fix the build error by Peter Chen · 9 years ago
  31. 9239d88 staging: emxx_udc: use common is_selfpowered by Peter Chen · 9 years ago
  32. 6341e62 kconfig: use bool instead of boolean for type definition attributes by Christoph Jaeger · 10 years ago
  33. dab363f Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago
  34. 3f3efca staging: emxx_udc: use USB API functions rather than constants by Tapasweni Pathak · 10 years ago
  35. a5a89d7 staging: emxx_udc: Remove null check before kfree by Tapasweni Pathak · 10 years ago
  36. 9feba53 staging: emxx_udc: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  37. 77d966f staging: emxx_udc: Use min_t instead of min by Ebru Akagunduz · 10 years ago
  38. fb71d24 staging: emxx_udc: Fix replace printk(KERN_DEBUG ..) with dev_dbg by Ebru Akagunduz · 10 years ago
  39. 924c6ee staging: emxx_udc: Fixed else is not usefull warning. by Gulsah Kose · 10 years ago
  40. 666e908 staging: emxx_udc: Do not assign bool to 0/1 by Roberta Dobrescu · 10 years ago
  41. 5cbca95 staging: emxx_udc: Do not use comparisons on bool tests by Roberta Dobrescu · 10 years ago
  42. 1ff99b3 staging: emxx_udc: Replace __constant_cpu_to_le16 with cpu_to_le16 by Roberta Dobrescu · 10 years ago
  43. 5b1ebbf staging: emxx_udc: fix compile warnings: discarding const qualifier by Vincenzo Scotti · 10 years ago
  44. f02935c staging: exxx_udc: Convert pr_warning to pr_warn by Masanari Iida · 10 years ago
  45. 1fe473b staging: emxx_udc: fix style warnings: const strings should be const char by Vincenzo Scotti · 10 years ago
  46. 9af9281 staging: emxx_udc: fix style warnings: return in void functions by Vincenzo Scotti · 10 years ago
  47. 7f39ae0 staging: emxx_udc: fix style warnings: blank line after declarations by Vincenzo Scotti · 10 years ago
  48. 5e5d744 staging: emxx_udc: remove check for CONFIG_MACH_EMGR by Paul Bolle · 10 years ago
  49. ce1e3eb Staging: emxx_udc: emxx_udc: remove spaces before semicolons by Andrew Plummer · 10 years ago
  50. a2c14e9 staging: emxx_udc: Fix coding style errors by KANG Yuxuan · 10 years ago
  51. 6de2a1a staging: emxx_udc: Fix build error by Sachin Kamat · 10 years ago
  52. 464cad2 staging: emxx_udc: Use module_platform_driver by Sachin Kamat · 10 years ago
  53. a790ebc staging: emxx_udc: Fix build error by Sachin Kamat · 10 years ago
  54. 8a62956 staging: emxx_udc: Add TODO file by Magnus Damm · 10 years ago
  55. 96b29ca staging: emxx_udc: I/O memory and IRQ resource support by Magnus Damm · 10 years ago
  56. 33aa8d4 staging: emxx_udc: Add Emma Mobile USB Gadget driver by Magnus Damm · 10 years ago