[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1445812883-23551-1-git-send-email-Lijun.Pan@freescale.com>
Date: Sun, 25 Oct 2015 17:41:18 -0500
From: Lijun Pan <Lijun.Pan@...escale.com>
To: <gregkh@...uxfoundation.org>, <arnd@...db.de>,
<devel@...verdev.osuosl.org>, <linux-kernel@...r.kernel.org>
CC: <stuart.yoder@...escale.com>, <itai.katz@...escale.com>,
<german.rivera@...escale.com>, <leoli@...escale.com>,
<scottwood@...escale.com>, <agraf@...e.de>,
<bhamciu1@...escale.com>, <R89243@...escale.com>,
<bhupesh.sharma@...escale.com>, <nir.erez@...escale.com>,
<richard.schmitt@...escale.com>, <dan.carpenter@...cle.com>,
Lijun Pan <Lijun.Pan@...escale.com>
Subject: [PATCH 0/5] Management Complex restool driver
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists