From: Sven Van Asbroeck <thesven73@gmail.com> To: Greg KH <gregkh@linuxfoundation.org> Cc: "Andreas Färber" <afaerber@suse.de>, "Linus Walleij" <linus.walleij@linaro.org>, "Enrico Weigelt" <lkml@metux.net>, "Oliver Hartkopp" <socketcan@hartkopp.net>, jan.kiszka@siemens.com, "Frank Iwanitz" <friw@hms-networks.de>, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: [PATCH v1 0/5] Introduce fieldbus_dev configuration interface Date: Wed, 18 Sep 2019 14:35:47 -0400 [thread overview] Message-ID: <20190918183552.28959-1-TheSven73@gmail.com> (raw) Introduce a (userspace) config interface for fieldbus_dev. Add support for the HMS FL-NET controller, which requires config support, and is its first in-kernel user. Sven Van Asbroeck (5): staging: fieldbus core: remove unused strings staging: fieldbus: move "offline mode" definition to fieldbus core staging: fieldbus core: add support for device configuration staging: fieldbus core: add support for FL-NET devices staging: fieldbus: add support for HMS FL-NET industrial controller .../Documentation/ABI/configfs-fieldbus-dev | 90 +++ .../ABI/sysfs-class-fieldbus-dev | 1 + .../fieldbus/Documentation/fieldbus_dev.txt | 60 +- drivers/staging/fieldbus/Kconfig | 14 + drivers/staging/fieldbus/Makefile | 5 +- drivers/staging/fieldbus/anybuss/Kconfig | 17 + drivers/staging/fieldbus/anybuss/Makefile | 1 + .../staging/fieldbus/anybuss/anybuss-client.h | 11 +- drivers/staging/fieldbus/anybuss/hms-flnet.c | 520 ++++++++++++++++++ .../staging/fieldbus/anybuss/hms-profinet.c | 2 +- drivers/staging/fieldbus/anybuss/host.c | 6 +- drivers/staging/fieldbus/dev_config.c | 383 +++++++++++++ drivers/staging/fieldbus/dev_config.h | 41 ++ drivers/staging/fieldbus/dev_core.c | 28 +- drivers/staging/fieldbus/fieldbus_dev.h | 56 ++ 15 files changed, 1211 insertions(+), 24 deletions(-) create mode 100644 drivers/staging/fieldbus/Documentation/ABI/configfs-fieldbus-dev create mode 100644 drivers/staging/fieldbus/anybuss/hms-flnet.c create mode 100644 drivers/staging/fieldbus/dev_config.c create mode 100644 drivers/staging/fieldbus/dev_config.h -- 2.17.1
next reply other threads:[~2019-09-18 18:36 UTC|newest] Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-09-18 18:35 Sven Van Asbroeck [this message] 2019-09-18 18:35 ` [PATCH v1 1/5] staging: fieldbus core: remove unused strings Sven Van Asbroeck 2019-09-18 18:35 ` [PATCH v1 2/5] staging: fieldbus: move "offline mode" definition to fieldbus core Sven Van Asbroeck 2019-09-18 18:35 ` [PATCH v1 3/5] staging: fieldbus core: add support for device configuration Sven Van Asbroeck 2019-09-30 14:06 ` Greg KH 2019-10-02 15:07 ` Sven Van Asbroeck 2019-10-02 15:23 ` Greg KH 2019-10-02 15:43 ` Sven Van Asbroeck 2019-09-18 18:35 ` [PATCH v1 4/5] staging: fieldbus core: add support for FL-NET devices Sven Van Asbroeck 2019-09-30 14:07 ` Greg KH 2019-10-02 15:08 ` Sven Van Asbroeck 2019-09-18 18:35 ` [PATCH v1 5/5] staging: fieldbus: add support for HMS FL-NET industrial controller Sven Van Asbroeck 2019-09-30 14:05 ` Greg KH 2019-10-02 15:08 ` Sven Van Asbroeck
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20190918183552.28959-1-TheSven73@gmail.com \ --to=thesven73@gmail.com \ --cc=afaerber@suse.de \ --cc=friw@hms-networks.de \ --cc=gregkh@linuxfoundation.org \ --cc=jan.kiszka@siemens.com \ --cc=linus.walleij@linaro.org \ --cc=linux-kernel@vger.kernel.org \ --cc=lkml@metux.net \ --cc=netdev@vger.kernel.org \ --cc=socketcan@hartkopp.net \ --subject='Re: [PATCH v1 0/5] Introduce fieldbus_dev configuration interface' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).