| Commit message (Expand) | Author | Age | Files | Lines |
* | staging: most: sound: replace snprintf with strscpy | Colin Ian King | 2018-12-19 | 1 | -1/+1 |
* | staging: most: Documentation: add information to driver_usage file | Christian Gromm | 2018-12-17 | 1 | -3/+13 |
* | staging: most: sound: remove channel number from ALSA card's long name | Christian Gromm | 2018-12-17 | 1 | -2/+1 |
* | staging: most: sound: use static name for ALSA card | Christian Gromm | 2018-12-17 | 1 | -2/+2 |
* | staging: most: sound: rename variable | Christian Gromm | 2018-12-17 | 1 | -8/+8 |
* | staging: most: sound: correct label name | Christian Gromm | 2018-12-17 | 1 | -6/+6 |
* | staging: most: sound: create one sound card w/ multiple PCM devices per MOST ... | Christian Gromm | 2018-12-17 | 1 | -41/+89 |
* | staging: most: use format specifier "%s" in snprintf | Colin Ian King | 2018-11-09 | 1 | -1/+1 |
* | staging: most: usb: add release function for DCI device | Christian Gromm | 2018-10-02 | 1 | -1/+8 |
* | staging: most: fix label names | Christian Gromm | 2018-09-25 | 3 | -41/+41 |
* | staging: most: video: fix registration of an empty comp core_component | Colin Ian King | 2018-09-10 | 1 | -2/+2 |
* | staging: most: net: make array 'broadcast' static, shrinks object size | Colin Ian King | 2018-09-10 | 1 | -1/+1 |
* | staging: most: do not make interface dependent attrs default for all channels | Christian Gromm | 2018-08-27 | 1 | -0/+19 |
* | staging: most: register channel device after init of struct members | Christian Gromm | 2018-08-27 | 1 | -4/+4 |
* | Merge tag 'staging-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2018-08-18 | 1 | -1/+1 |
|\ |
|
| * | staging: most: fix sparse warning Using plain integer as NULL pointer | Marcin Ciupak | 2018-06-28 | 1 | -1/+1 |
* | | ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc() | Takashi Iwai | 2018-07-18 | 1 | -1/+0 |
|/ |
|
* | staging: most: video: fix build warnings | Greg Kroah-Hartman | 2018-05-14 | 1 | -9/+0 |
* | staging: most: video: remove debugging code | Abdun Nihaal | 2018-05-11 | 1 | -23/+0 |
* | staging: most: usb: remove local variable | Christian Gromm | 2018-05-08 | 1 | -5/+4 |
* | staging: most: usb: fix usb_disconnect race condition | Christian Gromm | 2018-05-08 | 1 | -6/+13 |
* | staging: most: usb: don't set URB_ZERO_PACKET flag for synchronous data | Christian Gromm | 2018-05-08 | 1 | -1/+2 |
* | staging: most: dim2: use device to allocate coherent memory | Christian Gromm | 2018-05-08 | 1 | -2/+7 |
* | staging: most: dim2: read clock speed from the device | Christian Gromm | 2018-05-08 | 1 | -1/+49 |
* | staging: most: dim2: use device tree | Christian Gromm | 2018-05-08 | 3 | -52/+196 |
* | staging: most: cdev: fix race condition | Christian Gromm | 2018-05-08 | 1 | -2/+4 |
* | staging: most: dim2: fix startup sequence | Christian Gromm | 2018-05-08 | 1 | -51/+39 |
* | staging: most: cdev: fix function return value | Christian Gromm | 2018-05-08 | 1 | -1/+1 |
* | staging: most: usb: add ep number to log | Christian Gromm | 2018-05-08 | 1 | -3/+6 |
* | staging: most: cdev: fix chrdev_region leak | Christian Gromm | 2018-05-08 | 1 | -2/+4 |
* | staging: most: cdev: avoid warning about potentially uninitialized variable | Christian Gromm | 2018-05-08 | 1 | -1/+1 |
* | staging: most: sound: call snd_card_new with struct device | Christian Gromm | 2018-05-08 | 3 | -1/+3 |
* | staging: most: make interface drivers allocate coherent memory | Christian Gromm | 2018-05-08 | 4 | -6/+43 |
* | staging: most: i2c: reduce parameters inconsistency | Christian Gromm | 2018-05-08 | 1 | -21/+12 |
* | staging: most: i2c: remove redundant list_mutex | Christian Gromm | 2018-05-08 | 1 | -16/+1 |
* | staging: most: i2c: remove redundant is_open | Christian Gromm | 2018-05-08 | 1 | -9/+1 |
* | staging: most: i2c: trace real polling rate | Christian Gromm | 2018-05-08 | 1 | -2/+3 |
* | staging: most: i2c: prevent zero delay polling | Christian Gromm | 2018-05-08 | 1 | -3/+5 |
* | staging: most: i2c: avoid polling in case of misconfig | Christian Gromm | 2018-05-08 | 1 | -8/+10 |
* | staging: most: i2c: do not wait in work function | Christian Gromm | 2018-05-08 | 1 | -33/+21 |
* | staging: most: i2c: shorten lifetime of IRQ handler | Christian Gromm | 2018-05-08 | 1 | -19/+21 |
* | staging: most: aim-sound: add flexible format support | Christian Gromm | 2018-05-08 | 1 | -59/+62 |
* | staging: most: add channel property dbr_size | Christian Gromm | 2018-05-08 | 4 | -3/+39 |
* | staging: most: i2c: remove unnecessary poison_channel call | Christian Gromm | 2018-05-08 | 1 | -5/+0 |
* | staging: most: i2c: prevent division by zero | Christian Gromm | 2018-05-08 | 1 | -1/+1 |
* | staging: most: dim2: remove clock speed processing from the HDM | Christian Gromm | 2018-05-08 | 2 | -45/+12 |
* | staging: most: allocate only all requested memory | Christian Gromm | 2018-05-08 | 1 | -15/+16 |
* | Staging: most: Move comments to the end of line | Ian Liu Rodrigues | 2018-04-23 | 1 | -42/+42 |
* | staging: most: Remove unnecessary usage of BUG_ON(). | Quytelda Kahja | 2018-03-08 | 1 | -3/+0 |
* | staging: most: Indent function parameter. | Quytelda Kahja | 2018-03-06 | 1 | -1/+2 |