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