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 CAB1EC38145 for ; Thu, 8 Sep 2022 00:32:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230400AbiIHAcS (ORCPT ); Wed, 7 Sep 2022 20:32:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46000 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230266AbiIHAbU (ORCPT ); Wed, 7 Sep 2022 20:31:20 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 405E09E8BA; Wed, 7 Sep 2022 17:31:18 -0700 (PDT) Received: from jupiter.universe (dyndsl-095-033-158-249.ewe-ip-backbone.de [95.33.158.249]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: sre) by madras.collabora.co.uk (Postfix) with ESMTPSA id C80AD6601F81; Thu, 8 Sep 2022 01:31:14 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1662597075; bh=zj4EycsA2up3moyNszlj5tFIZU3qPDoqX2acH/vKHBY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=KqAHrqA9bnNi/xWYAA7RBwzj7kJNvnCf6CJTxKzxNbAt59NrVBjnX3HIlB+/i0GWj lMxhfuZZpGIaJv0QffUBxlLkpSBuTgJLYHW0nym0aK5/AsHqrFJcgFdvp0oMuQu3lx kvSRKyk24RBVeUP55t0PXqs05PhpEUGVjxTnxPWr2/779kIEkRtzpNL4gKUSYgMCFk 6s8wX79ITycTgRiW59nBV0koyY8e6T0fzCeL9osft0yh3Y9P7M/0nzkLFiA3TXQtNG UOjxHcRiNgBgJSZFwm/xpPQoqujoJm90E2gdlbim2eSM+6mVgNr8mXtOlLg08A/tLE Is4unmWXH89Qg== Received: by jupiter.universe (Postfix, from userid 1000) id 7BE90480835; Thu, 8 Sep 2022 02:31:09 +0200 (CEST) From: Sebastian Reichel To: Heiko Stuebner , Rob Herring , Krzysztof Kozlowski , Lee Jones Cc: Michael Turquette , Stephen Boyd , Linus Walleij , Mark Brown , Liam Girdwood , Alexandre Belloni , Alessandro Zummo , linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Sebastian Reichel , kernel@collabora.com Subject: [PATCHv2 13/13] ASoC: rk817: Remove 'select REGMAP_I2C' Date: Thu, 8 Sep 2022 02:31:07 +0200 Message-Id: <20220908003107.220143-14-sebastian.reichel@collabora.com> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220908003107.220143-1-sebastian.reichel@collabora.com> References: <20220908003107.220143-1-sebastian.reichel@collabora.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org With the changed rk808 driver (it now can be used with either SPI or I2C) a configuration without I2C is possible in theory. In that case selecting REGMAP_I2C is not ok. Since the audio codec driver does not really care about the regmap binding just drop the select. Signed-off-by: Sebastian Reichel --- sound/soc/codecs/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index d16b4efb88a7..646494973cfd 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -1192,7 +1192,6 @@ config SND_SOC_RK3328 config SND_SOC_RK817 tristate "Rockchip RK817 audio CODEC" depends on MFD_RK808 - select REGMAP_I2C config SND_SOC_RL6231 tristate -- 2.35.1 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 76517C6FA82 for ; Thu, 8 Sep 2022 00:31:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=iVGjvwVBzeZmv1631MZm9s7uSIndSoK1f/U3WFkjIPI=; b=m6brCR7YyTAFN+ KCUshAnWhRuUH5fatjshZunP8bSmAWgK8I8X8D0VdBCiDF2iX8cbvWTDvYYtSIzRqGSQOrkhZIm6v 4wM9KSdfr1+DFDvysaSebWMXGq6nmWTC0jlB/cG22zsL6xnyFuGe7kgkjQ9ccgWYg7tuKLehDjNi8 WPEER8OfeWwo0jYCvjikaSFGCd42W+D33FnxptzxOcwrSW62EM8X/tbm3UkW7w1PmeBGiXBE8CjwB WfUvTAvahueK36w2M9mGdpqtXpqcvU/1hLvAsd3NhLjGprU1FK0V4DH5ts+gIyQAzNfjXxORxYYy0 W2zuTOd39lVDaWv9GLdA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oW5SB-00DGAF-2T; Thu, 08 Sep 2022 00:31:35 +0000 Received: from madras.collabora.co.uk ([2a00:1098:0:82:1000:25:2eeb:e5ab]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oW5Ry-00DFSO-VT for linux-rockchip@lists.infradead.org; Thu, 08 Sep 2022 00:31:26 +0000 Received: from jupiter.universe (dyndsl-095-033-158-249.ewe-ip-backbone.de [95.33.158.249]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: sre) by madras.collabora.co.uk (Postfix) with ESMTPSA id C80AD6601F81; Thu, 8 Sep 2022 01:31:14 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1662597075; bh=zj4EycsA2up3moyNszlj5tFIZU3qPDoqX2acH/vKHBY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=KqAHrqA9bnNi/xWYAA7RBwzj7kJNvnCf6CJTxKzxNbAt59NrVBjnX3HIlB+/i0GWj lMxhfuZZpGIaJv0QffUBxlLkpSBuTgJLYHW0nym0aK5/AsHqrFJcgFdvp0oMuQu3lx kvSRKyk24RBVeUP55t0PXqs05PhpEUGVjxTnxPWr2/779kIEkRtzpNL4gKUSYgMCFk 6s8wX79ITycTgRiW59nBV0koyY8e6T0fzCeL9osft0yh3Y9P7M/0nzkLFiA3TXQtNG UOjxHcRiNgBgJSZFwm/xpPQoqujoJm90E2gdlbim2eSM+6mVgNr8mXtOlLg08A/tLE Is4unmWXH89Qg== Received: by jupiter.universe (Postfix, from userid 1000) id 7BE90480835; Thu, 8 Sep 2022 02:31:09 +0200 (CEST) From: Sebastian Reichel To: Heiko Stuebner , Rob Herring , Krzysztof Kozlowski , Lee Jones Cc: Michael Turquette , Stephen Boyd , Linus Walleij , Mark Brown , Liam Girdwood , Alexandre Belloni , Alessandro Zummo , linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Sebastian Reichel , kernel@collabora.com Subject: [PATCHv2 13/13] ASoC: rk817: Remove 'select REGMAP_I2C' Date: Thu, 8 Sep 2022 02:31:07 +0200 Message-Id: <20220908003107.220143-14-sebastian.reichel@collabora.com> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220908003107.220143-1-sebastian.reichel@collabora.com> References: <20220908003107.220143-1-sebastian.reichel@collabora.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220907_173123_224447_6AEB32E7 X-CRM114-Status: GOOD ( 12.76 ) X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org With the changed rk808 driver (it now can be used with either SPI or I2C) a configuration without I2C is possible in theory. In that case selecting REGMAP_I2C is not ok. Since the audio codec driver does not really care about the regmap binding just drop the select. Signed-off-by: Sebastian Reichel --- sound/soc/codecs/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index d16b4efb88a7..646494973cfd 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -1192,7 +1192,6 @@ config SND_SOC_RK3328 config SND_SOC_RK817 tristate "Rockchip RK817 audio CODEC" depends on MFD_RK808 - select REGMAP_I2C config SND_SOC_RL6231 tristate -- 2.35.1 _______________________________________________ Linux-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip