summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most
AgeCommit message (Expand)AuthorLines
2016-03-28Staging: most: Remove __cplusplus check in header filesPrasannaKumar Muralidharan-24/+0
2016-03-28Staging: most: Remove atomic_counter_t typedefPrasannaKumar Muralidharan-4/+2
2016-03-22staging: most: hdm-dim2: Remove possible dereference errorAmitoj Kaur Chawla-1/+1
2016-03-11staging: most: hdm-usb: Remove invalid reference errorAmitoj Kaur Chawla-2/+1
2016-03-10Staging: most: Use usb_endpoint_dir_in(endpoint) instead of (endpoint->bEndpo...Sandhya Bankar-1/+1
2016-03-10Staging: most: Use list_first_entry instead of list_entryBhumika Goyal-3/+3
2016-03-10Staging: most: Replace pr_err with dev_errBhumika Goyal-2/+2
2016-02-25staging: most: hdm-usb: Use macro DIV_ROUND_UPBhaktipriya Shridhar-2/+1
2016-02-25Staging: most: Do not print message if kzalloc() failed.Sandhya Bankar-1/+0
2016-02-25staging: most: compress return logic into one lineEva Rachel Retuya-3/+1
2016-02-20staging: most: hdm-usb: Remove create_workqueue()Amitoj Kaur Chawla-11/+6
2016-02-20staging: most: hdm-dim2: Replace pr_err with dev_errAmitoj Kaur Chawla-3/+3
2016-02-20staging: most: hdm-dim2: Replace request_irq with devm_request_irqAmitoj Kaur Chawla-11/+3
2016-02-20staging: most: hdm-dim2: Switch to devm_ioremap_resource()Amitoj Kaur Chawla-28/+5
2016-02-20staging: most: hdm-dim2: Replace kzalloc with devm_kzallocAmitoj Kaur Chawla-6/+3
2016-02-11staging: most: return proper errorSudip Mukherjee-8/+19
2016-02-11staging: most: return error valueSudip Mukherjee-2/+2
2016-02-07staging: most: add __iomem for io_base and registersHugo Camboulive-9/+10
2016-02-07staging: most: replace multiple if..else with table lookupHari Prasath Gujulan Elango-17/+24
2016-02-07staging: most: fix error comparisonSudip Mukherjee-1/+1
2016-02-07staging: most: remove 2nd forward declaration of struct most_aimChristian Gromm-2/+0
2016-02-07staging: most: add statistics for dropped packetsChristian Gromm-3/+8
2016-02-07staging: most: rearrange function aim_writeChristian Gromm-18/+14
2016-02-07staging: most: remove stacked_mboChristian Gromm-13/+3
2016-02-07staging: most: change type of access_refChristian Gromm-9/+8
2016-02-07staging: most: fix race conditionsChristian Gromm-35/+54
2016-02-07staging: most: rename variable channelChristian Gromm-108/+108
2016-02-07staging: most: fix retrieval of buffer availabilityChristian Gromm-8/+14
2016-02-07staging: most: encapsulate shared codeChristian Gromm-26/+29
2016-02-07staging: most: remove redundant call to wake_up_interruptibleChristian Gromm-2/+0
2016-02-07staging: most: remove redundant mutexesChristian Gromm-9/+0
2016-02-07staging: most: remove code to destroy channelChristian Gromm-13/+0
2016-02-07staging: most: remove reference counterChristian Gromm-12/+1
2016-02-07staging: most: remove tainted flagChristian Gromm-32/+1
2016-02-07staging: most: move channel disconnect to function most_deregister_interfaceChristian Gromm-13/+11
2016-02-07staging: most: move mutexChristian Gromm-2/+1
2016-02-07staging: most: move initialization of pointerChristian Gromm-2/+5
2016-02-07staging: most: move call to disconnect_channel callbackChristian Gromm-2/+2
2016-02-07staging: most: add missing call to ida_simple_removeChristian Gromm-0/+2
2016-02-07staging: most: remove function destroy_most_c_objChristian Gromm-24/+14
2016-02-07staging: most: use readl and writel functionsChristian Gromm-2/+2
2016-02-07staging: most: fix tracking of MBO offsetChristian Gromm-3/+2
2016-02-07staging: most: fix mbo leakChristian Gromm-1/+1
2016-02-07staging: most: use min_tChristian Gromm-1/+3
2016-02-07staging: most: unify typesChristian Gromm-5/+3
2016-02-07staging: most: simplify expressionChristian Gromm-1/+1
2016-02-07staging: most: rename variablesChristian Gromm-8/+8
2016-02-07staging: most: remove unnecessary keep_mbo variableChristian Gromm-8/+4
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