From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E7F3CC3A5A4 for ; Fri, 30 Aug 2019 11:35:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BA8B121874 for ; Fri, 30 Aug 2019 11:35:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567164925; bh=beUYgR0/dYRG89tpSDFZ2nRmFrvgKaK2bMvwx5ZLAYw=; h=From:To:Cc:Subject:Date:List-ID:From; b=jmrK8Ia7Pt5rz3jp3ysgBm2HKBapsM4xFVVwhNztfW5a1UP9/T9NcAMFmEWWJqaJA vEBOzdenDzqCnCANOYGRYsTkTo0wNMI+GOnUa/Re5bIwirLLr0YwRVDFahKIZHIPwu qOuduxuITt7wtpWr3tbJpRRtS7yIuUQnyFnMG2wA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728111AbfH3LfY (ORCPT ); Fri, 30 Aug 2019 07:35:24 -0400 Received: from heliosphere.sirena.org.uk ([172.104.155.198]:53680 "EHLO heliosphere.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727417AbfH3LfY (ORCPT ); Fri, 30 Aug 2019 07:35:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sirena.org.uk; s=20170815-heliosphere; h=Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=6JZ9zVy4CzgSqJ6r5Pl7nmn/QP9rfD93SSVyEhyjuBA=; b=kETRLSEsobvLH9yYw1HqEJwiu bTKrS7NuaStw13z67WZMPTLFyGaDLfQzX6i9l8W1jWhR+8SVZ5nWmjlTrWYmQLMDFcevp6v2ofzj2 NkCZJ/iHBZSP2CI0/ACqEIrRDHgF8mUENVT479rqcH++W7rhuNnu2QQJWKV+LFXYEp5hE=; Received: from cpc102320-sgyl38-2-0-cust46.18-2.cable.virginm.net ([82.37.168.47] helo=ypsilon.sirena.org.uk) by heliosphere.sirena.org.uk with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1i3fBS-0006Gb-BR; Fri, 30 Aug 2019 11:35:14 +0000 Received: by ypsilon.sirena.org.uk (Postfix, from userid 1000) id 612C12742B61; Fri, 30 Aug 2019 12:35:12 +0100 (BST) From: Mark Brown To: Liam Girdwood , Hsin-Hsiung Wang Cc: linux-kernel@vger.kernel.org, Mark Brown , Stephen Rothwell Subject: [PATCH] regulator: mt6358: Add BROKEN dependency while waiting for MFD to merge Date: Fri, 30 Aug 2019 12:35:10 +0100 Message-Id: <20190830113510.32287-1-broonie@kernel.org> X-Mailer: git-send-email 2.20.1 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 mt6358 driver was merged in error, it depends on an existing MFD rather than a newly added one and needs updates to that driver. Disable the build until those are merged. Reported-by: Stephen Rothwell Signed-off-by: Mark Brown --- drivers/regulator/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index d6d8785630b1..3ee63531f6d5 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -621,7 +621,7 @@ config REGULATOR_MT6323 config REGULATOR_MT6358 tristate "MediaTek MT6358 PMIC" - depends on MFD_MT6397 + depends on MFD_MT6397 && BROKEN help Say y here to select this option to enable the power regulator of MediaTek MT6358 PMIC. -- 2.20.1