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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C9277EB64DD for ; Thu, 13 Jul 2023 13:34:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235024AbjGMNeY (ORCPT ); Thu, 13 Jul 2023 09:34:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37774 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234866AbjGMNeX (ORCPT ); Thu, 13 Jul 2023 09:34:23 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 43EACC1 for ; Thu, 13 Jul 2023 06:34:22 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id CCB89612E6 for ; Thu, 13 Jul 2023 13:34:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 01CFFC433C8; Thu, 13 Jul 2023 13:34:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689255261; bh=jYzPgQnf1TaaL1US+K04i/G+98207d12v9hEK0Jivt4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HSBXQCqpuJNHv3gH8O1XFfQXEQcmsxUKzg9XYQgQDlSsS1WoWFKHupUoPjlmdDscg mcDYpoWc0zIkZWKyG2s5oLH/w6771wtPfrD4ydYkv26VJJhKfNxvoJ6OEZ4+6LEFjy SrhiXmK660ly0tElFsyETGq1b01oAWXBz68+SZc8+GcArdBw+sgoHCNmtNOpqbnXOJ KeH2odwPgtn9dGlDMWGhpT1wGUl+/L4goTT6nS7KU5PtNeTWxIe0zkAZcMeZUptapO Ax5Sxry1qIHszz/SKHyag6GACeo0Hne41HftWEbl6Qg4vztzbNeCw+RLFTkp+BfMjj Wy5A9Wp8a3z/A== Date: Thu, 13 Jul 2023 14:34:16 +0100 From: Lee Jones To: Geert Uytterhoeven Cc: Sebastian Reichel , Alexandre Belloni , linux-kernel@vger.kernel.org Subject: Re: [PATCH] mfd: rk808: Make MFD_RK8XX tristate Message-ID: <20230713133416.GU10768@google.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 04 Jul 2023, Geert Uytterhoeven wrote: > There is no reason for MFD_RK8XX to be bool, all drivers that depend on > it, or that select it, are tristate. > > Fixes: c20e8c5b1203af37 ("mfd: rk808: Split into core and i2c") > Signed-off-by: Geert Uytterhoeven > --- > drivers/mfd/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks -- Lee Jones [李琼斯]