aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/most (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-22staging: most: hdm-dim2: Remove possible dereference errorAmitoj Kaur Chawla1-1/+1
2016-03-11staging: most: hdm-usb: Remove invalid reference errorAmitoj Kaur Chawla1-2/+1
2016-03-10Staging: most: Use usb_endpoint_dir_in(endpoint) instead of (endpoint->bEndpointAddress & USB_DIR_IN).Sandhya Bankar1-1/+1
2016-03-10Staging: most: Use list_first_entry instead of list_entryBhumika Goyal1-3/+3
2016-03-10Staging: most: Replace pr_err with dev_errBhumika Goyal1-2/+2
2016-02-25staging: most: hdm-usb: Use macro DIV_ROUND_UPBhaktipriya Shridhar1-2/+1
2016-02-25Staging: most: Do not print message if kzalloc() failed.Sandhya Bankar1-1/+0
2016-02-25staging: most: compress return logic into one lineEva Rachel Retuya1-3/+1
2016-02-20staging: most: hdm-usb: Remove create_workqueue()Amitoj Kaur Chawla1-11/+6
2016-02-20staging: most: hdm-dim2: Replace pr_err with dev_errAmitoj Kaur Chawla1-3/+3
2016-02-20staging: most: hdm-dim2: Replace request_irq with devm_request_irqAmitoj Kaur Chawla1-11/+3
2016-02-20staging: most: hdm-dim2: Switch to devm_ioremap_resource()Amitoj Kaur Chawla1-28/+5
2016-02-20staging: most: hdm-dim2: Replace kzalloc with devm_kzallocAmitoj Kaur Chawla1-6/+3
2016-02-11staging: most: return proper errorSudip Mukherjee1-8/+19
2016-02-11staging: most: return error valueSudip Mukherjee1-2/+2
2016-02-07staging: most: add __iomem for io_base and registersHugo Camboulive4-9/+10
2016-02-07staging: most: replace multiple if..else with table lookupHari Prasath Gujulan Elango1-17/+24
2016-02-07staging: most: fix error comparisonSudip Mukherjee1-1/+1
2016-02-07staging: most: remove 2nd forward declaration of struct most_aimChristian Gromm1-2/+0
2016-02-07staging: most: add statistics for dropped packetsChristian Gromm1-3/+8
2016-02-07staging: most: rearrange function aim_writeChristian Gromm1-18/+14
2016-02-07staging: most: remove stacked_mboChristian Gromm1-13/+3
2016-02-07staging: most: change type of access_refChristian Gromm1-9/+8
2016-02-07staging: most: fix race conditionsChristian Gromm1-35/+54
2016-02-07staging: most: rename variable channelChristian Gromm1-108/+108
2016-02-07staging: most: fix retrieval of buffer availabilityChristian Gromm3-8/+14
2016-02-07staging: most: encapsulate shared codeChristian Gromm1-26/+29
2016-02-07staging: most: remove redundant call to wake_up_interruptibleChristian Gromm1-2/+0
2016-02-07staging: most: remove redundant mutexesChristian Gromm1-9/+0
2016-02-07staging: most: remove code to destroy channelChristian Gromm1-13/+0
2016-02-07staging: most: remove reference counterChristian Gromm1-12/+1
2016-02-07staging: most: remove tainted flagChristian Gromm1-32/+1
2016-02-07staging: most: move channel disconnect to function most_deregister_interfaceChristian Gromm1-13/+11
2016-02-07staging: most: move mutexChristian Gromm1-2/+1
2016-02-07staging: most: move initialization of pointerChristian Gromm1-2/+5
2016-02-07staging: most: move call to disconnect_channel callbackChristian Gromm1-2/+2
2016-02-07staging: most: add missing call to ida_simple_removeChristian Gromm1-0/+2
2016-02-07staging: most: remove function destroy_most_c_objChristian Gromm1-24/+14
2016-02-07staging: most: use readl and writel functionsChristian Gromm1-2/+2
2016-02-07staging: most: fix tracking of MBO offsetChristian Gromm1-3/+2
2016-02-07staging: most: fix mbo leakChristian Gromm1-1/+1
2016-02-07staging: most: use min_tChristian Gromm1-1/+3
2016-02-07staging: most: unify typesChristian Gromm1-5/+3
2016-02-07staging: most: simplify expressionChristian Gromm1-1/+1
2016-02-07staging: most: rename variablesChristian Gromm1-8/+8
2016-02-07staging: most: remove unnecessary keep_mbo variableChristian Gromm1-8/+4
2015-11-15staging: most: Delete an unnecessary check before the function call "module_put"Markus Elfring1-2/+1
2015-11-15staging: most: rename DIM_EnqueueBuffer to dim_enqueue_bufferChaehyun Lim3-6/+7
2015-11-15staging: most: rename DIM_GetChannelState to dim_get_channel_stateChaehyun Lim3-6/+6
2015-11-15staging: most: fix argument name of DIM_GetChannelStateChaehyun Lim1-1/+1