Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp7067568ybi; Mon, 22 Jul 2019 06:36:28 -0700 (PDT) X-Google-Smtp-Source: APXvYqzXouIWmVuTSRQvpgiH+zq4gjW+Sq+a4VyoIuxy0kQ5voDPO6krpOKAnhzUikNTUgwtzoC7 X-Received: by 2002:a17:90a:ab0d:: with SMTP id m13mr73779344pjq.84.1563802588262; Mon, 22 Jul 2019 06:36:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1563802588; cv=none; d=google.com; s=arc-20160816; b=aXOj3Iv5SiqHa8zTbFrVtrkA/AVHSwJ8LuPMq1Ab1S17MmfFO4eNmNnb8XojK8fv/2 E7iB4q2VG+tTvMB06z2g23Gw58NRMYmltRaVi8GUQJOaJ+dmOmrTO7pu83u4Gtf95Ysk 2qLUp2f4NeAPqZ80DEqNJuWzSnaSEjZiRtFB4gcBGct54zne4WNDwWRi2dDz/L75s7lc yapbzbHi0vBaGtkhvhBBDm3ueq2gq8/t2DMeTC0/Y8GTdmXq2Jb2PnZRxNV3e9yq+6JH py2ogVZSsMECSgr+2savYKo3woFzO7sEA6k0Jbkgif0q49troXoBV8Bh4Cs+6kCKVjBs p/1A== 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=5HvbW3PtWDtFhu+yxwPhKzpotwxfnIJNNNhgdmU+XBk=; b=MvrX7sZnJVcsoae738CGg/v+M6KhhjQ2z2fFZ2CWFuJOeLtCdd1KPpBY16/i5/cj38 W04W8zTYe2yzoaJBiOdAf7xkKqqPtCtHb5uYZyon1RGVcHODpQG8DG4PbZGoUhxwTMLx K8RNUX+K6zJVvX/PK9APGoXCAElF+O9vaDWINFrlkB+XQvkKUUsQse07R2HwEaSAltOT WWXcmx4NvFYrV+JRmLXQcj/BhV7eSrQvX/h84mCJuzgNEIUkySmV/yM5aQ4ekQ7i6oLZ xitFsK5y34HUIs9/0Sl9GexMUc7C8cRwO8UiYXDGAWFTW28yK32hn/FWTqNwpHrhmeH8 /R5Q== 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 i26si479718pgm.250.2019.07.22.06.36.12; Mon, 22 Jul 2019 06:36:28 -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 S1730485AbfGVNdW (ORCPT + 99 others); Mon, 22 Jul 2019 09:33:22 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:36392 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730211AbfGVNdQ (ORCPT ); Mon, 22 Jul 2019 09:33:16 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: eballetbo) with ESMTPSA id D1D0628B186 From: Enric Balletbo i Serra To: linux-kernel@vger.kernel.org Cc: Jonathan Corbet , Krzysztof Kozlowski , Will Deacon , MyungJoo Ham , Chanwoo Choi , Benson Leung , Guenter Roeck , Jonathan Cameron , Dmitry Torokhov , Mauro Carvalho Chehab , Lee Jones , Sebastian Reichel , Thierry Reding , Alexandre Belloni , Liam Girdwood , Mark Brown , Neil Armstrong , Greg Kroah-Hartman , Collabora kernel ML , Andy Shevchenko , Gwendal Grignou Subject: [PATCH v5 05/11] mfd / platform: cros_ec: Rename config to a better name Date: Mon, 22 Jul 2019 15:32:51 +0200 Message-Id: <20190722133257.9336-6-enric.balletbo@collabora.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190722133257.9336-1-enric.balletbo@collabora.com> References: <20190722133257.9336-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 The cros-ec-dev is a multifunction device that now doesn't implement any chardev communication interface. MFD_CROS_EC_CHARDEV doesn't look a good name to describe that device and can cause confusion. Hence rename it to CROS_EC_DEV. Signed-off-by: Enric Balletbo i Serra Acked-by: Andy Shevchenko Reviewed-by: Gwendal Grignou Tested-by: Gwendal Grignou --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None drivers/mfd/Kconfig | 17 ++++++++++------- drivers/mfd/Makefile | 2 +- drivers/platform/chrome/Kconfig | 22 +++++++++++----------- 3 files changed, 22 insertions(+), 19 deletions(-) diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index d79882b608cf..c5c5ff308881 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -211,15 +211,18 @@ config MFD_AXP20X_RSB components like regulators or the PEK (Power Enable Key) under the corresponding menus. -config MFD_CROS_EC_CHARDEV - tristate "Chrome OS Embedded Controller userspace device interface" - depends on CROS_EC +config MFD_CROS_EC_DEV + tristate "ChromeOS Embedded Controller multifunction device" select MFD_CORE - ---help--- - This driver adds support to talk with the ChromeOS EC from userspace. + depends on CROS_EC + default CROS_EC + help + Select this to get support for ChromeOS Embedded Controller + sub-devices. This driver will instantiate additional drivers such + as RTC, USBPD, etc. but you have to select the individual drivers. - If you have a supported Chromebook, choose Y or M here. - The module will be called cros_ec_dev. + To compile this driver as a module, choose M here: the module will be + called cros-ec-dev. config MFD_MADERA tristate "Cirrus Logic Madera codecs" diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile index 59ab5bf51b65..0c0a848e62df 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile @@ -13,7 +13,7 @@ obj-$(CONFIG_MFD_ASIC3) += asic3.o tmio_core.o obj-$(CONFIG_ARCH_BCM2835) += bcm2835-pm.o obj-$(CONFIG_MFD_BCM590XX) += bcm590xx.o obj-$(CONFIG_MFD_BD9571MWV) += bd9571mwv.o -obj-$(CONFIG_MFD_CROS_EC_CHARDEV) += cros_ec_dev.o +obj-$(CONFIG_MFD_CROS_EC_DEV) += cros_ec_dev.o obj-$(CONFIG_MFD_EXYNOS_LPASS) += exynos-lpass.o obj-$(CONFIG_HTC_PASIC3) += htc-pasic3.o diff --git a/drivers/platform/chrome/Kconfig b/drivers/platform/chrome/Kconfig index bd3524bd6b37..62726acb3a61 100644 --- a/drivers/platform/chrome/Kconfig +++ b/drivers/platform/chrome/Kconfig @@ -87,7 +87,7 @@ config CROS_EC_RPMSG config CROS_EC_ISHTP tristate "ChromeOS Embedded Controller (ISHTP)" - depends on MFD_CROS_EC + depends on CROS_EC depends on INTEL_ISH_HID help If you say Y here, you get support for talking to the ChromeOS EC @@ -138,8 +138,8 @@ config CROS_KBD_LED_BACKLIGHT config CROS_EC_CHARDEV tristate "ChromeOS EC miscdevice" - depends on MFD_CROS_EC_CHARDEV - default MFD_CROS_EC_CHARDEV + depends on MFD_CROS_EC_DEV + default MFD_CROS_EC_DEV help This driver adds file operations support to talk with the ChromeOS EC from userspace via a character device. @@ -149,8 +149,8 @@ config CROS_EC_CHARDEV config CROS_EC_LIGHTBAR tristate "Chromebook Pixel's lightbar support" - depends on MFD_CROS_EC_CHARDEV - default MFD_CROS_EC_CHARDEV + depends on MFD_CROS_EC_DEV + default MFD_CROS_EC_DEV help This option exposes the Chromebook Pixel's lightbar to userspace. @@ -160,8 +160,8 @@ config CROS_EC_LIGHTBAR config CROS_EC_VBC tristate "ChromeOS EC vboot context support" - depends on MFD_CROS_EC_CHARDEV && OF - default MFD_CROS_EC_CHARDEV + depends on MFD_CROS_EC_DEV && OF + default MFD_CROS_EC_DEV help This option exposes the ChromeOS EC vboot context nvram to userspace. @@ -171,8 +171,8 @@ config CROS_EC_VBC config CROS_EC_DEBUGFS tristate "Export ChromeOS EC internals in DebugFS" - depends on MFD_CROS_EC_CHARDEV && DEBUG_FS - default MFD_CROS_EC_CHARDEV + depends on MFD_CROS_EC_DEV && DEBUG_FS + default MFD_CROS_EC_DEV help This option exposes the ChromeOS EC device internals to userspace. @@ -182,8 +182,8 @@ config CROS_EC_DEBUGFS config CROS_EC_SYSFS tristate "ChromeOS EC control and information through sysfs" - depends on MFD_CROS_EC_CHARDEV && SYSFS - default MFD_CROS_EC_CHARDEV + depends on MFD_CROS_EC_DEV && SYSFS + default MFD_CROS_EC_DEV help This option exposes some sysfs attributes to control and get information from ChromeOS EC. -- 2.20.1