[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230711121027.936487-1-abhijit.gangurde@amd.com>
Date: Tue, 11 Jul 2023 17:40:23 +0530
From: Abhijit Gangurde <abhijit.gangurde@....com>
To: <gregkh@...uxfoundation.org>, <linux-kernel@...r.kernel.org>
CC: <Nipun.Gupta@....com>, <nikhil.agarwal@....com>,
<puneet.gupta@....com>, <git@....com>, <michal.simek@....com>,
Abhijit Gangurde <abhijit.gangurde@....com>
Subject: [PATCH 0/4] cdx: provide sysfs interface for cdx device resources
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
Powered by blists - more mailing lists