[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1473264610-10846-1-git-send-email-thierry.escande@collabora.com>
Date: Wed, 7 Sep 2016 18:10:08 +0200
From: Thierry Escande <thierry.escande@...labora.com>
To: Olof Johansson <olof@...om.net>
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH 0/2] platform/chrome: Add support for mec1322 EC
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
Powered by blists - more mailing lists