summaryrefslogtreecommitdiff
path: root/drivers/staging/most
AgeCommit message (Expand)Author
2016-02-12staging: most: return proper errorSudip Mukherjee
2016-02-12staging: most: return error valueSudip Mukherjee
2016-02-08staging: most: add __iomem for io_base and registersHugo Camboulive
2016-02-08staging: most: replace multiple if..else with table lookupHari Prasath Gujulan Elango
2016-02-08staging: most: fix error comparisonSudip Mukherjee
2016-02-08staging: most: remove 2nd forward declaration of struct most_aimChristian Gromm
2016-02-08staging: most: add statistics for dropped packetsChristian Gromm
2016-02-08staging: most: rearrange function aim_writeChristian Gromm
2016-02-08staging: most: remove stacked_mboChristian Gromm
2016-02-08staging: most: change type of access_refChristian Gromm
2016-02-08staging: most: fix race conditionsChristian Gromm
2016-02-08staging: most: rename variable channelChristian Gromm
2016-02-08staging: most: fix retrieval of buffer availabilityChristian Gromm
2016-02-08staging: most: encapsulate shared codeChristian Gromm
2016-02-08staging: most: remove redundant call to wake_up_interruptibleChristian Gromm
2016-02-08staging: most: remove redundant mutexesChristian Gromm
2016-02-08staging: most: remove code to destroy channelChristian Gromm
2016-02-08staging: most: remove reference counterChristian Gromm
2016-02-08staging: most: remove tainted flagChristian Gromm
2016-02-08staging: most: move channel disconnect to function most_deregister_interfaceChristian Gromm
2016-02-08staging: most: move mutexChristian Gromm
2016-02-08staging: most: move initialization of pointerChristian Gromm
2016-02-08staging: most: move call to disconnect_channel callbackChristian Gromm
2016-02-08staging: most: add missing call to ida_simple_removeChristian Gromm
2016-02-08staging: most: remove function destroy_most_c_objChristian Gromm
2016-02-08staging: most: use readl and writel functionsChristian Gromm
2016-02-08staging: most: fix tracking of MBO offsetChristian Gromm
2016-02-08staging: most: fix mbo leakChristian Gromm
2016-02-08staging: most: use min_tChristian Gromm
2016-02-08staging: most: unify typesChristian Gromm
2016-02-08staging: most: simplify expressionChristian Gromm
2016-02-08staging: most: rename variablesChristian Gromm
2016-02-08staging: most: remove unnecessary keep_mbo variableChristian Gromm
2015-11-16staging: most: Delete an unnecessary check before the function call "module_put"Markus Elfring
2015-11-16staging: most: rename DIM_EnqueueBuffer to dim_enqueue_bufferChaehyun Lim
2015-11-16staging: most: rename DIM_GetChannelState to dim_get_channel_stateChaehyun Lim
2015-11-16staging: most: fix argument name of DIM_GetChannelStateChaehyun Lim
2015-11-16staging: most: rename DIM_ServiceChannel to dim_service_channelChaehyun Lim
2015-11-16staging: most: rename DIM_ServiceIrq to dim_service_irqChaehyun Lim
2015-11-16staging: most: rename DIM_DestroyChannel to dim_destroy_channelChaehyun Lim
2015-11-16staging: most: rename DIM_InitSync to dim_init_syncChaehyun Lim
2015-11-16staging: most: rename DIM_InitIsoc to dim_init_isocChaehyun Lim
2015-11-16staging: most: rename DIM_InitAsync to dim_init_asyncChaehyun Lim
2015-11-16staging: most: rename DIM_InitControl to dim_init_controlChaehyun Lim
2015-11-16staging: most: rename DIM_NormSyncBufferSize to dim_norm_sync_buffer_sizeChaehyun Lim
2015-11-16staging: most: rename DIM_NormIsocBufferSize to dim_norm_isoc_buffer_sizeChaehyun Lim
2015-11-16staging: most: rename DIM_NormCtrlAsyncBufferSize to dim_norm_ctrl_async_buff...Chaehyun Lim
2015-11-16staging: most: rename DIMCB_IoRead to dimcb_io_readChaehyun Lim
2015-11-16staging: most: rename DIMCB_IoWrite to dimcb_io_writeChaehyun Lim
2015-11-16staging: most: rename DIMCB_OnError to dimcb_on_errorChaehyun Lim