summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most
Commit message (Expand)AuthorAgeFilesLines
...
| * staging: most: core: add a match function for the busChristian Gromm2017-11-271-0/+9
| * staging: most: core: remove function get_channel_by_ifaceChristian Gromm2017-11-271-34/+13
| * staging: most: remove proprietary kobjectsChristian Gromm2017-11-2711-856/+342
| * staging: most: video: rename moduleChristian Gromm2017-11-274-4/+8
| * staging: most: usb: rename moduleChristian Gromm2017-11-274-6/+9
| * staging: most: sound: rename moduleChristian Gromm2017-11-274-4/+8
| * staging: most: net: rename moduleChristian Gromm2017-11-274-5/+9
| * staging: most: dim2: rename moduleChristian Gromm2017-11-2711-21/+25
| * staging: most: i2c: rename moduleChristian Gromm2017-11-274-5/+9
| * staging: most: cdev: rename moduleChristian Gromm2017-11-274-4/+8
| * staging: most: move core filesChristian Gromm2017-11-2720-39/+28
| * staging: most: Remove redundant license textGreg Kroah-Hartman2017-11-2716-112/+0
| * staging: most: add SPDX identifiers to all most driver filesGreg Kroah-Hartman2017-11-2716-0/+16
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-282-4/+4
|/
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* staging: most: hdm_usb: Driver registration with module_driver macroAlex Briskin2017-08-271-19/+1
* staging: most: hdm-dim2: fix error return code in dim2_probe()Gustavo A. R. Silva2017-08-181-4/+4
* staging: most: hdm-dim2: constify platform_device_idArvind Yadav2017-08-181-1/+1
* staging: most: usb: constify usb_device_idArvind Yadav2017-08-181-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-4/+4
|\
| * networking: introduce and use skb_put_data()Johannes Berg2017-06-161-4/+4
* | staging: most: net: hold used net deviceAndrey Shvetsov2017-06-241-23/+55
* | staging: most: net: protect consistency of the stateAndrey Shvetsov2017-06-241-22/+42
* | staging: most: net: make net device lifetime obviousAndrey Shvetsov2017-06-241-22/+25
* | staging: most: net: remove redundant tracesAndrey Shvetsov2017-06-241-6/+0
* | staging: most: dim2: replace function parameter with the expressionAndrey Shvetsov2017-05-151-7/+8
* | staging: most: dim2: enable flow control for isoc channelsAndrey Shvetsov2017-05-152-0/+3
* | staging: most: allocate private net_dev_context with the alloc_netdevAndrey Shvetsov2017-05-151-61/+20
* | staging: most: net: remove redundant cleanup codeAndrey Shvetsov2017-05-151-18/+1
* | staging: most: use unsafe version of list traversingAndrey Shvetsov2017-05-151-2/+2
* | staging: most: remove dependency on networking-aimAndrey Shvetsov2017-05-157-37/+42
* | staging: most: i2c: remove empty callback request_netinfoAndrey Shvetsov2017-05-151-7/+0
* | staging: most: check availability of the callback request_netinfoAndrey Shvetsov2017-05-151-1/+2
* | staging: most: net: add carrier informationAndrey Shvetsov2017-05-151-0/+6
* | staging: most: net: use dormant stateAndrey Shvetsov2017-05-151-25/+6
* | staging: most: net: remove useless variable channels_openedAndrey Shvetsov2017-05-151-13/+4
|/
* format-security: move static strings to constKees Cook2017-05-081-1/+1
* Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-055-125/+102
|\
| * staging: most: aim-sound style fixessDhananjay Balan2017-04-251-1/+1
| * staging: most: usb: pass correct register tableChristian Gromm2017-04-081-1/+1
| * staging: most: usb: fix size overflowAndrey Shvetsov2017-04-081-7/+3
| * staging: most: usb: fix calculation of the extra_lenAndrey Shvetsov2017-04-081-18/+9
| * staging: most: destroy cdev when channel gets disconnectedAndrey Shvetsov2017-04-081-6/+10
| * staging: most: consolidate attributes for list of linksAndrey Shvetsov2017-04-081-11/+8
| * staging: most: core: separate property showing linksAndrey Shvetsov2017-04-081-4/+8
| * staging: most: core: consolidate channel attributesAndrey Shvetsov2017-04-081-33/+28
| * staging: most: core: make use of __ATTR_* macrosChristian Gromm2017-04-081-13/+6
| * staging: most: core: fix function namesChristian Gromm2017-04-081-36/+32
| * staging: most: fix comment of the function remove_link_storeAndrey Shvetsov2017-04-081-1/+1