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 6C5102EFDA2 for ; Tue, 24 Feb 2026 06:54:08 +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=1771916048; cv=none; b=r6LcdXtKWYcF6SvlnZjFicNgRfu/oU4VK72+G9M+tdbfe2M5QevCLwId1xB1UkOy0RnKMpKUE37yvi0b2HamsNOAUZITCSO+2ZpQUXb6G8POfdGRXw8hVKv9IdzrZ8HQP9iR2O1ZRnaGWBeTz1WX4+qh4d3PBwYF0s3DB9RjKtE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771916048; c=relaxed/simple; bh=5mkPIWChdAQgXIFhSEQHDBSxI2g3eCHzD5QyGMhqLvg=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=FzxhgPpFmWe5H8kA0RUQScIIY1VqF6MKDnbvL1ranVYlSPYBbwzqYXQSrtC+lF1ITXa3NPEthdwdVAczsJhah6Vt993rHfm0nw6wZxx3q12X+neQhhIVzfCck/J7KKA5Rc0jiBB2jhdiWNWuJnTS7XRsmalWImL2MuJEbdnfAlM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=RQ1fcg3U; 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="RQ1fcg3U" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 81B19C116D0; Tue, 24 Feb 2026 06:54:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1771916048; bh=5mkPIWChdAQgXIFhSEQHDBSxI2g3eCHzD5QyGMhqLvg=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=RQ1fcg3UTCQ68dk7NYK7spWLZy7OEzlo8g5ycn27z6lx3WwtAVYxp6HHWp4IMhjjE 63ZbJN5w877EcoY+cByaNeIKnrQ88DGzweea2ctWKor3UfBkIbwjzwtmVf8/exjvDX FTN3YRmniI/weFE2izDaOnig44plnXeXSkP3OUv25oTwXS5UUWG4sMsA8ugdMRTxeV rX4S9sz1LS2Mi/4O9TagOgw4rTQ1m7YQYvEHD6R8a23qjlOhMp1K9t/S/mwm+msxzq gp2byJWH48VEkq6OmAcMABuLpQwu4f7j5aSmxBi1l8CWKOODZl9a9IsmguVaV8Wekh RP5jO0coti9lg== From: Thomas Gleixner To: "Christophe Leroy (CS GROUP)" , Marc Zyngier , Ioana Ciornei Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH 0/6] fsl-mc: Move fsl_over to device MSI In-Reply-To: References: <20260218135203.2267907-1-maz@kernel.org> <86ms0za8e0.wl-maz@kernel.org> Date: Tue, 24 Feb 2026 07:54:04 +0100 Message-ID: <87h5r6vdgz.ffs@tglx> 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=utf-8 Content-Transfer-Encoding: quoted-printable On Mon, Feb 23 2026 at 14:54, Christophe Leroy (CS GROUP) wrote: > Le 23/02/2026 =C3=A0 14:37, Marc Zyngier a =C3=A9crit=C2=A0: >> Thanks for giving it a go. > > Don't know what is your merge plan. I wanted to push it to soc fsl tree=20 > but it doesn't apply on top of v7.0-rc1: We already established that. Marc will resend and yes, feel free to take it through the FSL SoC tree.