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 4A8AE3207 for ; Wed, 3 Dec 2025 06:43:33 +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=1764744214; cv=none; b=ldwtLwAVsfR2r1Dbr2cNsYJZ151vs+iMvt4w2IPEzk5lPRCFVMBHK0GPZvld2WfK4T7R069LWwsLMi4RbozC/ZyavoPGD4NmDRBDgmtzPbCPMsNbMXAYj5t0fIJbu1A+tqG3C5zVxsZtf9m7ihURI4bhUr+pb5rGtJRv1Wws9Bc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764744214; c=relaxed/simple; bh=GTlpfWHOi3dA9DE03KbWK4Dunv4X05i9+9J/Gp4hCuE=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=LsysHpfYIS724gVsvF1P2NORBXrMlk3MOR+Z1p40tG6ccep7CuDCph7eBMimn7P29Vv0eViCKEVZJvVh0hk3qxd0PnCZG2dmz8+eiuKLdSHi3YftBTUS+P9X0jfA69JJQsBixWa/q91jeRtmw5paopd1M7IRCmRYj+BFO0PtKps= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=QCi1UDpV; 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="QCi1UDpV" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CCD62C116C6; Wed, 3 Dec 2025 06:43:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1764744213; bh=GTlpfWHOi3dA9DE03KbWK4Dunv4X05i9+9J/Gp4hCuE=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=QCi1UDpV/5WCtc00oIe+SN2cCmuqQgi7kjyV/6JNbLjMOkNUpHJbyePS0KLxtYyvY i//ELb8oGlwPVTmG4zJKYrtamRCEh4JNK5ZckZFhDNKC0spER8p9IVdcsXaheZkSZ/ EazOcg+wR6dPkBwJYrPKTeJK4Vzgayj7qS0dU2qXoE8FVQisqfwyOvN/47M1+pVNl8 EoSm/sFyE19ECR1B/+zzfwaBJZh5JQW0uqJzE31F+4GzexHe3CU4HrwI92ZvsNQCbp fsCSxVBil0jrPH+j85EE5Gg00awaSv4Tk5nL5uDX3c2E+jjgKotqikQm+TqkCQYoE9 sCroIQuMdbhOw== Message-ID: <9d03b3b1-ab1e-45b3-b832-0268685e5d20@kernel.org> Date: Wed, 3 Dec 2025 07:43:30 +0100 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 2/2] bus: fsl-mc: Convert to bus callbacks To: =?UTF-8?Q?Uwe_Kleine-K=C3=B6nig?= Cc: Greg Kroah-Hartman , Ioana Ciornei , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org References: <848fffe5c479d899c04a4c99ccb5f0128ccc942d.1764684327.git.u.kleine-koenig@baylibre.com> <2025120253-bullseye-diaper-8bd9@gregkh> <667c52f6-ee74-4d8b-b683-c1c7027467d0@kernel.org> Content-Language: fr-FR From: "Christophe Leroy (CS GROUP)" In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Le 02/12/2025 à 23:34, Uwe Kleine-König a écrit : > Hello Christophe, > > On Tue, Dec 02, 2025 at 06:47:52PM +0100, Christophe Leroy (CS GROUP) wrote: >> Le 02/12/2025 à 17:07, Uwe Kleine-König a écrit : >>> I wonder what the merge plan for this series is. The last changes to >>> drivers/fsl-mc were merged by Christophe Leroy (added to Cc:) >> >> As per https://lore.kernel.org/all/2xzljdzktgpsyag5jhfwbxc2sroaacljecsq36hlxefu6jnz6g@zlorxu7niqnq/ >> >> Also see commit 586739b1e8b1 ("MAINTAINERS: add the linuppc-dev list to the >> fsl-mc bus entry") > > Ok, the fact that was unexpected by me is, that you, as the one who > picks up patches, are not listed in MAINTAINERS. But it seems to work > fine. Yup, the maintainer is Ioana but she has no git tree. I usually take the patches once she has reviewed or acked them. > >> It is a bit late for v6.19 though, will go in v6.20 ? > > I'm in no hurry, getting it into 6.20 is completely fine for me. Thanks > for picking my patches up. > > Best regards > Uwe