Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1535032
| From | Benson Leung <bleung@chromium.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 0/2] platform/chrome: Add support for mec1322 EC |
| Date | 2016-12-02 16:50 +0100 |
| Message-ID | <sJYg1-5Hd-3@gated-at.bofh.it> (permalink) |
| References | <sJY6l-5E5-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Thierry, On Fri, Dec 2, 2016 at 7:35 AM, Thierry Escande <thierry.escande@collabora.com> wrote: > Hi Benson, > > This series adds support for the LPC Microchip Embedded Controller 1322. Thanks. I'll queue these up for the first batch of changes I'll work on as chrome platform maintainer. > > 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 > -- Benson Leung Senior Software Engineer Chrome OS Kernel Google Inc. bleung@google.com Chromium OS Project bleung@chromium.org
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v2 0/2] platform/chrome: Add support for mec1322 EC Thierry Escande <thierry.escande@collabora.com> - 2016-12-02 16:40 +0100 [PATCH v2 1/2] platform/chrome: cros_ec_lpc: Add R/W helpers to LPC protocol variants Thierry Escande <thierry.escande@collabora.com> - 2016-12-02 16:40 +0100 Re: [PATCH v2 0/2] platform/chrome: Add support for mec1322 EC Benson Leung <bleung@chromium.org> - 2016-12-02 16:50 +0100
csiph-web