This series moves the USB adapter driver to the stable branch and fixes the comments/findings on the submitted code. v2: - create a patch set to address the comments on submitted code Christian Gromm (8): drivers: most: add usb adapter driver drivers: most: usb: use dev_*() functions to print messages drivers: most: usb: remove reference to USB error codes drivers: most: usb: check number of reported endpoints drivers: most: usb: use dev_dbg function drivers: most: fix typo in Kconfig drivers: most: usb: use macro ATTRIBUTE_GROUPS Documentation: ABI: correct sysfs attribute description of MOST driver Documentation/ABI/testing/sysfs-bus-most | 104 +-- drivers/most/Kconfig | 12 + drivers/most/Makefile | 2 + drivers/most/most_usb.c | 1252 ++++++++++++++++++++++++++++++ 4 files changed, 1319 insertions(+), 51 deletions(-) create mode 100644 drivers/most/most_usb.c -- 2.7.4 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel