linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Lijun Pan <Lijun.Pan@freescale.com>
To: <gregkh@linuxfoundation.org>, <arnd@arndb.de>,
	<devel@driverdev.osuosl.org>, <linux-kernel@vger.kernel.org>
Cc: <stuart.yoder@freescale.com>, <itai.katz@freescale.com>,
	<german.rivera@freescale.com>, <leoli@freescale.com>,
	<scottwood@freescale.com>, <agraf@suse.de>,
	<bhamciu1@freescale.com>, <R89243@freescale.com>,
	<bhupesh.sharma@freescale.com>, <nir.erez@freescale.com>,
	<richard.schmitt@freescale.com>, <dan.carpenter@oracle.com>,
	<Lijun.Pan2000@gmail.com>, Lijun Pan <Lijun.Pan@freescale.com>
Subject: [PATCH v3 0/8] Management Complex restool driver
Date: Mon, 8 Feb 2016 17:40:10 -0600	[thread overview]
Message-ID: <1454974818-5385-1-git-send-email-Lijun.Pan@freescale.com> (raw)

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

             reply	other threads:[~2016-02-09  0:16 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-08 23:40 Lijun Pan [this message]
2016-02-08 23:40 ` [PATCH v3 1/8] staging: fsl-mc: static inline function to differentiate root dprc Lijun Pan
2016-02-08 23:40 ` [PATCH v3 2/8] staging: fsl-mc: add sysfs rescan attribute in TODO Lijun Pan
2016-02-08 23:40 ` [PATCH v3 3/8] staging: fsl-mc: dprc device's sysfs rescan documentation Lijun Pan
2016-02-08 23:40 ` [PATCH v3 4/8] staging: fsl-mc: root dprc rescan attribute to sync kernel with MC Lijun Pan
2016-02-08 23:40 ` [PATCH v3 5/8] staging: fsl-mc: fsl-mc bus's sysfs rescan documentation Lijun Pan
2016-02-08 23:40 ` [PATCH v3 6/8] staging: fsl-mc: bus rescan attribute to sync kernel with MC Lijun Pan
2016-02-08 23:40 ` [PATCH v3 7/8] staging: fsl-mc: update TODO and README for restool driver Lijun Pan
2016-02-09  1:57   ` Greg KH
2016-02-09 18:29   ` Stuart Yoder
2016-02-08 23:40 ` [PATCH v3 8/8] staging: fsl-mc: Management Complex " Lijun Pan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1454974818-5385-1-git-send-email-Lijun.Pan@freescale.com \
    --to=lijun.pan@freescale.com \
    --cc=Lijun.Pan2000@gmail.com \
    --cc=R89243@freescale.com \
    --cc=agraf@suse.de \
    --cc=arnd@arndb.de \
    --cc=bhamciu1@freescale.com \
    --cc=bhupesh.sharma@freescale.com \
    --cc=dan.carpenter@oracle.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=german.rivera@freescale.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=itai.katz@freescale.com \
    --cc=leoli@freescale.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nir.erez@freescale.com \
    --cc=richard.schmitt@freescale.com \
    --cc=scottwood@freescale.com \
    --cc=stuart.yoder@freescale.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).