summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/mostcore/core.c
Commit message (Expand)AuthorAgeFilesLines
* staging: most: move core filesChristian Gromm2017-11-271-1943/+0Star
* staging: most: Remove redundant license textGreg Kroah-Hartman2017-11-271-7/+0Star
* staging: most: add SPDX identifiers to all most driver filesGreg Kroah-Hartman2017-11-271-0/+1
* format-security: move static strings to constKees Cook2017-05-091-1/+1
* staging: most: consolidate attributes for list of linksAndrey Shvetsov2017-04-081-11/+8Star
* staging: most: core: separate property showing linksAndrey Shvetsov2017-04-081-4/+8
* staging: most: core: consolidate channel attributesAndrey Shvetsov2017-04-081-33/+28Star
* staging: most: core: make use of __ATTR_* macrosChristian Gromm2017-04-081-13/+6Star
* staging: most: core: fix function namesChristian Gromm2017-04-081-36/+32Star
* staging: most: fix comment of the function remove_link_storeAndrey Shvetsov2017-04-081-1/+1
* staging: most: fix comment of the function add_link_storeAndrey Shvetsov2017-04-081-1/+1
* staging: most: Eliminate usage of symbolic permissionsJason Litzinger2016-11-291-10/+8Star
* staging: most: core: update examples on how to link channelsAndrey Shvetsov2016-10-161-3/+3
* staging: most: core: remove processing of deprecated namesAndrey Shvetsov2016-10-161-14/+11Star
* staging: most: core: remove read option from remove_linkAndrey Shvetsov2016-10-161-11/+1Star
* staging: most: core: remove member add_linkAndrey Shvetsov2016-10-161-2/+0Star
* staging: most: replace MOST_CH_ISOC_AVP with MOST_CH_ISOCAndrey Shvetsov2016-09-221-3/+3
* staging: most: clean up configuration stringsChristian Gromm2016-09-221-7/+14
* staging: most: core: remove trailing zero from text propertyAndrey Shvetsov2016-09-221-2/+2
* staging: most: make function most_submit_mbo return voidChristian Gromm2016-09-221-7/+4Star
* staging: most: core: show all linked channelsChristian Gromm2016-09-131-1/+17
* staging: most: hdm-usb: fix race between enqueue and most_stop_enqueueChristian Gromm2016-08-211-16/+37
* staging: most: core: rename device struct of core moduleChristian Gromm2016-08-151-9/+6Star
* staging: most: core: remove debug printChristian Gromm2016-08-151-3/+1Star
* Staging: most: Do not print message if kzalloc() failed.Sandhya Bankar2016-02-261-1/+0Star
* staging: most: return proper errorSudip Mukherjee2016-02-121-8/+19
* 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: fix retrieval of buffer availabilityChristian Gromm2016-02-081-1/+6
* 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: Delete an unnecessary check before the function call "module_put"Markus Elfring2015-11-161-2/+1Star
* staging: most: use preferred kernel typesChristian Gromm2015-10-251-1/+1
* staging: most: fix logical operator positionChristian Gromm2015-10-251-2/+2
* staging: most: use blank line after declarationsChristian Gromm2015-10-251-0/+6
* staging: most: use braces on all arms of statementChristian Gromm2015-10-251-8/+8
* staging: most: make alignment match open parenthesisChristian Gromm2015-10-251-2/+2
* staging: most: remove multiple blank linesChristian Gromm2015-10-251-6/+0Star
* staging: most: fix line-over-80-characters violationsChristian Gromm2015-10-171-2/+4
* staging: most: fix misplaced constants in comparisonsChristian Gromm2015-10-171-2/+2
* Staging: most: Remove exceptional & on function nameShraddha Barke2015-10-131-1/+2
* staging: most: add poll syscall to AIM cdevChristian Gromm2015-09-291-0/+16