linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/8] Management Complex restool driver
@ 2015-10-30 19:32 Lijun Pan
  2015-10-30 19:32 ` [PATCH v2 1/8] staging: fsl-mc: static inline function to differentiate root dprc Lijun Pan
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Lijun Pan @ 2015-10-30 19:32 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 v1 1/5 "staging: fsl-mc: section mismatch bug fix" is already accepted.

This v2 series have,
patch 1/8 use inline function to differentiate root dprc
patch 2/8 add sysfs rescan attribute in TODO list
patch 3/8 add sysfs rescan documentation for dprc device
patch 4/8 introduce the sysfs rescan attribute for root dprc device
patch 5/8 add sysfs rescan documentation for fsl-mc bus
patch 6/8 introduce the sysfs rescan attribute for fsl-mc bus
patch 7/8 add restool driver introduction in TODO list and README
patch 8/8 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 (8):
  staging: fsl-mc: static inline function to differentiate root dprc
  staging: fsl-mc: add sysfs rescan attribute in TODO
  staging: fsl-mc: dprc device's sysfs rescan documentation
  staging: fsl-mc: root dprc rescan attribute to sync kernel with MC
  staging: fsl-mc: fsl-mc bus's sysfs rescan documentation
  staging: fsl-mc: bus rescan attribute to sync kernel with MC
  staging: fsl-mc: update TODO and README for restool driver
  staging: fsl-mc: Management Complex restool driver

 Documentation/ABI/testing/sysfs-bus-fsl-mc   |  11 +
 Documentation/ABI/testing/sysfs-devices-dprc |  13 +
 Documentation/ioctl/ioctl-number.txt         |   1 +
 drivers/staging/fsl-mc/README.txt            |  11 +-
 drivers/staging/fsl-mc/TODO                  |  24 +-
 drivers/staging/fsl-mc/bus/Kconfig           |   7 +-
 drivers/staging/fsl-mc/bus/Makefile          |   3 +
 drivers/staging/fsl-mc/bus/mc-bus.c          | 112 ++++++--
 drivers/staging/fsl-mc/bus/mc-ioctl.h        |  22 ++
 drivers/staging/fsl-mc/bus/mc-restool.c      | 392 +++++++++++++++++++++++++++
 drivers/staging/fsl-mc/include/mc.h          |  14 +
 11 files changed, 587 insertions(+), 23 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-bus-fsl-mc
 create mode 100644 Documentation/ABI/testing/sysfs-devices-dprc
 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] 10+ messages in thread
* [PATCH v3 0/8] Management Complex restool driver
@ 2016-02-08 23:40 Lijun Pan
  2016-02-08 23:40 ` [PATCH v3 3/8] staging: fsl-mc: dprc device's sysfs rescan documentation Lijun Pan
  0 siblings, 1 reply; 10+ messages in thread
From: Lijun Pan @ 2016-02-08 23:40 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.Pan2000, Lijun Pan

This series of patches are rebased on
https://git.kernel.org/cgit/linux/kernel/git/gregkh/staging.git/commit/?h=staging-next&id=c75955d1ee43b214c497cc297956866ca05ef22b

patch v1 1/5 "staging: fsl-mc: section mismatch bug fix" is already accepted.

Lijun Pan (8):
  staging: fsl-mc: static inline function to differentiate root dprc
  staging: fsl-mc: add sysfs rescan attribute in TODO
  staging: fsl-mc: dprc device's sysfs rescan documentation
  staging: fsl-mc: root dprc rescan attribute to sync kernel with MC
  staging: fsl-mc: fsl-mc bus's sysfs rescan documentation
  staging: fsl-mc: bus rescan attribute to sync kernel with MC
  staging: fsl-mc: update TODO and README for restool driver
  staging: fsl-mc: Management Complex restool driver

 Documentation/ABI/testing/sysfs-bus-fsl-mc   |   11 +
 Documentation/ABI/testing/sysfs-devices-dprc |   13 +
 Documentation/ioctl/ioctl-number.txt         |    1 +
 drivers/staging/fsl-mc/README.txt            |   11 +-
 drivers/staging/fsl-mc/TODO                  |   24 +-
 drivers/staging/fsl-mc/bus/Kconfig           |    7 +-
 drivers/staging/fsl-mc/bus/Makefile          |    3 +
 drivers/staging/fsl-mc/bus/mc-bus.c          |  113 ++++++--
 drivers/staging/fsl-mc/bus/mc-ioctl.h        |   22 ++
 drivers/staging/fsl-mc/bus/mc-restool.c      |  392 ++++++++++++++++++++++++++
 drivers/staging/fsl-mc/include/mc.h          |   14 +
 11 files changed, 588 insertions(+), 23 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-bus-fsl-mc
 create mode 100644 Documentation/ABI/testing/sysfs-devices-dprc
 create mode 100644 drivers/staging/fsl-mc/bus/mc-ioctl.h
 create mode 100644 drivers/staging/fsl-mc/bus/mc-restool.c

-- 
1.7.9.5

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

end of thread, other threads:[~2016-02-09  0:16 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-30 19:32 [PATCH v2 0/8] Management Complex restool driver Lijun Pan
2015-10-30 19:32 ` [PATCH v2 1/8] staging: fsl-mc: static inline function to differentiate root dprc Lijun Pan
2015-10-30 19:32 ` [PATCH v2 2/8] staging: fsl-mc: add sysfs rescan attribute in TODO Lijun Pan
2015-10-30 19:32 ` [PATCH v3 3/8] staging: fsl-mc: dprc device's sysfs rescan documentation Lijun Pan
2015-10-30 19:32 ` [PATCH v2 4/8] staging: fsl-mc: root dprc rescan attribute to sync kernel with MC Lijun Pan
2015-10-30 19:32 ` [PATCH v2 5/8] staging: fsl-mc: fsl-mc bus's sysfs rescan documentation Lijun Pan
2015-10-30 19:32 ` [PATCH v2 6/8] staging: fsl-mc: bus rescan attribute to sync kernel with MC Lijun Pan
2015-10-30 19:32 ` [PATCH v2 7/8] staging: fsl-mc: update TODO and README for restool driver Lijun Pan
2015-10-30 19:32 ` [PATCH v2 8/8] staging: fsl-mc: Management Complex " Lijun Pan
2016-02-08 23:40 [PATCH v3 0/8] " Lijun Pan
2016-02-08 23:40 ` [PATCH v3 3/8] staging: fsl-mc: dprc device's sysfs rescan documentation 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).