aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/most (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-08format-security: move static strings to constKees Cook1-1/+1
2017-05-05Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds5-125/+102
2017-04-25staging: most: aim-sound style fixessDhananjay Balan1-1/+1
2017-04-11docs-rst: fix usb cross-referencesMauro Carvalho Chehab1-1/+1
2017-04-08staging: most: usb: pass correct register tableChristian Gromm1-1/+1
2017-04-08staging: most: usb: fix size overflowAndrey Shvetsov1-7/+3
2017-04-08staging: most: usb: fix calculation of the extra_lenAndrey Shvetsov1-18/+9
2017-04-08staging: most: destroy cdev when channel gets disconnectedAndrey Shvetsov1-6/+10
2017-04-08staging: most: consolidate attributes for list of linksAndrey Shvetsov1-11/+8
2017-04-08staging: most: core: separate property showing linksAndrey Shvetsov1-4/+8
2017-04-08staging: most: core: consolidate channel attributesAndrey Shvetsov1-33/+28
2017-04-08staging: most: core: make use of __ATTR_* macrosChristian Gromm1-13/+6
2017-04-08staging: most: core: fix function namesChristian Gromm1-36/+32
2017-04-08staging: most: fix comment of the function remove_link_storeAndrey Shvetsov1-1/+1