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