|
|
Log in / Subscribe / Register

Management Complex restool driver

From:  Lijun Pan <Lijun.Pan@freescale.com>
To:  <gregkh@linuxfoundation.org>, <arnd@arndb.de>, <devel@driverdev.osuosl.org>, <linux-kernel@vger.kernel.org>
Subject:  [PATCH v2 0/8] Management Complex restool driver
Date:  Fri, 30 Oct 2015 14:32:02 -0500
Message-ID:  <1446233530-8918-1-git-send-email-Lijun.Pan@freescale.com>
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 Pan <Lijun.Pan@freescale.com>
Archive‑link:  Article

This series of patches are based on
http://git.kernel.org/cgit/linux/kernel/git/gregkh/stagin...

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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Copyright © 2015, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds