linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Thierry Escande <thierry.escande@collabora.com>
To: bleung@chromium.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH RESEND 0/2] platform/chrome: Add support for mec1322 EC
Date: Tue,  8 Nov 2016 13:27:05 +0100	[thread overview]
Message-ID: <1478608027-30696-1-git-send-email-thierry.escande@collabora.com> (raw)

Hi,

This serie adds support for the LPC Microchip Embedded Controller 1322.

Shawn Nematbakhsh (2):
  platform/chrome: cros_ec_lpc: Add R/W helpers to LPC protocol variants
  platform/chrome: cros_ec_lpc: Add support for mec1322 EC

 drivers/platform/chrome/Kconfig           |   9 ++
 drivers/platform/chrome/Makefile          |   4 +-
 drivers/platform/chrome/cros_ec_lpc.c     |  92 +++++++++----------
 drivers/platform/chrome/cros_ec_lpc_mec.c | 144 ++++++++++++++++++++++++++++++
 drivers/platform/chrome/cros_ec_lpc_reg.c | 133 +++++++++++++++++++++++++++
 include/linux/mfd/cros_ec_lpc_mec.h       |  93 +++++++++++++++++++
 include/linux/mfd/cros_ec_lpc_reg.h       |  61 +++++++++++++
 7 files changed, 487 insertions(+), 49 deletions(-)
 create mode 100644 drivers/platform/chrome/cros_ec_lpc_mec.c
 create mode 100644 drivers/platform/chrome/cros_ec_lpc_reg.c
 create mode 100644 include/linux/mfd/cros_ec_lpc_mec.h
 create mode 100644 include/linux/mfd/cros_ec_lpc_reg.h

-- 
2.7.4

             reply	other threads:[~2016-11-08 12:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-08 12:27 Thierry Escande [this message]
2016-11-08 12:27 ` [PATCH RESEND 1/2] platform/chrome: cros_ec_lpc: Add R/W helpers to LPC protocol variants Thierry Escande
2016-11-08 12:27 ` [PATCH RESEND 2/2] platform/chrome: cros_ec_lpc: Add support for mec1322 EC Thierry Escande
2016-11-30 15:48   ` Enric Balletbo Serra
2016-12-01 16:55     ` Thierry Escande

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=1478608027-30696-1-git-send-email-thierry.escande@collabora.com \
    --to=thierry.escande@collabora.com \
    --cc=bleung@chromium.org \
    --cc=linux-kernel@vger.kernel.org \
    /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).