linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Management Complex restool driver
@ 2015-10-25 22:41 Lijun Pan
  2015-10-25 22:41 ` [PATCH 1/5] staging: fsl-mc: section mismatch bug fix Lijun Pan
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Lijun Pan @ 2015-10-25 22:41 UTC (permalink / raw)
  To: gregkh, arnd, devel, linux-kernel
  Cc: stuart.yoder, itai.katz, german.rivera, leoli, scottwood, agraf,
	bhamciu1, R89243, bhupesh.sharma, nir.erez, richard.schmitt,
	dan.carpenter, Lijun Pan

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


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2015-10-30 16:43 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-25 22:41 [PATCH 0/5] Management Complex restool driver Lijun Pan
2015-10-25 22:41 ` [PATCH 1/5] staging: fsl-mc: section mismatch bug fix Lijun Pan
2015-10-25 22:41 ` [PATCH 2/5] staging: fsl-mc: define a macro to differentiate root dprc Lijun Pan
2015-10-26  0:12   ` Greg KH
2015-10-26 16:02     ` Lijun Pan
2015-10-25 22:41 ` [PATCH 3/5] staging: fsl-mc: root dprc rescan attribute to sync kernel with MC Lijun Pan
2015-10-25 22:41 ` [PATCH 4/5] staging: fsl-mc: bus " Lijun Pan
2015-10-27  5:39   ` Greg KH
2015-10-29 17:13     ` Lijun Pan
2015-10-25 22:41 ` [PATCH 5/5] staging: fsl-mc: Management Complex restool driver Lijun Pan
2015-10-26  6:20   ` Dan Carpenter
2015-10-26 16:01     ` Lijun Pan
2015-10-26 15:52   ` Stuart Yoder
2015-10-27  2:11   ` Stuart Yoder
2015-10-27  5:16   ` Scott Wood
2015-10-29 23:54     ` Lijun Pan
2015-10-30 16:43     ` Lijun Pan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).