All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/14] staging: most: switch to configfs
@ 2019-03-28 13:17 Christian Gromm
  2019-03-28 13:17 ` [PATCH v2 01/14] staging: most: add new file configfs.c Christian Gromm
                   ` (13 more replies)
  0 siblings, 14 replies; 27+ messages in thread
From: Christian Gromm @ 2019-03-28 13:17 UTC (permalink / raw)
  To: gregkh; +Cc: Christian Gromm, driverdev-devel

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.

v2:

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                    | 676 +++++++++++++++++++++
 drivers/staging/most/core.c                        | 305 +++++-----
 drivers/staging/most/core.h                        |  20 +-
 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, 1164 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
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2019-03-29 15:04 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-28 13:17 [PATCH v2 00/14] staging: most: switch to configfs Christian Gromm
2019-03-28 13:17 ` [PATCH v2 01/14] staging: most: add new file configfs.c Christian Gromm
2019-03-28 13:50   ` Dan Carpenter
2019-03-29  9:20     ` Christian.Gromm
2019-03-28 13:17 ` [PATCH v2 02/14] staging: most: change signature of function probe_channel Christian Gromm
2019-03-28 13:17 ` [PATCH v2 03/14] staging: most: core: add configfs interface functions Christian Gromm
2019-03-28 13:53   ` Dan Carpenter
2019-03-28 13:17 ` [PATCH v2 04/14] staging: most: sound: introduce new sound adapter management Christian Gromm
2019-03-28 13:56   ` Dan Carpenter
2019-03-29  9:35     ` Christian.Gromm
2019-03-29 10:46   ` Dan Carpenter
2019-03-29 12:59     ` Christian.Gromm
2019-03-29 13:50       ` Dan Carpenter
2019-03-29 15:04         ` Christian.Gromm
2019-03-28 13:17 ` [PATCH v2 05/14] staging: most: enable configfs support Christian Gromm
2019-03-28 13:17 ` [PATCH v2 06/14] staging: most: core: make sysfs attributes read-only Christian Gromm
2019-03-28 13:17 ` [PATCH v2 07/14] staging: most: core: use device description as name Christian Gromm
2019-03-28 13:17 ` [PATCH v2 08/14] staging: most: usb: remove prefix from description tag Christian Gromm
2019-03-28 13:17 ` [PATCH v2 09/14] staging: most: core: remove attribute add_link Christian Gromm
2019-03-28 13:17 ` [PATCH v2 10/14] staging: most: allow speculative configuration Christian Gromm
2019-03-28 14:12   ` Dan Carpenter
2019-03-29  9:15     ` Christian.Gromm
2019-03-29  9:32       ` Dan Carpenter
2019-03-28 13:17 ` [PATCH v2 11/14] staging: most: configfs: make create attributes write-only Christian Gromm
2019-03-28 13:17 ` [PATCH v2 12/14] staging: most: configfs: add code for link removal Christian Gromm
2019-03-28 13:17 ` [PATCH v2 13/14] staging: most: configfs: rename config attributes Christian Gromm
2019-03-28 13:17 ` [PATCH v2 14/14] staging: most: Documentation: update driver documentation Christian Gromm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.