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 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel