mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Oren Weil <oren.jer.weil@intel.com>
To: gregkh@suse.de
Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org,
	alan@linux.intel.com, david@woodhou.se, tomas.winkler@intel.com,
	Oren Weil <oren.jer.weil@intel.com>
Subject: [PATCH 00/10] staging/mei: Intel MEI Driver
Date: Sun, 15 May 2011 13:43:38 +0300	[thread overview]
Message-ID: <1305456228-15265-1-git-send-email-oren.jer.weil@intel.com> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2514 bytes --]

Intel MEI Driver
===============

This second try to submit the Intel MEI Driver to the staging.
Most of the work was done in mei.txt file to describe the driver 
functionality and flows.
TODO file was updated with steps we believe need to be done.
We also hope that patches have better descriptions to help with review.
Some reorganization of header files was also preformed.

Thanks
	Oren Weil
	Intel Corporation.

Oren Weil (10):
  staging/mei: MEI Driver documentations
  staging/mei: MEI Driver TODO list
  staging/mei: PCI device and char driver support.
  staging/mei: Interrupt handling.
  staging/mei: MEI link layer
  staging/mei: MEI driver init flow.
  staging/mei: Hardware and MEI driver internal struct definition
  staging/mei: mei.h defining user space interface
  staging/mei: AMT Watchdog
  staging/mei: add mei to staging Kbuild

 drivers/staging/Kconfig           |    2 +
 drivers/staging/Makefile          |    1 +
 drivers/staging/mei/Kconfig       |   28 +
 drivers/staging/mei/Makefile      |   11 +
 drivers/staging/mei/TODO          |   17 +
 drivers/staging/mei/hw.h          |  333 ++++++++
 drivers/staging/mei/init.c        |  770 ++++++++++++++++++
 drivers/staging/mei/interface.c   |  447 ++++++++++
 drivers/staging/mei/interface.h   |   62 ++
 drivers/staging/mei/interrupt.c   | 1624 +++++++++++++++++++++++++++++++++++++
 drivers/staging/mei/iorw.c        |  604 ++++++++++++++
 drivers/staging/mei/main.c        | 1349 ++++++++++++++++++++++++++++++
 drivers/staging/mei/mei.h         |  105 +++
 drivers/staging/mei/mei.txt       |  189 +++++
 drivers/staging/mei/mei_dev.h     |  422 ++++++++++
 drivers/staging/mei/mei_version.h |   31 +
 drivers/staging/mei/wd.c          |  183 +++++
 17 files changed, 6178 insertions(+), 0 deletions(-)
 create mode 100644 drivers/staging/mei/Kconfig
 create mode 100644 drivers/staging/mei/Makefile
 create mode 100644 drivers/staging/mei/TODO
 create mode 100644 drivers/staging/mei/hw.h
 create mode 100644 drivers/staging/mei/init.c
 create mode 100644 drivers/staging/mei/interface.c
 create mode 100644 drivers/staging/mei/interface.h
 create mode 100644 drivers/staging/mei/interrupt.c
 create mode 100644 drivers/staging/mei/iorw.c
 create mode 100644 drivers/staging/mei/main.c
 create mode 100644 drivers/staging/mei/mei.h
 create mode 100644 drivers/staging/mei/mei.txt
 create mode 100644 drivers/staging/mei/mei_dev.h
 create mode 100644 drivers/staging/mei/mei_version.h
 create mode 100644 drivers/staging/mei/wd.c


             reply	other threads:[~2011-05-15 10:45 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-15 10:43 Oren Weil [this message]
2011-05-15 10:43 ` [PATCH 01/10] staging/mei: MEI Driver documentations Oren Weil
2011-05-15 10:43 ` [PATCH 02/10] staging/mei: MEI Driver TODO list Oren Weil
2011-05-15 10:43 ` [PATCH 03/10] staging/mei: PCI device and char driver support Oren Weil
2011-05-15 10:43 ` [PATCH 04/10] staging/mei: Interrupt handling Oren Weil
2011-05-15 10:43 ` [PATCH 05/10] staging/mei: MEI link layer Oren Weil
2011-05-15 10:43 ` [PATCH 06/10] staging/mei: MEI driver init flow Oren Weil
2011-05-15 10:43 ` [PATCH 07/10] staging/mei: Hardware and MEI driver internal struct definition Oren Weil
2011-05-15 10:43 ` [PATCH 08/10] staging/mei: mei.h defining user space interface Oren Weil
2011-05-15 10:43 ` [PATCH 09/10] staging/mei: AMT Watchdog Oren Weil
2011-05-15 10:43 ` [PATCH 10/10] staging/mei: add mei to staging Kbuild Oren Weil
2011-06-05  7:59 ` [PATCH 00/10] staging/mei: Intel MEI Driver Dave Airlie
2011-06-05  8:15   ` Weil, Oren jer
2011-06-05 10:15     ` Dave Airlie

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=1305456228-15265-1-git-send-email-oren.jer.weil@intel.com \
    --to=oren.jer.weil@intel.com \
    --cc=alan@linux.intel.com \
    --cc=david@woodhou.se \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tomas.winkler@intel.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

all inboxes | Powered by JetHome®