This patch set makes the driver provide its configuration interface via configfs. The configuration interface is being switched to simplify the process of setting up the driver and to introduce the new feature of speculative configuration.
Christian Gromm (14): staging: most: add new file configfs.c staging: most: change signature of function probe_channel staging: most: core: add configfs interface functions staging: most: sound: introduce new sound adapter management staging: most: enable configfs support staging: most: core: make sysfs attributes read-only staging: most: core: use device description as name staging: most: usb: remove prefix from description tag staging: most: core: remove attribute add_link staging: most: allow speculative configuration staging: most: configfs: make create attributes write-only staging: most: configfs: add code for link removal staging: most: configfs: rename config attributes staging: most: Documentation: update driver documentation .../most/Documentation/ABI/configfs-most.txt | 204 ++++++ .../staging/most/Documentation/driver_usage.txt | 131 ++-- drivers/staging/most/Makefile | 1 + drivers/staging/most/cdev/cdev.c | 8 +- drivers/staging/most/configfs.c | 709 +++++++++++++++++++++ drivers/staging/most/core.c | 306 ++++----- drivers/staging/most/core.h | 21 +- drivers/staging/most/net/net.c | 3 +- drivers/staging/most/sound/sound.c | 59 +- drivers/staging/most/usb/usb.c | 2 +- drivers/staging/most/video/video.c | 3 +- 11 files changed, 1199 insertions(+), 248 deletions(-) create mode 100644 drivers/staging/most/Documentation/ABI/configfs-most.txt create mode 100644 drivers/staging/most/configfs.c -- 2.7.4 _______________________________________________ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel