From: Bowers, AndrewX <andrewx.bowers@intel.com>
To: intel-wired-lan@osuosl.org
Subject: [Intel-wired-lan] virtual-bus[v5]: Implementation of Virtual Bus
Date: Mon, 6 Jan 2020 20:17:17 +0000 [thread overview]
Message-ID: <8c819821ba07416a95189db2c57e8648@intel.com> (raw)
In-Reply-To: <2B0E3F215D1AB84DA946C8BEE234CCC97B33B5D6@ORSMSX101.amr.corp.intel.com>
> -----Original Message-----
> From: Intel-wired-lan [mailto:intel-wired-lan-bounces at osuosl.org] On
> Behalf Of Ertman, David M
> Sent: Thursday, December 19, 2019 4:19 PM
> To: 'intel-wired-lan at lists.osuosl.org' <intel-wired-lan@lists.osuosl.org>; Patil,
> Kiran <kiran.patil@intel.com>; Kirsher, Jeffrey T
> <jeffrey.t.kirsher@intel.com>
> Subject: [Intel-wired-lan] virtual-bus[v5]: Implementation of Virtual Bus
>
> virtual-bus[v5]: Implementation of Virtual Bus
>
> From: Dave Ertman <david.m.ertman@intel.com>
>
> This is the initial implementation of the Virtual Bus, virtbus_device and
> virtbus_driver. The virtual bus is a software based bus intended to support
> registering virtbus_devices and virtbus_drivers and provide matching
> between them and probing of the registered drivers.
>
> The bus will support probe/remove shutdown and suspend/resume
> callbacks.
>
> Kconfig and Makefile alterations are included
>
> Signed-off-by: Dave Ertman <david.m.ertman@intel.com>
> Signed-off-by: Kiran Patil <kiran.patil@intel.com>
> ---
> Documentation/driver-api/virtual_bus.rst | 59 +++++++
> drivers/bus/Kconfig | 11 +
> drivers/bus/Makefile | 1
> drivers/bus/virtual_bus.c | 267
> ++++++++++++++++++++++++++++++
> include/linux/mod_devicetable.h | 8 +
> include/linux/virtual_bus.h | 57 ++++++
> scripts/mod/devicetable-offsets.c | 3
> scripts/mod/file2alias.c | 8 +
> 8 files changed, 414 insertions(+)
> create mode 100644 Documentation/driver-api/virtual_bus.rst
> create mode 100644 drivers/bus/virtual_bus.c create mode 100644
> include/linux/virtual_bus.h
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
prev parent reply other threads:[~2020-01-06 20:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-20 0:19 [Intel-wired-lan] virtual-bus[v5]: Implementation of Virtual Bus Ertman, David M
2020-01-06 20:17 ` Bowers, AndrewX [this message]
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=8c819821ba07416a95189db2c57e8648@intel.com \
--to=andrewx.bowers@intel.com \
--cc=intel-wired-lan@osuosl.org \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox