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 2F7573A785A for ; Tue, 24 Feb 2026 16:15:15 +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=1771949716; cv=none; b=NFnJf54WJTX5ga5LnmjOHNlPFVPqMZJqMNy1kB6x5E75LnGlQxnlkVy4KdA6g1vWbG7tseN3GxvS/J+92jW7F+twt4gTCRLX4jsZo7AHhDN3e0J2j6SOL0iKGHaZ6JBwaI8rZR6TJyANHtAwBom1xSErT2Risz9s6reAGDCT8aQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771949716; c=relaxed/simple; bh=M70nIzVXO7Ck6scYDO0aC8TqvdXXZp+11UABd836Tm0=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=QMcTBPzIB8spP/ayP5XnyNbeICHTzihoi8FOwd5fiN/C0iO9LliMq6aktcm8HhAEOr5oaAwqRoHpDciR/mcaHotsF09g5RKt0VwlHcPLpoPRILQuzGlLslbr63MFEqA3zSN0TPso7+jX58u4l3QsY4k3h5TKJjc/giXapBNqqtg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=QybVP9Fr; 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="QybVP9Fr" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 491CAC2BC87; Tue, 24 Feb 2026 16:15:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1771949715; bh=M70nIzVXO7Ck6scYDO0aC8TqvdXXZp+11UABd836Tm0=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=QybVP9Fr9wGUOohN9vTBDwIk2Klj4+KVM95gSiWFFs3cFGQc1hbhjJ9MlNM9prWEt T9bND1DMWFcAERhEN/v6hMzvE+bHM+3UZ712hgccGLupO7jVQZlkiXM7wg77BahXHJ 0uFdJVZe0B0zOkFAzP+38/o1UjQFCyQrYBTw3G56qqE7RS9018HQC1KZhAW4aUXN8O 1wZqEbWdfwOLyxYg+8eS7EexOpj6WLOu9cq38cZqbkLDjhBc4iS1x0fw9ntLARQJsr IKthMAsbsqYJdsNpdOg06XvaVfbGwPZHs9lR6WH1RUYGIecJ3u3ng4dwFFf0Ip5ZGa T7bxBhqBmAPaw== From: Thomas Gleixner To: Marc Zyngier , Ioana Ciornei , "Christophe Leroy (CS GROUP)" Cc: Sascha Bischoff , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH v2 0/6] fsl-mc: Move over to device MSI infrastructure In-Reply-To: <20260224100936.3752303-1-maz@kernel.org> References: <20260224100936.3752303-1-maz@kernel.org> Date: Tue, 24 Feb 2026 17:15:12 +0100 Message-ID: <87wm02t8xb.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 On Tue, Feb 24 2026 at 10:09, Marc Zyngier wrote: > This is the second drop of this cleanup series for the fsl-mc MSI > infrastructure, initially posted at [1]. > > * From v1 [1]: > > - Drop the now unused DOMAIN_BUS_FSL_MC_MSI bus token > > - Tidy-up fsl_mc_write_msi_msg() while removing the legacy helper > > - Fix include ordering in irq-gic-its-msi-parent.c > > - Various commit message cleanups > > - Collected tags from Ioana and Sascha, with thanks > > - Rebased on top of v7.0.rc1 > > [1] https://lore.kernel.org/r/20260218135203.2267907-1-maz@kernel.org Acked-by: Thomas Gleixner in case this goes through the FSL SoC tree. If not, please let me know and I pick it up. Thanks, tglx