summaryrefslogtreecommitdiff
path: root/drivers/staging/most
AgeCommit message (Expand)Author
2016-03-28Staging: most: Remove __cplusplus check in header filesPrasannaKumar Muralidharan
2016-03-28Staging: most: Remove atomic_counter_t typedefPrasannaKumar Muralidharan
2016-03-22staging: most: hdm-dim2: Remove possible dereference errorAmitoj Kaur Chawla
2016-03-11staging: most: hdm-usb: Remove invalid reference errorAmitoj Kaur Chawla
2016-03-10Staging: most: Use usb_endpoint_dir_in(endpoint) instead of (endpoint->bEndpo...Sandhya Bankar
2016-03-10Staging: most: Use list_first_entry instead of list_entryBhumika Goyal
2016-03-10Staging: most: Replace pr_err with dev_errBhumika Goyal
2016-02-25staging: most: hdm-usb: Use macro DIV_ROUND_UPBhaktipriya Shridhar
2016-02-25Staging: most: Do not print message if kzalloc() failed.Sandhya Bankar
2016-02-25staging: most: compress return logic into one lineEva Rachel Retuya
2016-02-20staging: most: hdm-usb: Remove create_workqueue()Amitoj Kaur Chawla
2016-02-20staging: most: hdm-dim2: Replace pr_err with dev_errAmitoj Kaur Chawla
2016-02-20staging: most: hdm-dim2: Replace request_irq with devm_request_irqAmitoj Kaur Chawla
2016-02-20staging: most: hdm-dim2: Switch to devm_ioremap_resource()Amitoj Kaur Chawla
2016-02-20staging: most: hdm-dim2: Replace kzalloc with devm_kzallocAmitoj Kaur Chawla
2016-02-11staging: most: return proper errorSudip Mukherjee
2016-02-11staging: most: return error valueSudip Mukherjee
2016-02-07staging: most: add __iomem for io_base and registersHugo Camboulive
2016-02-07staging: most: replace multiple if..else with table lookupHari Prasath Gujulan Elango
2016-02-07staging: most: fix error comparisonSudip Mukherjee
2016-02-07staging: most: remove 2nd forward declaration of struct most_aimChristian Gromm
2016-02-07staging: most: add statistics for dropped packetsChristian Gromm
2016-02-07staging: most: rearrange function aim_writeChristian Gromm
2016-02-07staging: most: remove stacked_mboChristian Gromm
2016-02-07staging: most: change type of access_refChristian Gromm
2016-02-07staging: most: fix race conditionsChristian Gromm
2016-02-07staging: most: rename variable channelChristian Gromm
2016-02-07staging: most: fix retrieval of buffer availabilityChristian Gromm
2016-02-07staging: most: encapsulate shared codeChristian Gromm
2016-02-07staging: most: remove redundant call to wake_up_interruptibleChristian Gromm
2016-02-07staging: most: remove redundant mutexesChristian Gromm
2016-02-07staging: most: remove code to destroy channelChristian Gromm
2016-02-07staging: most: remove reference counterChristian Gromm
2016-02-07staging: most: remove tainted flagChristian Gromm
2016-02-07staging: most: move channel disconnect to function most_deregister_interfaceChristian Gromm
2016-02-07staging: most: move mutexChristian Gromm
2016-02-07staging: most: move initialization of pointerChristian Gromm
2016-02-07staging: most: move call to disconnect_channel callbackChristian Gromm
2016-02-07staging: most: add missing call to ida_simple_removeChristian Gromm
2016-02-07staging: most: remove function destroy_most_c_objChristian Gromm
2016-02-07staging: most: use readl and writel functionsChristian Gromm
2016-02-07staging: most: fix tracking of MBO offsetChristian Gromm
2016-02-07staging: most: fix mbo leakChristian Gromm
2016-02-07staging: most: use min_tChristian Gromm
2016-02-07staging: most: unify typesChristian Gromm
2016-02-07staging: most: simplify expressionChristian Gromm
2016-02-07staging: most: rename variablesChristian Gromm
2016-02-07staging: most: remove unnecessary keep_mbo variableChristian Gromm
2015-11-15staging: most: Delete an unnecessary check before the function call "module_put"Markus Elfring
2015-11-15staging: most: rename DIM_EnqueueBuffer to dim_enqueue_bufferChaehyun Lim