From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753560AbbE1JLF (ORCPT ); Thu, 28 May 2015 05:11:05 -0400 Received: from bhuna.collabora.co.uk ([93.93.135.160]:35017 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751944AbbE1JK5 (ORCPT ); Thu, 28 May 2015 05:10:57 -0400 Message-ID: <5566DB91.10909@collabora.co.uk> Date: Thu, 28 May 2015 11:10:41 +0200 From: Javier Martinez Canillas User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.2.0 MIME-Version: 1.0 To: Olof Johansson CC: Doug Anderson , Gwendal Grignou , Lee Jones , linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/3] platform/chrome: Changes for cros_ec_lpc and cros_ec_dev References: <1432111147-21354-1-git-send-email-javier.martinez@collabora.co.uk> In-Reply-To: <1432111147-21354-1-git-send-email-javier.martinez@collabora.co.uk> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Olof, On 05/20/2015 10:39 AM, Javier Martinez Canillas wrote: > > > This series contain a fix and a cleanup for the cros_ec_lpc driver and > a small fix for cros_ec_dev driver. The first two patches were posted > as a part of the "mfd: cros_ec: Add multi EC and proto v3 support" [0] > series but I split it since there isn't really a dependency and you can > pick these through your chrome-platform tree. > > The last patch was posted a week ago [1] but I'm resending here to make > it easier for you to pick all the pending patches. > > Javier Martinez Canillas (3): > platform/chrome: cros_ec_lpc - Use existing function to check EC > result > platform/chrome: cros_ec_lpc - Add support for Google Pixel 2 > platform/chrome: cros_ec_dev - Add a platform device ID table > > drivers/platform/chrome/cros_ec_dev.c | 6 ++++++ > drivers/platform/chrome/cros_ec_lpc.c | 21 +++++++++------------ > 2 files changed, 15 insertions(+), 12 deletions(-) > > Best regards, > Javier > > [0]: https://lkml.org/lkml/2015/5/9/73 > [1]: https://lkml.org/lkml/2015/5/13/1023 > Any comments about this series? Best regards, Javier