aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/most
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-27staging: most: hdm_usb: Driver registration with module_driver macroAlex Briskin1-19/+1
2017-08-18staging: most: hdm-dim2: fix error return code in dim2_probe()Gustavo A. R. Silva1-4/+4
2017-08-18staging: most: hdm-dim2: constify platform_device_idArvind Yadav1-1/+1
2017-08-18staging: most: usb: constify usb_device_idArvind Yadav1-1/+1
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+4
2017-06-24staging: most: net: hold used net deviceAndrey Shvetsov1-23/+55
2017-06-24staging: most: net: protect consistency of the stateAndrey Shvetsov1-22/+42
2017-06-24staging: most: net: make net device lifetime obviousAndrey Shvetsov1-22/+25
2017-06-24staging: most: net: remove redundant tracesAndrey Shvetsov1-6/+0
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-4/+4
2017-05-15staging: most: dim2: replace function parameter with the expressionAndrey Shvetsov1-7/+8
2017-05-15staging: most: dim2: enable flow control for isoc channelsAndrey Shvetsov2-0/+3
2017-05-15staging: most: allocate private net_dev_context with the alloc_netdevAndrey Shvetsov1-61/+20
2017-05-15staging: most: net: remove redundant cleanup codeAndrey Shvetsov1-18/+1
2017-05-15staging: most: use unsafe version of list traversingAndrey Shvetsov1-2/+2
2017-05-15staging: most: remove dependency on networking-aimAndrey Shvetsov7-37/+42
2017-05-15staging: most: i2c: remove empty callback request_netinfoAndrey Shvetsov1-7/+0
2017-05-15staging: most: check availability of the callback request_netinfoAndrey Shvetsov1-1/+2
2017-05-15staging: most: net: add carrier informationAndrey Shvetsov1-0/+6
2017-05-15staging: most: net: use dormant stateAndrey Shvetsov1-25/+6
2017-05-15staging: most: net: remove useless variable channels_openedAndrey Shvetsov1-13/+4