Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp2696500yba; Mon, 8 Apr 2019 02:42:54 -0700 (PDT) X-Google-Smtp-Source: APXvYqxYT6Nm5u9MOTwfMTCG7Did/dFL0xJbFph4lX0szDO0lL0ANbwZOkpUg3QSf5fZnVYZCg7B X-Received: by 2002:a62:5f84:: with SMTP id t126mr28635150pfb.185.1554716574902; Mon, 08 Apr 2019 02:42:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1554716574; cv=none; d=google.com; s=arc-20160816; b=xC+b5Ch8jgPjqXpWMCG8nixP5Ia1bzxIvLkd+OcAvXpTRVFPUYQgptckP65Aq3op/Z aGxI+Et+k9cIMb5JJy2ulu4Yx+nXuHB5b4xyTGaekik7nr/3s574UtpTMFEFUaQrS7nb CZwnTRtzdJE1DqwEZGyLuJgUSz25VqugI79a/aQMs3tCXeiqJ7RZ/k+6K8dCXTlvMsAz 8gAWj094HZHgyKli6uxpgnuQ1IdLvdd8inzgP30wT5Ws1Psf2qc2rAK04iAIwqdWuru9 a2Po3PcBFzVmm7eMJJZ22VZ6EVeOWwAovanoPLEXmWXrA8QaxLnfl4Rmwx1S0EoCluIn z6vA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=b5oSyEq0MzmrdsjlkoiC4WnK6jILjIjXRCbjreuZSw4=; b=yd+HSjGlVTTriRRSc4SYcOBJcPG6D3t5sGSJR3XbyGGYE0v77+FEsyeXAidJHC8aiy OKlKwu7ci5zi3LbNomlWAWO2Tnnxm+iSw0wmbWb4rLzbRHIDNGc1NVYdTByEz/Jo4Aph TLGkq8t0eXRP9NAEgP3jGQhGPyBt/AbKxx7pED4uARg8tLRNjVKOz/bZzCAw9rmOkOGP aE+eTaqWsCFVd2yqgYLHZRNjTHP/r+jvmXmPxZbF/zxNPbpXq5X1LaihjshXM8FCfM8t iU6/tRDr5yUOeSBhiiPQz3KwCPS3Z4SUvjhrMSJ5HmQ23ahBEA+8WYkbkzkpKB56IRwl EADA== 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 128si25883636pgc.469.2019.04.08.02.42.40; Mon, 08 Apr 2019 02:42:54 -0700 (PDT) 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 S1726728AbfDHJmA (ORCPT + 99 others); Mon, 8 Apr 2019 05:42:00 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:44778 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726656AbfDHJlx (ORCPT ); Mon, 8 Apr 2019 05:41:53 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: eballetbo) with ESMTPSA id 0593028286A From: Enric Balletbo i Serra To: lee.jones@linaro.org Cc: gwendal@chromium.org, bleung@chromium.org, linux-kernel@vger.kernel.org, groeck@chromium.org, kernel@collabora.com, dtor@chromium.org, rushikesh.s.kadam@intel.com, Wei-Ning Huang Subject: [PATCH v3 4/4] mfd: cros_ec: instantiate properly CrOS Touchpad MCU device Date: Mon, 8 Apr 2019 11:41:41 +0200 Message-Id: <20190408094141.27858-5-enric.balletbo@collabora.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190408094141.27858-1-enric.balletbo@collabora.com> References: <20190408094141.27858-1-enric.balletbo@collabora.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Support Touchpad MCU as a special of CrOS EC devices. The current Touchpad MCU is used on Eve Chromebook and used the same protocol as other CrOS EC devices. When a MCU has touchpad support (aka EC_FEATURE_TOUCHPAD), it is instantiated as a special CrOS EC device with device name 'cros_tp'. So regardless of the probing order between the actual cros_ec and cros_tp, the userspace and other kernel drivers should not confuse them. Signed-off-by: Wei-Ning Huang Signed-off-by: Enric Balletbo i Serra --- Changes in v3: None Changes in v2: None drivers/mfd/cros_ec_dev.c | 10 ++++++++++ include/linux/mfd/cros_ec.h | 1 + 2 files changed, 11 insertions(+) diff --git a/drivers/mfd/cros_ec_dev.c b/drivers/mfd/cros_ec_dev.c index 79746e817cdb..be827910e9d0 100644 --- a/drivers/mfd/cros_ec_dev.c +++ b/drivers/mfd/cros_ec_dev.c @@ -659,6 +659,16 @@ static int ec_device_probe(struct platform_device *pdev) ec_platform->ec_name = CROS_EC_DEV_ISH_NAME; } + /* Check whether this is actually a Touchpad MCU rather than an EC */ + if (cros_ec_check_features(ec, EC_FEATURE_TOUCHPAD)) { + dev_info(dev, "CrOS Touchpad MCU detected.\n"); + /* + * Help userspace differentiating ECs from TP MCU, + * regardless of the probing order. + */ + ec_platform->ec_name = CROS_EC_DEV_TP_NAME; + } + /* * Add the class device * Link to the character device for creating the /dev entry diff --git a/include/linux/mfd/cros_ec.h b/include/linux/mfd/cros_ec.h index b393bd4e4b73..981381fbb3fd 100644 --- a/include/linux/mfd/cros_ec.h +++ b/include/linux/mfd/cros_ec.h @@ -26,6 +26,7 @@ #define CROS_EC_DEV_FP_NAME "cros_fp" #define CROS_EC_DEV_ISH_NAME "cros_ish" #define CROS_EC_DEV_PD_NAME "cros_pd" +#define CROS_EC_DEV_TP_NAME "cros_tp" /* * The EC is unresponsive for a time after a reboot command. Add a -- 2.20.1