From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) (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 247FF30AAD8; Mon, 3 Aug 2026 22:07:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=156.67.10.101 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785794847; cv=none; b=IjsftFFvkQGODsEgxZj1oPJDV3sblEeEr38V7HRBjvHbDE8u1ANqFSbQ8FX9q+bkf8+GU18ibKBnq++LsXteeaimKqaSmA7tkJutkZl1DMpR3YhEERAS7y0gNHw4+VZiPL/hzYNAQRvjCTZAujKGEd/SNn9lKKN146M7UkYA6vE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785794847; c=relaxed/simple; bh=dRF70OLEwbDso2VGLZpry6KC1ZWXTEP/vBwPD75+F7Y=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=gCoFdoWYd5hQzVqNBclnvR2QluheNjsFWYh71aDBV9MRCqiWhqkdjsC7ZUYrxLl7STfQuEZeVQtONDAYEWMm06zilbhOvnTcArrsQkX5HDG8ONRggSTBfc08IxuTiqCh87chO9kuzdGa3HASB258poOwNbRVQP2kYVJgKIJ+UCs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch; spf=pass smtp.mailfrom=lunn.ch; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b=0Pcu5XYZ; arc=none smtp.client-ip=156.67.10.101 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lunn.ch Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="0Pcu5XYZ" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=QyL++FDwNzw7IdQdXo57nrKU13/uhPw2ksNqMZiKcq4=; b=0Pcu5XYZa6u6bBHVkoMq51p4oC 9oPuTIzWpb+B0pYjsYag+9gabdjMFyu61niThjASBZE+W8RWHxagMeLlBK7+pOwqUhLLeKjLF1NH7 vLNAP6zqfp5B8dLQlDoZ+xwoz1e8V7AQVRvk7xGdiOd95THpMftk9vSGAdOOIQB8x1ls=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1wr0oF-00FqX2-Uc; Tue, 04 Aug 2026 00:06:59 +0200 Date: Tue, 4 Aug 2026 00:06:59 +0200 From: Andrew Lunn To: James Hilliard Cc: Krzysztof Kozlowski , Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Andre Przywara , Richard Genoud , Maxime Ripard , Alexandre Torgue , Giuseppe Cavallaro , Jose Abreu , Maxime Chevallier , Maxime Coquelin , Heiner Kallweit , Russell King , Saravana Kannan , Lee Jones , Heiko Stuebner , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, mfd@lists.linux.dev, linux-rockchip@lists.infradead.org Subject: Re: [PATCH 08/21] dt-bindings: mfd: x-powers: add AC200 Message-ID: <3d5310f6-d0a8-493e-a870-2e017db8cfd1@lunn.ch> References: <20260802-submit-acx00-of-dynamic-v1-v1-0-0a53cd9e21cc@gmail.com> <20260802-submit-acx00-of-dynamic-v1-v1-8-0a53cd9e21cc@gmail.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-Disposition: inline In-Reply-To: > How were you applying the series? All the networking patches will be applied to net-next. https://www.kernel.org/doc/html/latest/process/maintainer-netdev.html You are going to need to split them out. Andrew