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 942BA38E13F; Wed, 4 Mar 2026 09:08:46 +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=1772615326; cv=none; b=II7MqsJE4qCxQBJePsG05n3ScBzt/3tuH6OVBWNg5PJx2C4c5R/rczvqKVG1VNyPoLep7upaj6WIvxzFTzEP6V5mP1EQnpavsLV/n6TlWiXc1ZYDe7k5LeJO1zC3mdmwwuT9TIvrmP/ybM7q/syoIIhmHMNJmDNDziiaQFCmC8I= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772615326; c=relaxed/simple; bh=YTBzXEONIR/YGbi9i3V2CuKzSCBY8prKwQ6jRB0nMKQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=FCPgYcgp850ddj+PMYpIPOt/j53LWp6XVXVQKgBMBn++YHIHNvcnclYrzouk2gBBhoT8PsQAr2B87ivN7QzMYPyJbm0TafetQkkniZJbK2b+H+Elllfkyi6ij57m49QwWG3QRK6AX7U7nGNxEk7pyAzOcZulntvG5f510V1TGng= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=vq1o+FMC; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="vq1o+FMC" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D0F8AC19423; Wed, 4 Mar 2026 09:08:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1772615326; bh=YTBzXEONIR/YGbi9i3V2CuKzSCBY8prKwQ6jRB0nMKQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vq1o+FMC26MHJk2ckhspSUSnoqA9J4KtfFJJuajQ1k6Mn5aUKi2JDHOMGAJio49Fd 8nsCl9DsFCc/JThPKrrRgp7+KEIkmOr7eZavgjgv5NFwMPIJP4xIP+vA2dp+JNFqbA 88n3P+O23uyahBFrHPvbmbIH4FF1tGMZu5Sdep6k= Date: Wed, 4 Mar 2026 10:08:33 +0100 From: Greg KH To: Fabio Estevam Cc: stable@vger.kernel.org, broonie@kernel.org, alexander.stein@ew.tq-group.com, linux-sound@vger.kernel.org Subject: Re: [PATCH stable] ASoC: fsl_xcvr: provide regmap names Message-ID: <2026030422-snore-parsley-2501@gregkh> References: <20260303132143.766078-1-festevam@gmail.com> <20260303132143.766078-2-festevam@gmail.com> Precedence: bulk X-Mailing-List: linux-sound@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: <20260303132143.766078-2-festevam@gmail.com> On Tue, Mar 03, 2026 at 10:21:43AM -0300, Fabio Estevam wrote: > From: Alexander Stein > > commit 08fd332eeb88515af4f1892d91f6ef4ea7558b71 upstream. > > This driver uses multiple regmaps, which will causes name conflicts > in debugfs like: > debugfs: '30cc0000.xcvr' already exists in 'regmap' > Fix this by adding a name for the non-core regmap configurations. > > Signed-off-by: Alexander Stein > Link: https://patch.msgid.link/20251216084931.553328-1-alexander.stein@ew.tq-group.com > Signed-off-by: Mark Brown > Signed-off-by: Fabio Estevam > --- > sound/soc/fsl/fsl_xcvr.c | 3 +++ > 1 file changed, 3 insertions(+) What kernel tree(s) is this for?