summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* staging: most: cdev: replace function prefixChristian Gromm2017-11-271-29/+29
* staging: most: update driver usage fileAndrey Shvetsov2017-11-271-87/+105
* staging: most: core: check value returned by match functionChristian Gromm2017-11-271-0/+4
* staging: most: core: fix data typeChristian Gromm2017-11-271-1/+1
* staging: most: usb: clear functional stall on OUT endpointChristian Gromm2017-11-271-0/+15
* staging: most: core: fix formattingChristian Gromm2017-11-272-7/+2
* staging: most: core: denote modules as componentsChristian Gromm2017-11-271-12/+12
* staging: most: fix comment sectionsChristian Gromm2017-11-276-91/+70
* staging: most: cdev: rename variable cdev_aimChristian Gromm2017-11-271-9/+9
* staging: most: cdev: rename class instance aim_classChristian Gromm2017-11-271-8/+8
* staging: most: cdev: rename variable aim_devnoChristian Gromm2017-11-271-5/+5
* staging: most: cdev: rename struct aim_channelChristian Gromm2017-11-271-19/+19
* staging: most: video: remove aim designatorsChristian Gromm2017-11-271-76/+76
* staging: most: sound: remove aim designatorChristian Gromm2017-11-271-8/+8
* staging: most: net: remove aim designatorsChristian Gromm2017-11-271-22/+22
* staging: most: core: rename function link_channel_to_aimChristian Gromm2017-11-271-4/+4
* staging: most: core: rename aim variablesChristian Gromm2017-11-271-85/+87
* staging: most: core: rename mod_listChristian Gromm2017-11-271-5/+5
* staging: most: rename functions to register a driver with most_coreChristian Gromm2017-11-276-17/+18
* staging: most: rename struct most_aimChristian Gromm2017-11-276-33/+31
* staging: most: usb: remove pointer initializationChristian Gromm2017-11-271-2/+0
* staging: most: core: remove context pointerChristian Gromm2017-11-271-1/+0
* staging: most: core: put channel name in struct most_channelChristian Gromm2017-11-271-7/+6
* staging: most: core: replace struct most_inst_objChristian Gromm2017-11-272-103/+99
* staging: most: core: rename functionChristian Gromm2017-11-271-4/+4
* staging: most: core: remove struct deviceChristian Gromm2017-11-272-18/+0
* staging: most: core: fix sysfs attribute managementChristian Gromm2017-11-271-36/+73
* staging: most: core: track aim modules with linked listChristian Gromm2017-11-272-2/+5
* staging: most: core: use structure to pack driver specific dataChristian Gromm2017-11-271-39/+34
* staging: most: core: rename members aim* of struct most_channelChristian Gromm2017-11-271-52/+52
* staging: most: core: rename struct memeberChristian Gromm2017-11-271-39/+39
* staging: most: core: rename struct most_c_aim_obj to pipeChristian Gromm2017-11-271-3/+3
* staging: most: core: rename structureChristian Gromm2017-11-271-52/+52
* staging: most: core: encapsulate code in functionChristian Gromm2017-11-271-13/+26
* 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
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-268-12/+28
|\
| * irqchip/imgpdc: Use resource_size function on resource objectVasyl Gomonovych2017-11-231-1/+1
| * irqchip/qcom: Fix u32 comparison with value less than zeroColin Ian King2017-11-231-1/+1