summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most
AgeCommit message (Expand)AuthorLines
2015-11-15staging: most: Delete an unnecessary check before the function call "module_put"Markus Elfring-2/+1
2015-11-15staging: most: rename DIM_EnqueueBuffer to dim_enqueue_bufferChaehyun Lim-6/+7
2015-11-15staging: most: rename DIM_GetChannelState to dim_get_channel_stateChaehyun Lim-6/+6
2015-11-15staging: most: fix argument name of DIM_GetChannelStateChaehyun Lim-1/+1
2015-11-15staging: most: rename DIM_ServiceChannel to dim_service_channelChaehyun Lim-3/+3
2015-11-15staging: most: rename DIM_ServiceIrq to dim_service_irqChaehyun Lim-3/+3
2015-11-15staging: most: rename DIM_DestroyChannel to dim_destroy_channelChaehyun Lim-3/+3
2015-11-15staging: most: rename DIM_InitSync to dim_init_syncChaehyun Lim-5/+5
2015-11-15staging: most: rename DIM_InitIsoc to dim_init_isocChaehyun Lim-5/+5
2015-11-15staging: most: rename DIM_InitAsync to dim_init_asyncChaehyun Lim-5/+5
2015-11-15staging: most: rename DIM_InitControl to dim_init_controlChaehyun Lim-6/+6
2015-11-15staging: most: rename DIM_NormSyncBufferSize to dim_norm_sync_buffer_sizeChaehyun Lim-3/+3
2015-11-15staging: most: rename DIM_NormIsocBufferSize to dim_norm_isoc_buffer_sizeChaehyun Lim-3/+3
2015-11-15staging: most: rename DIM_NormCtrlAsyncBufferSize to dim_norm_ctrl_async_buff...Chaehyun Lim-4/+4
2015-11-15staging: most: rename DIMCB_IoRead to dimcb_io_readChaehyun Lim-11/+11
2015-11-15staging: most: rename DIMCB_IoWrite to dimcb_io_writeChaehyun Lim-41/+41
2015-11-15staging: most: rename DIMCB_OnError to dimcb_on_errorChaehyun Lim-5/+5
2015-11-15staging: most: rename DIM_GetLockState to dim_get_lock_stateChaehyun Lim-3/+3
2015-11-15staging: most: rename DIM_DetachBuffers to dim_detach_buffersChaehyun Lim-3/+3
2015-11-15staging: most: rename DIM_Shutdown to dim_shutdownChaehyun Lim-3/+3
2015-11-15staging: most: rename DIM_Startup to dim_startupChaehyun Lim-4/+4
2015-11-15staging: most: add spaces preferred around that '<<'Chaehyun Lim-1/+1
2015-11-15staging: most: remove blank line after an open braceChaehyun Lim-2/+0
2015-11-15staging: most: remove multiple blank linesChaehyun Lim-15/+0
2015-10-29staging: most: remove exclusive wait_queueChristian Gromm-3/+1
2015-10-29staging: most: hdm-dim2: use min_t()Christian Gromm-1/+2
2015-10-24staging: most: hdm-usb: Use setup_timerMuhammad Falak R Wani-3/+2
2015-10-24staging: most: remove comparison to NULLChristian Gromm-1/+1
2015-10-24staging: most: use preferred kzalloc parametersChristian Gromm-1/+1
2015-10-24staging: most: use preferred kernel typesChristian Gromm-3/+3
2015-10-24staging: most: fix logical operator positionChristian Gromm-6/+5
2015-10-24staging: most: remove unnecessary parenthesesChristian Gromm-1/+1
2015-10-24staging: most: use blank line after declarationsChristian Gromm-0/+11
2015-10-24staging: most: use braces on all arms of statementChristian Gromm-13/+15
2015-10-24staging: most: make alignment match open parenthesisChristian Gromm-9/+8
2015-10-24staging: most: remove multiple assignmentChristian Gromm-1/+2
2015-10-24staging: most: removed redundant codeChristian Gromm-38/+0
2015-10-24staging: most: put spaces around operatorChristian Gromm-2/+2
2015-10-24staging: most: remove multiple blank linesChristian Gromm-28/+0
2015-10-16staging: most: fix line-over-80-characters violationsChristian Gromm-4/+8
2015-10-16staging: most: change parameter descriptionChristian Gromm-1/+1
2015-10-16staging: most: replace memcpy by ether_addr_copyChristian Gromm-2/+2
2015-10-16staging: most: fix misplaced constants in comparisonsChristian Gromm-2/+2
2015-10-16staging: most: make hdm-usb follow the coding styleChristian Gromm-6/+8
2015-10-16staging: most: fix checkpatch issues of hdm i2cChristian Gromm-4/+5
2015-10-16staging: most: remove constants from comparisonsChristian Gromm-2/+2
2015-10-16staging: most: correct coding style breachesChristian Gromm-20/+24
2015-10-16Staging: most: cdev: Remove useless checkShivani Bhardwaj-2/+1
2015-10-16Staging: most: fix style issue in aim-cdev/cdev.cGavin Thomas Claugus-1/+2
2015-10-16Staging: most: Remove unnecessary cast on void pointerShraddha Barke-2/+2