Messages in this thread |  | | From | Ioana Ciornei <> | Subject | [PATCH v3 0/4] bus: fsl-mc: enhance Management Complex userspace support | Date | Fri, 23 Mar 2018 10:38:54 -0500 |
| |
This patch set adds restool support in fsl-mc bus along with a rescan attribute to the root DPRC container.
Changes in v2: - changed mc_command in fsl_mc_command structure - updated fsl_mc_command to use the proper types and moved it in uapi - added proper sysfs documentation
Changes in v3: - added the correct license for UAPI files - removed patches 1 and 3 since they were applied
Ioana Ciornei (4): bus: fsl-mc: move fsl_mc_command struct in a uapi header bus: fsl-mc: add restool userspace support bus: fsl-mc: add root dprc rescan attribute bus: fsl-mc: add bus rescan attribute
Documentation/ABI/stable/sysfs-bus-fsl-mc | 13 ++ Documentation/ioctl/ioctl-number.txt | 1 + Documentation/networking/dpaa2/overview.rst | 4 + MAINTAINERS | 2 + drivers/bus/fsl-mc/Kconfig | 7 + drivers/bus/fsl-mc/Makefile | 3 + drivers/bus/fsl-mc/dprc-driver.c | 4 +- drivers/bus/fsl-mc/fsl-mc-bus.c | 95 ++++++++++++ drivers/bus/fsl-mc/fsl-mc-private.h | 51 +++++++ drivers/bus/fsl-mc/fsl-mc-restool.c | 219 ++++++++++++++++++++++++++++ include/linux/fsl/mc.h | 8 +- include/uapi/linux/fsl_mc.h | 31 ++++ 12 files changed, 429 insertions(+), 9 deletions(-) create mode 100644 Documentation/ABI/stable/sysfs-bus-fsl-mc create mode 100644 drivers/bus/fsl-mc/fsl-mc-restool.c create mode 100644 include/uapi/linux/fsl_mc.h
-- 1.9.1
|  |