mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 0/2] platform/chrome: Add support for mec1322 EC
@ 2016-12-02 15:35 Thierry Escande
  2016-12-02 15:35 ` [PATCH v2 1/2] platform/chrome: cros_ec_lpc: Add R/W helpers to LPC protocol variants Thierry Escande
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Thierry Escande @ 2016-12-02 15:35 UTC (permalink / raw)
  To: Benson Leung; +Cc: linux-kernel

Hi Benson,

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

v2:
-Add a few lines in Kconfig description
-Fixed coding style issues
-Updated copyright to year 2016

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           |  12 +++
 drivers/platform/chrome/Makefile          |   4 +-
 drivers/platform/chrome/cros_ec_lpc.c     |  93 +++++++++-----------
 drivers/platform/chrome/cros_ec_lpc_mec.c | 140 ++++++++++++++++++++++++++++++
 drivers/platform/chrome/cros_ec_lpc_reg.c | 133 ++++++++++++++++++++++++++++
 include/linux/mfd/cros_ec_lpc_mec.h       |  90 +++++++++++++++++++
 include/linux/mfd/cros_ec_lpc_reg.h       |  61 +++++++++++++
 7 files changed, 482 insertions(+), 51 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-12-02 15:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-02 15:35 [PATCH v2 0/2] platform/chrome: Add support for mec1322 EC Thierry Escande
2016-12-02 15:35 ` [PATCH v2 1/2] platform/chrome: cros_ec_lpc: Add R/W helpers to LPC protocol variants Thierry Escande
2016-12-02 15:35 ` [PATCH v2 2/2] platform/chrome: cros_ec_lpc: Add support for mec1322 EC Thierry Escande
2016-12-02 15:39 ` [PATCH v2 0/2] platform/chrome: " Benson Leung

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®