1. 29efdd3 Staging: most: Remove __cplusplus check in header files by PrasannaKumar Muralidharan · 8 years ago
  2. afb1055 Staging: most: Remove atomic_counter_t typedef by PrasannaKumar Muralidharan · 8 years ago
  3. 9821776 staging: most: hdm-dim2: Remove possible dereference error by Amitoj Kaur Chawla · 8 years ago
  4. 720f7a7 staging: most: hdm-usb: Remove invalid reference error by Amitoj Kaur Chawla · 8 years ago
  5. afd14ce Staging: most: Use usb_endpoint_dir_in(endpoint) instead of (endpoint->bEndpointAddress & USB_DIR_IN). by Sandhya Bankar · 8 years ago
  6. d93f27b Staging: most: Use list_first_entry instead of list_entry by Bhumika Goyal · 8 years ago
  7. 9d521ca Staging: most: Replace pr_err with dev_err by Bhumika Goyal · 8 years ago
  8. dce57ae staging: most: hdm-usb: Use macro DIV_ROUND_UP by Bhaktipriya Shridhar · 8 years ago
  9. 3e8b9fe Staging: most: Do not print message if kzalloc() failed. by Sandhya Bankar · 8 years ago
  10. 87f35f0 staging: most: compress return logic into one line by Eva Rachel Retuya · 8 years ago
  11. e3479f7 staging: most: hdm-usb: Remove create_workqueue() by Amitoj Kaur Chawla · 8 years ago
  12. a642bbb staging: most: hdm-dim2: Replace pr_err with dev_err by Amitoj Kaur Chawla · 8 years ago
  13. 3eced21 staging: most: hdm-dim2: Replace request_irq with devm_request_irq by Amitoj Kaur Chawla · 8 years ago
  14. bab469c staging: most: hdm-dim2: Switch to devm_ioremap_resource() by Amitoj Kaur Chawla · 8 years ago
  15. 8661fca staging: most: hdm-dim2: Replace kzalloc with devm_kzalloc by Amitoj Kaur Chawla · 8 years ago
  16. cc4188b staging: most: return proper error by Sudip Mukherjee · 8 years ago
  17. ea39854 staging: most: return error value by Sudip Mukherjee · 8 years ago
  18. 092c78f staging: most: add __iomem for io_base and registers by Hugo Camboulive · 9 years ago
  19. e7f2b70 staging: most: replace multiple if..else with table lookup by Hari Prasath Gujulan Elango · 9 years ago
  20. 17ac98a staging: most: fix error comparison by Sudip Mukherjee · 9 years ago
  21. 0833ac7 staging: most: remove 2nd forward declaration of struct most_aim by Christian Gromm · 9 years ago
  22. 1c55d30 staging: most: add statistics for dropped packets by Christian Gromm · 9 years ago
  23. 5adf5dc staging: most: rearrange function aim_write by Christian Gromm · 9 years ago
  24. f45b0fb staging: most: remove stacked_mbo by Christian Gromm · 9 years ago
  25. b3c9f3c staging: most: change type of access_ref by Christian Gromm · 9 years ago
  26. fa96b8e staging: most: fix race conditions by Christian Gromm · 9 years ago
  27. d8b082e staging: most: rename variable channel by Christian Gromm · 9 years ago
  28. cdc293d staging: most: fix retrieval of buffer availability by Christian Gromm · 9 years ago
  29. 5f858a6 staging: most: encapsulate shared code by Christian Gromm · 9 years ago
  30. 0ccaa6d staging: most: remove redundant call to wake_up_interruptible by Christian Gromm · 9 years ago
  31. 61f6bfc staging: most: remove redundant mutexes by Christian Gromm · 9 years ago
  32. b522e61 staging: most: remove code to destroy channel by Christian Gromm · 9 years ago
  33. 9cda300 staging: most: remove reference counter by Christian Gromm · 9 years ago
  34. 6ed90e3 staging: most: remove tainted flag by Christian Gromm · 9 years ago
  35. a0fceb1 staging: most: move channel disconnect to function most_deregister_interface by Christian Gromm · 9 years ago
  36. 245dc23 staging: most: move mutex by Christian Gromm · 9 years ago
  37. 42e252a staging: most: move initialization of pointer by Christian Gromm · 9 years ago
  38. 44fe578 staging: most: move call to disconnect_channel callback by Christian Gromm · 9 years ago
  39. b7382d4 staging: most: add missing call to ida_simple_remove by Christian Gromm · 9 years ago
  40. 9ce039a staging: most: remove function destroy_most_c_obj by Christian Gromm · 9 years ago
  41. 560dca25 staging: most: use readl and writel functions by Christian Gromm · 9 years ago
  42. 9e2f2c4 staging: most: fix tracking of MBO offset by Christian Gromm · 9 years ago
  43. 8a742f7 staging: most: fix mbo leak by Christian Gromm · 9 years ago
  44. e6d6cbe staging: most: use min_t by Christian Gromm · 9 years ago
  45. 06e7ecf staging: most: unify types by Christian Gromm · 9 years ago
  46. 4aa575a staging: most: simplify expression by Christian Gromm · 9 years ago
  47. f9f2487 staging: most: rename variables by Christian Gromm · 9 years ago
  48. a191176 staging: most: remove unnecessary keep_mbo variable by Christian Gromm · 9 years ago
  49. e23afff staging: most: Delete an unnecessary check before the function call "module_put" by Markus Elfring · 9 years ago
  50. c904ffd staging: most: rename DIM_EnqueueBuffer to dim_enqueue_buffer by Chaehyun Lim · 9 years ago
  51. 60d5f66 staging: most: rename DIM_GetChannelState to dim_get_channel_state by Chaehyun Lim · 9 years ago
  52. e380925 staging: most: fix argument name of DIM_GetChannelState by Chaehyun Lim · 9 years ago
  53. 0d08d54 staging: most: rename DIM_ServiceChannel to dim_service_channel by Chaehyun Lim · 9 years ago
  54. e5baa9e staging: most: rename DIM_ServiceIrq to dim_service_irq by Chaehyun Lim · 9 years ago
  55. a5e4d89 staging: most: rename DIM_DestroyChannel to dim_destroy_channel by Chaehyun Lim · 9 years ago
  56. 10e5efb staging: most: rename DIM_InitSync to dim_init_sync by Chaehyun Lim · 9 years ago
  57. f138317 staging: most: rename DIM_InitIsoc to dim_init_isoc by Chaehyun Lim · 9 years ago
  58. 2630315 staging: most: rename DIM_InitAsync to dim_init_async by Chaehyun Lim · 9 years ago
  59. a3f3e92 staging: most: rename DIM_InitControl to dim_init_control by Chaehyun Lim · 9 years ago
  60. aff1924 staging: most: rename DIM_NormSyncBufferSize to dim_norm_sync_buffer_size by Chaehyun Lim · 9 years ago
  61. e302ca4 staging: most: rename DIM_NormIsocBufferSize to dim_norm_isoc_buffer_size by Chaehyun Lim · 9 years ago
  62. c64c6073 staging: most: rename DIM_NormCtrlAsyncBufferSize to dim_norm_ctrl_async_buffer_size by Chaehyun Lim · 9 years ago
  63. 5888978 staging: most: rename DIMCB_IoRead to dimcb_io_read by Chaehyun Lim · 9 years ago
  64. 1efc456 staging: most: rename DIMCB_IoWrite to dimcb_io_write by Chaehyun Lim · 9 years ago
  65. de66873 staging: most: rename DIMCB_OnError to dimcb_on_error by Chaehyun Lim · 9 years ago
  66. b724207 staging: most: rename DIM_GetLockState to dim_get_lock_state by Chaehyun Lim · 9 years ago
  67. 38c3854 staging: most: rename DIM_DetachBuffers to dim_detach_buffers by Chaehyun Lim · 9 years ago
  68. 50a45b1 staging: most: rename DIM_Shutdown to dim_shutdown by Chaehyun Lim · 9 years ago
  69. 6417267 staging: most: rename DIM_Startup to dim_startup by Chaehyun Lim · 9 years ago
  70. 3c70754 staging: most: add spaces preferred around that '<<' by Chaehyun Lim · 9 years ago
  71. 2324268 staging: most: remove blank line after an open brace by Chaehyun Lim · 9 years ago
  72. fabb93f staging: most: remove multiple blank lines by Chaehyun Lim · 9 years ago
  73. c27fc35 staging: most: remove exclusive wait_queue by Christian Gromm · 9 years ago
  74. 7f9cacb staging: most: hdm-dim2: use min_t() by Christian Gromm · 9 years ago
  75. bff1d83 staging: most: hdm-usb: Use setup_timer by Muhammad Falak R Wani · 9 years ago
  76. f96d48a staging: most: remove comparison to NULL by Christian Gromm · 9 years ago
  77. 181a2aa staging: most: use preferred kzalloc parameters by Christian Gromm · 9 years ago
  78. 2aa9b96 staging: most: use preferred kernel types by Christian Gromm · 9 years ago
  79. 623d800 staging: most: fix logical operator position by Christian Gromm · 9 years ago
  80. df8da2e staging: most: remove unnecessary parentheses by Christian Gromm · 9 years ago
  81. 9cbe5aa staging: most: use blank line after declarations by Christian Gromm · 9 years ago
  82. 9deba73 staging: most: use braces on all arms of statement by Christian Gromm · 9 years ago
  83. edaa1e3 staging: most: make alignment match open parenthesis by Christian Gromm · 9 years ago
  84. c6c3f34 staging: most: remove multiple assignment by Christian Gromm · 9 years ago
  85. a64557b staging: most: removed redundant code by Christian Gromm · 9 years ago
  86. 16dc374 staging: most: put spaces around operator by Christian Gromm · 9 years ago
  87. 9ac23b3 staging: most: remove multiple blank lines by Christian Gromm · 9 years ago
  88. 1446ff0 staging: most: fix line-over-80-characters violations by Christian Gromm · 9 years ago
  89. b2db4b2 staging: most: change parameter description by Christian Gromm · 9 years ago
  90. d58b0ee staging: most: replace memcpy by ether_addr_copy by Christian Gromm · 9 years ago
  91. 47af41b staging: most: fix misplaced constants in comparisons by Christian Gromm · 9 years ago
  92. ba170ee staging: most: make hdm-usb follow the coding style by Christian Gromm · 9 years ago
  93. bfa1a42 staging: most: fix checkpatch issues of hdm i2c by Christian Gromm · 9 years ago
  94. ff466a5 staging: most: remove constants from comparisons by Christian Gromm · 9 years ago
  95. 9158d33 staging: most: correct coding style breaches by Christian Gromm · 9 years ago
  96. bba7632 Staging: most: cdev: Remove useless check by Shivani Bhardwaj · 9 years ago
  97. b981da1 Staging: most: fix style issue in aim-cdev/cdev.c by Gavin Thomas Claugus · 9 years ago
  98. 98b5afd Staging: most: Remove unnecessary cast on void pointer by Shraddha Barke · 9 years ago
  99. 246ed51 Staging: most: Remove exceptional & on function name by Shraddha Barke · 9 years ago
  100. 514d4d7 Staging: most: hdm-i2c: Drop owner assignment from i2c driver by Shraddha Barke · 9 years ago