From: Abhijit Gangurde <abhijit.gangurde@amd.com>
To: <gregkh@linuxfoundation.org>, <linux-kernel@vger.kernel.org>
Cc: <Nipun.Gupta@amd.com>, <nikhil.agarwal@amd.com>,
<puneet.gupta@amd.com>, <git@amd.com>, <michal.simek@amd.com>,
Abhijit Gangurde <abhijit.gangurde@amd.com>
Subject: [PATCH 0/4] cdx: provide sysfs interface for cdx device resources
Date: Tue, 11 Jul 2023 17:40:23 +0530 [thread overview]
Message-ID: <20230711121027.936487-1-abhijit.gangurde@amd.com> (raw)
This patch series provides sysfs interface to
- enable and disable of cdx bus
- reset_all for all the devices on cdx bus
- resource files for cdx device
- subsystem, class and revision for cdx device
Abhijit Gangurde (4):
cdx: add support for bus enable and disable
cdx: add sysfs for reset_all
cdx: create sysfs resource files
cdx: add sysfs for subsystem, class and revision
Documentation/ABI/testing/sysfs-bus-cdx | 82 +++++++++
drivers/cdx/cdx.c | 223 +++++++++++++++++++++++-
drivers/cdx/cdx.h | 8 +
drivers/cdx/controller/cdx_controller.c | 27 +++
drivers/cdx/controller/mc_cdx_pcol.h | 54 ++++++
drivers/cdx/controller/mcdi_functions.c | 31 ++++
drivers/cdx/controller/mcdi_functions.h | 16 ++
include/linux/cdx/cdx_bus.h | 43 ++++-
include/linux/mod_devicetable.h | 10 ++
scripts/mod/devicetable-offsets.c | 4 +
scripts/mod/file2alias.c | 8 +
11 files changed, 502 insertions(+), 4 deletions(-)
--
2.25.1
next reply other threads:[~2023-07-11 12:12 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-11 12:10 Abhijit Gangurde [this message]
2023-07-11 12:10 ` [PATCH 1/4] cdx: add support for bus enable and disable Abhijit Gangurde
2023-07-11 13:57 ` Greg KH
2023-07-12 13:21 ` Gangurde, Abhijit
2023-07-12 15:09 ` Greg KH
2023-07-11 12:10 ` [PATCH 2/4] cdx: add sysfs for reset_all Abhijit Gangurde
2023-07-11 13:59 ` Greg KH
2023-07-12 13:22 ` Gangurde, Abhijit
2023-07-11 12:10 ` [PATCH 3/4] cdx: create sysfs resource files Abhijit Gangurde
2023-07-11 14:00 ` Greg KH
2023-07-12 13:23 ` Gangurde, Abhijit
2023-07-12 15:11 ` Greg KH
2023-07-13 5:36 ` Gangurde, Abhijit
2023-07-13 5:57 ` Greg KH
2023-07-11 12:10 ` [PATCH 4/4] cdx: add sysfs for subsystem, class and revision Abhijit Gangurde
2023-07-11 14:02 ` Greg KH
2023-07-12 13:23 ` Gangurde, Abhijit
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=20230711121027.936487-1-abhijit.gangurde@amd.com \
--to=abhijit.gangurde@amd.com \
--cc=Nipun.Gupta@amd.com \
--cc=git@amd.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=michal.simek@amd.com \
--cc=nikhil.agarwal@amd.com \
--cc=puneet.gupta@amd.com \
/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
all inboxes | Powered by JetHome®