From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 C7D90239E7E; Fri, 27 Feb 2026 13:52:34 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772200354; cv=none; b=cUaJOZ9+BJXJe4zob6UY7ikXFv0Tn0ciF++iYnKHmGNTJ97/IGn9FB+FR/rWuK2yI1ph+X6jrylmfqdK53M3Wh3jcSzc6YVwSVZ4aq4+WSYaPCBXagpMaYLSMTTpyZyO8Gz+UujhWPsuVoe+257YBu4uIFpGpM2JWSRMfQ9yf3g= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772200354; c=relaxed/simple; bh=1aioRZsT/x015BhRflc0NizKTzba3nmZZdRjXLysTLY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=DeaIhWh2PaCukL7i5iZbGMuNm/9NFXgXwo68x70SUsCuJRGXmEE+Jj9af6RJJqjHg/G3NfbbOqPEVn3B24AIxgCSEvscMkeP6y92bryKX/TnkT1tjOQr8zJOeIESZ+plguHTL0Uic+G+cBZNhzkkA1wNzguaqeQ/ZwkZkpLcQiY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ZKTp/tLu; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ZKTp/tLu" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C076BC19423; Fri, 27 Feb 2026 13:52:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772200354; bh=1aioRZsT/x015BhRflc0NizKTzba3nmZZdRjXLysTLY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZKTp/tLu+wqzSPRuDSsgiiAj+iG35J5v43Y0sjKtzn3ByCpGg6WGzAZh10dKcs94N SScd4MzCSMOaib46Rj80zqtgiPVuKuIA0ZXF92yxf/r8I8/udV/xItmlrxR1FsHR0q //5CEUy5kcR5lE9mod7Z2ov6Ey/1mcganvINJK6o7UvSCs8QCwHXylRP1zxrwaJ4Im 9YRKhj429gJ11KkgSp6oV7+GGJLcmuPTqgZMGYRBShWSIKG0EUrrgnx5z/O+DOgBAh m5CBn36upkSlQh52p+FTi/q/CnGLw89qSiKJL7YVAmHovGT8wA7X1LGCA9yiOtFLRP 20cNtPCl9A9tA== Date: Fri, 27 Feb 2026 19:22:31 +0530 From: Vinod Koul To: Josua Mayer Cc: Marc Kleine-Budde , Vincent Mailhol , Neil Armstrong , Peter Rosin , Aaro Koskinen , Andreas Kemnade , Kevin Hilman , Roger Quadros , Tony Lindgren , Janusz Krzysztofik , Vignesh R , Andi Shyti , Ulf Hansson , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Geert Uytterhoeven , Magnus Damm , Wolfram Sang , Yoshihiro Shimoda , Yazan Shhady , Jon Nettleton , Vladimir Oltean , Mikhail Anikin , linux-can@vger.kernel.org, linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-i2c@vger.kernel.org, linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH v11 1/9] phy: can-transceiver: rename temporary helper function to avoid conflict Message-ID: References: <20260226-rz-sdio-mux-v11-0-c2a350f9bbd3@solid-run.com> <20260226-rz-sdio-mux-v11-1-c2a350f9bbd3@solid-run.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260226-rz-sdio-mux-v11-1-c2a350f9bbd3@solid-run.com> On 26-02-26, 15:21, Josua Mayer wrote: > Rename the temporary devm_mux_state_get_optional function to avoid > conflict with upcoming implementation in multiplexer subsystem. Acked-by: Vinod Koul -- ~Vinod