From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 8E8E042AB7; Sat, 23 May 2026 02:01:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779501720; cv=none; b=BlthrAkoxO626VQxSXeGRoLlPOW14ov2Uv6Y4UNefzGiFEawNGIz/N1niwHvxRdZj3SKRQQDUj45f5upPnqWS9m3AYvImpn+Yy6mQAZW9EpWMCEqh/rPZzdJFAExVb615lRreNwiZMCuuy8NRWiByK3a/4op5dwIrcVoKtetwzc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779501720; c=relaxed/simple; bh=E4HbN/Zm5NwpqBSXqKBpQ21+E30whduckc6SCmpCLzE=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=DjWwnSfW3Ow5zAkQdnk7gjraj2CCZZ+HDshz2DXuYrZ8bONACIgB7oGNcCwCoMYQNsbJ6cnWY8DjR+YTOEAFKArEaDYKe62zeaKZzVvKdXyoabajrYtKnjiZilFY/WYzIhuTIgapQIHiM7BfxwzQE9USSAZ0oZygyGoyDchtYoQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=POFxUF9R; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="POFxUF9R" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6B4871F000E9; Sat, 23 May 2026 02:01:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779501719; bh=E4HbN/Zm5NwpqBSXqKBpQ21+E30whduckc6SCmpCLzE=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=POFxUF9RQV3lNgBwJeeqntDwAJP08HxOSPylrRoqiYNK43RreGrQrodnBjYfiBhNL piYXxG4wkS1rzlvMMdw2qVZM7v69CuwPKxwzPY8ZIuBxQKDtM1+ftMIKv7Rv0mXMSM yV4PRg9Hy2+aHfqdwUJvBaJ/kbThv89i5CxrEIhMRJUoF2t1VmOmFp5Zkf1PTucDPQ 06LXn2DOsuki8zM7AFa50FXCmPAQInkrVi5sMaVDwpusYr439aSLgUwcrmJRqTVmrm 6fh8gSrdtn+yYoTGm21A9nKTO7T9zFdzgnWDfSjRD22cvrNDvxOlw2igZ2eP/oguFV 9OLL7cruxqLIw== Date: Fri, 22 May 2026 19:01:57 -0700 From: Jakub Kicinski To: Daniel Machon Cc: Andrew Lunn , "David S. Miller" , Eric Dumazet , Paolo Abeni , Horatiu Vultur , Steen Hegelund , , "Alexei Starovoitov" , Daniel Borkmann , "Jesper Dangaard Brouer" , John Fastabend , Stanislav Fomichev , Herve Codina , Arnd Bergmann , Greg Kroah-Hartman , Mohsin Bashir , , , , Subject: Re: [PATCH net-next v5 12/13] misc: lan966x-pci: dts: extend cpu reg to cover PCIE DBI space Message-ID: <20260522190157.02e1e3ff@kernel.org> In-Reply-To: <20260520-lan966x-pci-fdma-v5-12-ca56197ae05b@microchip.com> References: <20260520-lan966x-pci-fdma-v5-0-ca56197ae05b@microchip.com> <20260520-lan966x-pci-fdma-v5-12-ca56197ae05b@microchip.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 20 May 2026 10:12:24 +0200 Daniel Machon wrote: > The ATU outbound windows used by the FDMA engine are programmed through > registers at offset 0x400000+, which falls outside the current cpu reg > mapping. Extend the cpu reg size from 0x100000 (1MB) to 0x800000 (8MB) > to cover the full PCIE DBI and iATU register space. Are we supposed to take these to net-next ?