Received: by 10.223.185.116 with SMTP id b49csp3582032wrg; Mon, 26 Feb 2018 02:30:02 -0800 (PST) X-Google-Smtp-Source: AG47ELt3SrHaYuScLYNp7o0wmMzV3pncBzAwqbebCOykVAe/1c64CsQfyfH7eB6HGIzVY9LOlDxg X-Received: by 10.99.149.87 with SMTP id t23mr114398pgn.411.1519641002251; Mon, 26 Feb 2018 02:30:02 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519641002; cv=none; d=google.com; s=arc-20160816; b=XTPz82g4kBK8tClxDOtISikIU3YWyKKdfE6v9SMrYleBJml/zo6xVWTvJ7BpfjrkaY +vioAh8kLbMduERXuLnjna3CnQj8Y3Iw52mh84qj6aR4zJys005+KtwaOJH8cxE1VnmZ WqevljraoXhQI2E3aEBBK2Y2gfuyXBg+BXCGgrtUlXOy0hqUiZzpl53DHt57VFP08r1O FJgV9O2cTpoVb0NRApT2mozX6catjGXUM2I11Fet7TiJbWqqC8SasX6A9WcPnTH7PVcJ E6vQrV0JKFipEHyBMt2FmVLLXqlwE6CRqR9usx5QLbu4pCxDrawdxG/TNOJsE6YZECXZ UyGQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=AO4jLC0nC3+9FTH66/xGNlTR8XwcLUMDYcQ6X6OYG8c=; b=KPd/ojyKaURB47Cvibjbf1c7AmWmoA2zWC2pmeXr7q2+c5Qgvk9qo0VHlCDXSy77St ZF85RQDI4kICRES6Bfopwuz9uugYPVgoWLzf80d0yItq3jVPH4BG8clfR1gygWUovluL Mj2rgCX3I5B9GqhK3Lwk0bvGr34I2wG332r1np6PP/08toNBQyujIJ4bRF2V0Bp9Rrmz F1ZPV77D58CIuBm+TS3X/gRRDK9Rvkp+ULHBJYKvwpi1QaQJmBD5GDqRLVtg8HM9Q+8k fcd/Tfu+Z10j47VCLC1SsnqZJVxLt2DrTDiICoN9zouJVvhD9qplPwBn0Nh+d9qPqInv 67Sw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p20si6515325pfh.247.2018.02.26.02.29.47; Mon, 26 Feb 2018 02:30:02 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752591AbeBZK0Q (ORCPT + 99 others); Mon, 26 Feb 2018 05:26:16 -0500 Received: from bhuna.collabora.co.uk ([46.235.227.227]:48308 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752336AbeBZK0P (ORCPT ); Mon, 26 Feb 2018 05:26:15 -0500 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: eballetbo) with ESMTPSA id BB7C5260611 From: Enric Balletbo i Serra To: lee.jones@linaro.org Cc: groeck@chromium.org, andy.shevchenko@gmail.com, kernel@collabora.com, gwendal@chromium.org, linux-kernel@vger.kernel.org, Benson Leung , Olof Johansson Subject: [PATCH v3 0/8] mfd: cros_ec: add subdevices and fixes Date: Mon, 26 Feb 2018 11:25:58 +0100 Message-Id: <20180226102606.15093-1-enric.balletbo@collabora.com> X-Mailer: git-send-email 2.16.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, This is a third version of a patchset that collects some patches already send but that needed some rework due the patchset to split the cros_ec_devs modules in 2 parts [1]. This patchset contains some of imrpovements and also some fixes. They can be applied independently and I think that all can go through the MFD tree. Best regards, Enric Changes in v3: - [2/8] Add Acked-by Vincent Palatin. - [2/8] Add Reviewed-by Andy Shevchenko. - [3/8] Add Reviewed-by Andy Shevchenko. - [4/8] Add the Reviewed-by Andy Shevchenko. - [5/8] Add the Reviewed-by Andy Shevchenko. - [6/8] Add the Reviewed-by Andy Shevchenko. - [7/8] Add the Reviewed-by Andy Shevchenko. - [7/8] Avoid commas in terminator entries. - [8/8] Add static to cros_ec_i2c_pm_ops. - [8/8] Add the Reviewed-by Andy Shevchenko. Changes in v2: - [2/8] Remove the free_irq in cros_ec_remove. - [3/8] That patch is new in this series. - [4/8] Add the Reviewed-by Gwendal. - [5/8] Add the Reviewed-by Gwendal. - [6/8] This patch is new in this series. - [7/8] Add the Reviewed-by Gwendal. - [8/8] This patch is new in this series replacing [5/6] of v1. Daniel Hung-yu Wu (1): mfd: cros_ec_dev: register shutdown function for debugfs Douglas Anderson (1): mfd: cros_ec: Don't try to grab log when suspended Enric Balletbo i Serra (2): mfd: cros_ec_dev: Register cros-ec-rtc driver as a subdevice. mfd: cros_ec_dev: Register cros_ec_accel_legacy driver as a subdevice. Joseph Lo (1): mfd: cros_ec_i2c: moving the system sleep pm ops to late Vincent Palatin (2): mfd: cros_ec: fail early if we cannot identify the EC mfd: cros_ec: free IRQ automatically Wei-Ning Huang (1): mfd: cros_ec_i2c: add ACPI module device table drivers/mfd/cros_ec.c | 26 ++++----- drivers/mfd/cros_ec_dev.c | 87 +++++++++++++++++++++++++++++++ drivers/mfd/cros_ec_i2c.c | 17 +++++- drivers/platform/chrome/cros_ec_debugfs.c | 20 +++++++ include/linux/mfd/cros_ec.h | 2 + 5 files changed, 135 insertions(+), 17 deletions(-) -- 2.16.1