[PATCH 0/5] Management Complex restool driver

From: Lijun Pan
Date: Sun Oct 25 2015 - 18:56:51 EST


This series of patches are based on
http://git.kernel.org/cgit/linux/kernel/git/gregkh/staging.git/commit/?h=staging-next&id=63f2be5c3b358db031f86eafa9cd450f6558a55b
patch 1/5 solves the section mismatch bug in fsl-mc bus
patches 2/5 - 4/5 add sysfs rescan atrributes, which is used in the
user space for synchronization of MC firmware and MC bus purpose.
patch 5/5 is the introduction of restool driver, which sits on fsl-mc bus and
utilizes fsl-mc bus to communicate with MC firmware.
restool driver is the first driver to start using fsl-mc bus.
This restool driver is small and helps fsl-mc bus move out of staging.

Lijun Pan (5):
staging: fsl-mc: section mismatch bug fix
staging: fsl-mc: define a macro to differentiate root dprc
staging: fsl-mc: root dprc rescan attribute to sync kernel with MC
staging: fsl-mc: bus rescan attribute to sync kernel with MC
staging: fsl-mc: Management Complex restool driver

drivers/staging/fsl-mc/bus/Kconfig | 7 +-
drivers/staging/fsl-mc/bus/Makefile | 3 +
drivers/staging/fsl-mc/bus/dprc-driver.c | 2 +-
drivers/staging/fsl-mc/bus/mc-bus.c | 90 +++++
drivers/staging/fsl-mc/bus/mc-ioctl.h | 24 ++
drivers/staging/fsl-mc/bus/mc-restool.c | 488 ++++++++++++++++++++++++++++
drivers/staging/fsl-mc/include/mc-private.h | 2 +-
drivers/staging/fsl-mc/include/mc.h | 10 +
8 files changed, 623 insertions(+), 3 deletions(-)
create mode 100644 drivers/staging/fsl-mc/bus/mc-ioctl.h
create mode 100644 drivers/staging/fsl-mc/bus/mc-restool.c

--
2.3.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/