This patch set is needed to fix open issues of the MOST driver. Christian Gromm (28): staging: most: allocate only all requested memory staging: most: dim2: remove clock speed processing from the HDM staging: most: i2c: prevent division by zero staging: most: i2c: remove unnecessary poison_channel call staging: most: add channel property dbr_size staging: most: aim-sound: add flexible format support staging: most: i2c: shorten lifetime of IRQ handler staging: most: i2c: do not wait in work function staging: most: i2c: avoid polling in case of misconfig staging: most: i2c: prevent zero delay polling staging: most: i2c: trace real polling rate staging: most: i2c: remove redundant is_open staging: most: i2c: remove redundant list_mutex staging: most: i2c: reduce parameters inconsistency staging: most: make interface drivers allocate coherent memory staging: most: sound: call snd_card_new with struct device staging: most: cdev: avoid warning about potentially uninitialized variable staging: most: cdev: fix chrdev_region leak staging: most: usb: add ep number to log staging: most: cdev: fix function return value staging: most: dim2: fix startup sequence staging: most: cdev: fix race condition staging: most: dim2: use device tree staging: most: dim2: read clock speed from the device staging: most: dim2: use device to allocate coherent memory staging: most: usb: don't set URB_ZERO_PACKET flag for synchronous data staging: most: usb: fix usb_disconnect race condition staging: most: usb: remove local variable drivers/staging/most/cdev/cdev.c | 16 +- drivers/staging/most/core.c | 68 +++++-- drivers/staging/most/core.h | 4 + drivers/staging/most/dim2/Kconfig | 2 +- drivers/staging/most/dim2/dim2.c | 397 +++++++++++++++++++++++++++---------- drivers/staging/most/dim2/dim2.h | 21 -- drivers/staging/most/dim2/hal.c | 9 +- drivers/staging/most/i2c/i2c.c | 140 +++++-------- drivers/staging/most/sound/sound.c | 123 ++++++------ drivers/staging/most/usb/usb.c | 55 +++-- 10 files changed, 519 insertions(+), 316 deletions(-) delete mode 100644 drivers/staging/most/dim2/dim2.h -- 2.7.4 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel