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