Received: by 2002:a25:824b:0:0:0:0:0 with SMTP id d11csp7426769ybn; Mon, 30 Sep 2019 13:46:13 -0700 (PDT) X-Google-Smtp-Source: APXvYqzRSQzN1Rt+geIOCSu5TLl6yvCNPyK7rbmcnqu+L/2NqJAZ2LW6mHlEYg6RbFcaw1O6Wi59 X-Received: by 2002:a05:6402:1426:: with SMTP id c6mr22401875edx.53.1569876373690; Mon, 30 Sep 2019 13:46:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569876373; cv=none; d=google.com; s=arc-20160816; b=DSKdU4eryQaOR/SFiw7B26avb2SHMn6PgqLRqJQftQ4GELcyV4ZLpfLXxr1emFrUkx +u9bDZThomOhoPeHDqk5BreG8dE0yr5EPyOz2RJFlE3iL3/XSLylP89Fhj0zBnrUgWkI BAGSInZJ5/N2qPRGAKpq5E6WMNB6wGn2lWHjFWX7Ff4ICHi/MFc+mr3fAVKSUfPeRp7V 3pn7AWHvdak3RUc8slFsMEYGDD1mRfk2SFf72Wy0ai7POy7WI0zkEea6cSzLbze1+0CA 4jeHhkFscPtw9M3DApbip1kuHdjiSpFJ0oHbQXwr6hu0B2RCla+wvXdCsU4qC62J8Lz3 aMug== 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 :message-id:date:subject:to:from; bh=badKghgQNZw8PZ1pT9AMSPSUFvyxzIINaqh0CWeMcX8=; b=WPbM0x+cbAiyspfOQEb2dkj+MDwZq0H1wQwFWelI4WtZTIPPnlQdpmfISvM1H+mr3Y /EbTe0jgC8guYsxxJRzLxzNWrBFHa/eUBcUpcRSAfU9Uat4zu8SBK4IMYPBOdmeSIE7A 7j/84j7Ekx6CJToAd6uj7lZ2wbFqAllEkcwLV3OBGF8bDWw3aqr3Ib3jDTBMZRAegpxt z7xBc7iHz1z2mqpjB6PbpGrhHhNzQWq2yb6owyR5nsSIwIB5S1Q/ApUQkJQ8qCe/YKKK A0rjlHFOeOUSvewhhZGsyqORw3P9URikHNtliQKWPI8hyTfdCIr8IAOokAmRUeqY0ywM g4ug== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a2si7578898edc.321.2019.09.30.13.45.48; Mon, 30 Sep 2019 13:46:13 -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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730970AbfI3Uni (ORCPT + 99 others); Mon, 30 Sep 2019 16:43:38 -0400 Received: from honk.sigxcpu.org ([24.134.29.49]:41308 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726504AbfI3Ung (ORCPT ); Mon, 30 Sep 2019 16:43:36 -0400 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id 84353FB05; Mon, 30 Sep 2019 22:26:03 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at honk.sigxcpu.org Received: from honk.sigxcpu.org ([127.0.0.1]) by localhost (honk.sigxcpu.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id q1LdYn5Hi-MK; Mon, 30 Sep 2019 22:26:02 +0200 (CEST) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id CB18F4898F; Mon, 30 Sep 2019 22:26:01 +0200 (CEST) From: =?UTF-8?q?Guido=20G=C3=BCnther?= To: Michael Turquette , Stephen Boyd , Liam Girdwood , Mark Brown , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/2] bd718xx: Fix probing when built as a module Date: Mon, 30 Sep 2019 22:25:59 +0200 Message-Id: X-Mailer: git-send-email 2.23.0.rc1 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 Add MODULE_ALIAS("platform:") so the drivers of the subdevices get loaded with the mfd driver. Without that the regulator and clk drivers would never be loaded when built as a module. Guido Günther (2): regulator: bd718x7: Add MODULE_ALIAS() clk: bd718x7: Add MODULE_ALIAS() drivers/clk/clk-bd718x7.c | 1 + drivers/regulator/bd718x7-regulator.c | 1 + 2 files changed, 2 insertions(+) -- 2.23.0.rc1