From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 387953E1718; Wed, 8 Jul 2026 08:10:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783498227; cv=none; b=hUfjcTx4CLk8XgSzmT7ODJ9iNG+dBak+ymJ6cry69wc5p4Ky2a4VPUgU8C8k583HgOC1BzNLBeRECAbzlsxffapMfHFn6rPHdqRsgG5Tham51nT73TjqcSlVdIFbke8SWC0giXnJEA78RzkScXmTYEUh5lWukbi9qwezOwgiL8A= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783498227; c=relaxed/simple; bh=yCqSS875QpHsbFoa2bk23+nvYovKpFiry8Jjh/B8F7Y=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=Z4jxvHR7dH+Q47g5N0Ub+pJATZSiQ23pkB6skyOCi908O2/rWQ4zQqj2eEUo7UUyJ9j1EQScZPXxLBU4C1bDisT+9BLNAu3aSaZvVLMRTxIiBjo7h5MQaEdX05dGxN7k94Cre2tCjp5IDZ2hAnUviiOufotviL9xeYPU9A3KojA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=hTQuXiYY; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="hTQuXiYY" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B65441F000E9; Wed, 8 Jul 2026 08:10:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783498225; bh=GgV78O363yhQjW/mjMg5O2ccLPnLEWk0RTgUkDs69oA=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=hTQuXiYYVkRMp7d1/Pa2YQwcmHonvxgag+V7+chaFddpQzq9hUYEb/dW/y1abE+uL WGe7au04gJKnfuln1bNIqXW40DJCOksR9GULiJDaqu0c0X14thRYC/deWzY5tcjYpT +vBPY46uymIVMNW5haPIGGdaa9nHjMN5u2GgN8KAY2EYrOhs8M7WA/shwv32Ju+nlP ZT+ykpTQj9gtU9FylhaM8sZhIkBf/aA5SpDpnA4J8ny0Xdwm+oENAdAAmyRWpSQIYF D5SDMZ/Xi8VcIYWDBlZ6EVQI8zHVsKtUfcnq8lzh0ATO0b6N1MmHM2hBbuHhL9DFZ9 3okoGfSrNwiWQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 569443926383; Wed, 8 Jul 2026 08:10:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] net: mdio: select REGMAP_MMIO instead of depending on it From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178349820489.2361978.9830216385714459265.git-patchwork-notify@kernel.org> Date: Wed, 08 Jul 2026 08:10:04 +0000 References: <20260702032653.1580616-1-rosenp@gmail.com> In-Reply-To: <20260702032653.1580616-1-rosenp@gmail.com> To: Rosen Penev Cc: netdev@vger.kernel.org, andrew@lunn.ch, hkallweit1@gmail.com, linux@armlinux.org.uk, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, dtcccc@linux.alibaba.com, linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (main) by Paolo Abeni : On Wed, 1 Jul 2026 20:26:52 -0700 you wrote: > REGMAP_MMIO is a hidden (non-user-visible) tristate symbol. Using > depends on it is incorrect because there is no way for the user to > enable it directly. Change to select, which is the convention used > by every other driver in the tree that needs REGMAP_MMIO. > > Fixes: 8057cbb8335c ("net: mdio: mscc-miim: Add depend of REGMAP_MMIO on MDIO_MSCC_MIIM") > Assisted-by: opencode:big-pickle > Signed-off-by: Rosen Penev > > [...] Here is the summary with links: - [net] net: mdio: select REGMAP_MMIO instead of depending on it https://git.kernel.org/netdev/net/c/1a3267a8c9ec You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html