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 671B2C433FE for ; Mon, 21 Nov 2022 08:19:03 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=zZQHoljbh3wJilEmpf4BK1ZeDCvU54hwugB1uvYx5P4=; b=DHju3QeA93FWjz EMZp0fUtan4a0/8zOSyu0EY3UAQ80okHdZthDM5H6mC1rQaiqrkeb2tI4z+rbPmHIrFHTnf1jxb6u rvzlkNu1Rf4VH0EV8/PzmpZJdWIxcwkTrb61F+4K6WwokWrt52G5OfOYrsTcBe9/UwmiYHQUhT/U3 JkJ6C6B3FSyehuCAUGQZBVpUPfyKmTMi7jHPquZu35ifgvoYEzmte3+QZtFu+5Bvx8OablOpov8BT aYvXtK0Px25WzZVlYABREPeBd2Lf2PUdaDu/xmRZu6+0ReyWSR4c6hP7ENOKxHtthVWdySE6E6hi6 pGi6sJlM3j/j/7MLfHBQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ox202-00BDES-Jo; Mon, 21 Nov 2022 08:17:54 +0000 Received: from out0.migadu.com ([94.23.1.103]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ox1zy-00BDC6-U9 for linux-arm-kernel@lists.infradead.org; Mon, 21 Nov 2022 08:17:53 +0000 Date: Mon, 21 Nov 2022 09:17:31 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1669018654; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=pemYSnj+jbbKFXAvy4XdcuWPzFdwvBsWpmIWJ/cB83Q=; b=qDV1amuKOSNyQCE/0Fhm/Y7Q7TO5eFzuZDDrky0ugt9G9i9/ynaTMn4A/uY3ofpJmKCYxI P0DqYhLA74Se4FKFZqH7VAUA9r++eii/KooOI4WSSFHn/rg2aSrtE3cLZSr3ULyAjfUDW+ KY77FzCQ2LrXMfeNWik9hlTN30BXP2k= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Richard Leitner To: Marek Vasut Cc: linux-clk@vger.kernel.org, Abel Vesa , Fabio Estevam , Jacky Bai , Laurent Pinchart , Lucas Stach , Michael Turquette , Shawn Guo , Stephen Boyd , linux-arm-kernel@lists.infradead.org, linux-imx@nxp.com Subject: Re: [PATCH v3 1/6] clk: Introduce devm_clk_hw_register_mux_parent_data() Message-ID: References: <20220625013235.710346-1-marex@denx.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220625013235.710346-1-marex@denx.de> X-Migadu-Flow: FLOW_OUT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221121_001751_928591_156F4529 X-CRM114-Status: UNSURE ( 9.22 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, On Sat, Jun 25, 2022 at 03:32:30AM +0200, Marek Vasut wrote: > Add an API for clock mux that uses parent_data for the parent instead of > a string parent_name. Just stubled across this thread while trying to bring up audio on a i.MX8MP. The last reply in this series is from October and patch #1 & #6 doesn't apply on v6.1-rc6... Therefore I'm curious if there is any newer version of this series I missed? Or is there something I can help with? Especially testing? regards;rl _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel