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 2FB413ED119; Fri, 27 Feb 2026 13:53:30 +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=1772200411; cv=none; b=IjplE94TXo8UfGtfOCnNMgii9byIbAp9jFfdLOGL/biLU88YEr7kdBK5HJRe4FhjEa1Pdqm+InBehLWCSNgtMiqGHBgfxARo3KilWFvg+mztpkrAjHpPVTBT8cHuLiffAQIDF2/m+t5isKTY1KehANQKxJMA3at7dPx4k/P+KqE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772200411; c=relaxed/simple; bh=OEiG8PtsAcNj3iSgUeQH9gudbFsg7HvzC504Tgpxe1Y=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=S4BuKCPdaH72VxxptnnUs1tw/MWTeSK7VjNmObqpC0oz4x7B/XAt8uZsTiq0abbpwNeYvN7oXuI5ijpIF1srRy2T+0z7ZUjx23cuNmbCTgQiOj7zQzy7AJP7vtwsNpNHBf+LnwMvVh5RXxNYJ799gfTconmnZ4mAT3LlEWxvHLM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=bxyj8CgR; 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="bxyj8CgR" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 13B09C19423; Fri, 27 Feb 2026 13:53:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772200410; bh=OEiG8PtsAcNj3iSgUeQH9gudbFsg7HvzC504Tgpxe1Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bxyj8CgRrbgTz0fh0fwxVTc+jbab8F7/YJO3eG6YqxZ92Q7lOe112jE5HDG4wgnep qeFM+ooNc1D1BLxVQLhvhY38HQHYjAoq8EpPQelfZo4qi+ivf1kGzyk618d92z+qxE 6SJSvOV8H7Osy4FD1E5kM0Lkraggd+BhrwWyW1krHQN64Eyz6TOHZEGodWpGksA6vR riIQIaSctAjoipxAVQKd3t/VF/gbdMOX08D9/+6LuY3dvhkxkcwVQL1sWjpyAlhRgU lVygDsaXjb4aJ1I7XNdh5tu1UtOzU/HbwKIoCvJBsRPB+TB9mgjXQsJhWtPc8txOg5 C/JcZ/NcwDkiQ== Date: Fri, 27 Feb 2026 19:23:27 +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 5/9] phy: renesas: rcar-gen3-usb2: drop helper getting optional mux-state Message-ID: References: <20260226-rz-sdio-mux-v11-0-c2a350f9bbd3@solid-run.com> <20260226-rz-sdio-mux-v11-5-c2a350f9bbd3@solid-run.com> Precedence: bulk X-Mailing-List: devicetree@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-5-c2a350f9bbd3@solid-run.com> On 26-02-26, 15:21, Josua Mayer wrote: > Multiplexer subsystem has now added helpers for getting managed optional > mux-state. > > Switch to the new devm_mux_state_get_optional_selected helper. Acked-by: Vinod Koul -- ~Vinod