aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/most (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-27staging: most: core: remove class generationChristian Gromm1-12/+1
2017-11-27staging: most: cdev: bundle module variables in structureChristian Gromm1-45/+43
2017-11-27staging: most: cdev: replace function prefixChristian Gromm1-29/+29
2017-11-27staging: most: update driver usage fileAndrey Shvetsov1-87/+105
2017-11-27staging: most: core: check value returned by match functionChristian Gromm1-0/+4
2017-11-27staging: most: core: fix data typeChristian Gromm1-1/+1
2017-11-27staging: most: usb: clear functional stall on OUT endpointChristian Gromm1-0/+15
2017-11-27staging: most: core: fix formattingChristian Gromm2-7/+2
2017-11-27staging: most: core: denote modules as componentsChristian Gromm1-12/+12
2017-11-27staging: most: fix comment sectionsChristian Gromm6-91/+70
2017-11-27staging: most: cdev: rename variable cdev_aimChristian Gromm1-9/+9
2017-11-27staging: most: cdev: rename class instance aim_classChristian Gromm1-8/+8
2017-11-27staging: most: cdev: rename variable aim_devnoChristian Gromm1-5/+5
2017-11-27staging: most: cdev: rename struct aim_channelChristian Gromm1-19/+19
2017-11-27staging: most: video: remove aim designatorsChristian Gromm1-76/+76
2017-11-27staging: most: sound: remove aim designatorChristian Gromm1-8/+8
2017-11-27staging: most: net: remove aim designatorsChristian Gromm1-22/+22
2017-11-27staging: most: core: rename function link_channel_to_aimChristian Gromm1-4/+4
2017-11-27staging: most: core: rename aim variablesChristian Gromm1-85/+87
2017-11-27staging: most: core: rename mod_listChristian Gromm1-5/+5
2017-11-27staging: most: rename functions to register a driver with most_coreChristian Gromm6-17/+18
2017-11-27staging: most: rename struct most_aimChristian Gromm6-33/+31
2017-11-27staging: most: usb: remove pointer initializationChristian Gromm1-2/+0
2017-11-27staging: most: core: remove context pointerChristian Gromm1-1/+0
2017-11-27staging: most: core: put channel name in struct most_channelChristian Gromm1-7/+6
2017-11-27staging: most: core: replace struct most_inst_objChristian Gromm2-103/+99
2017-11-27staging: most: core: rename functionChristian Gromm1-4/+4
2017-11-27staging: most: core: remove struct deviceChristian Gromm2-18/+0
2017-11-27staging: most: core: fix sysfs attribute managementChristian Gromm1-36/+73
2017-11-27staging: most: core: track aim modules with linked listChristian Gromm2-2/+5
2017-11-27staging: most: core: use structure to pack driver specific dataChristian Gromm1-39/+34
2017-11-27staging: most: core: rename members aim* of struct most_channelChristian Gromm1-52/+52
2017-11-27staging: most: core: rename struct memeberChristian Gromm1-39/+39
2017-11-27staging: most: core: rename struct most_c_aim_obj to pipeChristian Gromm1-3/+3
2017-11-27staging: most: core: rename structureChristian Gromm1-52/+52
2017-11-27staging: most: core: encapsulate code in functionChristian Gromm1-13/+26
2017-11-27staging: most: core: add a match function for the busChristian Gromm1-0/+9
2017-11-27staging: most: core: remove function get_channel_by_ifaceChristian Gromm1-34/+13
2017-11-27staging: most: remove proprietary kobjectsChristian Gromm11-856/+342
2017-11-27staging: most: video: rename moduleChristian Gromm4-4/+8
2017-11-27staging: most: usb: rename moduleChristian Gromm4-6/+9
2017-11-27staging: most: sound: rename moduleChristian Gromm4-4/+8
2017-11-27staging: most: net: rename moduleChristian Gromm4-5/+9
2017-11-27staging: most: dim2: rename moduleChristian Gromm11-21/+25
2017-11-27staging: most: i2c: rename moduleChristian Gromm4-5/+9
2017-11-27staging: most: cdev: rename moduleChristian Gromm4-4/+8
2017-11-27staging: most: move core filesChristian Gromm20-39/+28
2017-11-27staging: most: Remove redundant license textGreg Kroah-Hartman16-112/+0
2017-11-27staging: most: add SPDX identifiers to all most driver filesGreg Kroah-Hartman16-0/+16
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3