Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2974568imu; Mon, 19 Nov 2018 08:51:10 -0800 (PST) X-Google-Smtp-Source: AJdET5cnD/IkIV+nAKaPNZWhaHG2950kbX+GAjjNIr36eVOZZteEROu9jkRddA6+wdgDPSk8/3Hc X-Received: by 2002:a62:995c:: with SMTP id d89-v6mr23504690pfe.11.1542646270043; Mon, 19 Nov 2018 08:51:10 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1542646270; cv=none; d=google.com; s=arc-20160816; b=f9VNVkf/zpWWguyS7ahIXRDExvYJcZQZvEzIRkAcltOdG8w6WgXaEaBgVq7NHwB4D2 kJ2NMmn58Il+fd93uNpMWkxDacLIL7c/gUnn/Wy9JjGzfr7bJoZ21MUFhk8yWnvr/TOW 28wHXPmgW045BvCt5oLFbhrVZHmdKvLyw4zihxbD6utBRHSS8W4v3T7kHrqt8AVEi8e5 OzOvd4xjjhs7Ip3UIpsli9QwVgW7UFgUxJZrD/lFnIJIJpvmBHMXQShisuh3+R+yTd8c tHfPNb72SlNn2wYFMpYG6cbRZ/01STrSFGZZcDtI4ihNQM2Gf6ewgg8aXJnnsa3yEAr4 IbgQ== 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 :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=5ayQFzwP48JolHolYN0eCZAHBRAHQtHO6Y7KtnwfiiI=; b=gqg4llzDfUIuV5kqLGFFaMkgNZuBacV+LBNdU2csTTFRmCu+RM5AJtWRkjnWd8JkK+ QjOMOV95fHFwDQkJCuH8U0isCO5ZFwp8KIH6dWEoGMwwtzmgV6xHOwK0ueBVp9v5Si3b L4LkKNpv8FV572xbxLd/xeZZEpafjHc+21NjzxJov7jGWGIUHIRtEl3KzAsKvO7ti/zE 1Z/jpVtt6DumrfrlFfasaOzkkY0rOQD21IJEDxrDt5yeHRUosx0j3pCiZ4gEiZ2T7C7a 9+VW0p4XxmqP2IXt//AUpDf0Kn3e/MawQhctsNkp+mcjerUietbKmuVb4t4a317zGWZH vhpg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=j9tVYczk; 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id c37si16344338pgm.156.2018.11.19.08.50.55; Mon, 19 Nov 2018 08:51:09 -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; dkim=pass header.i=@kernel.org header.s=default header.b=j9tVYczk; 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389964AbeKTDOZ (ORCPT + 99 others); Mon, 19 Nov 2018 22:14:25 -0500 Received: from mail.kernel.org ([198.145.29.99]:51702 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388976AbeKTDOY (ORCPT ); Mon, 19 Nov 2018 22:14:24 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 4D99B20C01; Mon, 19 Nov 2018 16:50:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1542646211; bh=SxdbcjQmdawe6SGaICfPSHRLBKGcZm4cp9XE9wPgQe4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=j9tVYczkwVCHD/Yuod90r/YhmC+Yui1oiq3kCOAC76wVgBTYaCYpYRtMAVBLwvrBy J5szwhLQuD7wuY3tpFYD50MWouoTxVSc6M2PGEZnkotPzT9P7GNIIUJnWxNpuhsM1c z5OwQnQgYBZ1qaIOjQOU3yWbWCT6tiPQhZqZZLU0= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Krzysztof Kozlowski , Stephen Boyd Subject: [PATCH 4.14 041/124] clk: s2mps11: Fix matching when built as module and DT node contains compatible Date: Mon, 19 Nov 2018 17:28:15 +0100 Message-Id: <20181119162621.601868757@linuxfoundation.org> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20181119162612.951907286@linuxfoundation.org> References: <20181119162612.951907286@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.14-stable review patch. If anyone has any objections, please let me know. ------------------ From: Krzysztof Kozlowski commit 8985167ecf57f97061599a155bb9652c84ea4913 upstream. When driver is built as module and DT node contains clocks compatible (e.g. "samsung,s2mps11-clk"), the module will not be autoloaded because module aliases won't match. The modalias from uevent: of:NclocksTCsamsung,s2mps11-clk The modalias from driver: platform:s2mps11-clk The devices are instantiated by parent's MFD. However both Device Tree bindings and parent define the compatible for clocks devices. In case of module matching this DT compatible will be used. The issue will not happen if this is a built-in (no need for module matching) or when clocks DT node does not contain compatible (not correct from bindings perspective but working for driver). Note when backporting to stable kernels: adjust the list of device ID entries. Cc: Fixes: 53c31b3437a6 ("mfd: sec-core: Add of_compatible strings for clock MFD cells") Signed-off-by: Krzysztof Kozlowski Acked-by: Stephen Boyd Signed-off-by: Stephen Boyd Signed-off-by: Greg Kroah-Hartman --- drivers/clk/clk-s2mps11.c | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) --- a/drivers/clk/clk-s2mps11.c +++ b/drivers/clk/clk-s2mps11.c @@ -245,6 +245,36 @@ static const struct platform_device_id s }; MODULE_DEVICE_TABLE(platform, s2mps11_clk_id); +#ifdef CONFIG_OF +/* + * Device is instantiated through parent MFD device and device matching is done + * through platform_device_id. + * + * However if device's DT node contains proper clock compatible and driver is + * built as a module, then the *module* matching will be done trough DT aliases. + * This requires of_device_id table. In the same time this will not change the + * actual *device* matching so do not add .of_match_table. + */ +static const struct of_device_id s2mps11_dt_match[] = { + { + .compatible = "samsung,s2mps11-clk", + .data = (void *)S2MPS11X, + }, { + .compatible = "samsung,s2mps13-clk", + .data = (void *)S2MPS13X, + }, { + .compatible = "samsung,s2mps14-clk", + .data = (void *)S2MPS14X, + }, { + .compatible = "samsung,s5m8767-clk", + .data = (void *)S5M8767X, + }, { + /* Sentinel */ + }, +}; +MODULE_DEVICE_TABLE(of, s2mps11_dt_match); +#endif + static struct platform_driver s2mps11_clk_driver = { .driver = { .name = "s2mps11-clk",