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 00A54145B2B; Thu, 13 Jun 2024 14:39:49 +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=1718289590; cv=none; b=cG5au+vLv0ymS3Byrl70ZjUmhjj6Geq080dlklvf4YsQGnp3M7emLyRuC+IVfAy9vmmdFp2udSMIQPvhCUYlOr1mg54jnJ7RA1xfVudnTQxGdXFQcUnJKGj17EgqHtHcXR09H730wXptMJ6LNSauv6Hz9BNW/NrUDTFbnmnZVz8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718289590; c=relaxed/simple; bh=/XgdqH12I7+QANuYrNXhbfWjpqVJ36pUPomHgM8NI/4=; h=From:To:Cc:In-Reply-To:References:Subject:Message-Id:Date: MIME-Version:Content-Type; b=j7vSJyLhZ6HoBKmncmpSWzDy8P2V1lpJLduvbSJnML14a/gSegjGAI6lrgkt49JNj19Ze/+B7jB6BSO8IL59RLK9Rx07PQc7nnsmWHpJ8eXcgjZ5D6r2sG+bdc79+i1uJT1kdPtrXyhJoh0l938wwCdQW5eSHOkgQgGdgq0Kz/o= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=mtlF/p6j; 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="mtlF/p6j" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 30526C2BBFC; Thu, 13 Jun 2024 14:39:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1718289589; bh=/XgdqH12I7+QANuYrNXhbfWjpqVJ36pUPomHgM8NI/4=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=mtlF/p6jeOnYKoKhbUMaQENnBa/4WKzKcjcJQudfMoBUXV889PwL7eBvFiSai4v0W 51LaucZ5fawWqt2PdlHyOdvr/joRZUhdso8+MbKUu+Vc8MNnVwJ3FGTxDgxzEF3KL7 KGrlc8zPM1dXF2ZS3wKm9oVkHv428TR9CADht92YvVEyYV5wwVuttqvzoRG3x/ATp5 4YNfNNAZ8q4RfzEk7EnVPR966xsKyBU4WBY+RUEkE11qJAoEewYlIPUyNyY8XasFLp gwh6OHCJgAMCr/Lnb73Cg7H6cEnqZmjCajZX8Vd/+tBmffSZAZayPQZlUTkL/ks9xp G+olz39SMKj4Q== From: Lee Jones To: Krzysztof Kozlowski , Conor Dooley , Nicolas Ferre , Alexandre Belloni , Claudiu Beznea , Andrew Lunn , Sebastian Hesselbarth , Gregory Clement , Michael Turquette , Stephen Boyd , UNGLinuxDriver@microchip.com, Thomas Bogendoerfer , Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , Yisen Zhuang , Salil Mehta , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Matthias Brugger , AngeloGioacchino Del Regno , "Rob Herring (Arm)" Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-mips@vger.kernel.org, linux-mtd@lists.infradead.org, netdev@vger.kernel.org, linux-mediatek@lists.infradead.org In-Reply-To: <20240510123018.3902184-1-robh@kernel.org> References: <20240510123018.3902184-1-robh@kernel.org> Subject: Re: (subset) [PATCH] dt-bindings: mfd: syscon: Add more simple compatibles Message-Id: <171828958394.2643902.14840727452318999117.b4-ty@kernel.org> Date: Thu, 13 Jun 2024 15:39:43 +0100 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Mailer: b4 0.13.0 On Fri, 10 May 2024 07:30:14 -0500, Rob Herring (Arm) wrote: > Add another batch of various "simple" syscon compatibles which were > undocumented or still documented with old text bindings. Remove the old > text binding docs for the ones which were documented. > > Applied, thanks! [1/1] dt-bindings: mfd: syscon: Add more simple compatibles commit: 234db2775b9eff77b8ec2216cc8a286d1dd2cd65 -- Lee Jones [李琼斯]