From: Rob Herring <robh@kernel.org>
To: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Cc: "Jonathan Cameron" <jic23@kernel.org>,
"Michael Turquette" <mturquette@baylibre.com>,
"Stephen Boyd" <sboyd@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Bjorn Andersson" <andersson@kernel.org>,
"Michal Simek" <michal.simek@amd.com>,
"Vinod Koul" <vkoul@kernel.org>,
"Matthias Brugger" <matthias.bgg@gmail.com>,
"AngeloGioacchino Del Regno"
<angelogioacchino.delregno@collabora.com>,
"David Lechner" <dlechner@baylibre.com>,
"Nuno Sá" <nuno.sa@analog.com>,
"Andy Shevchenko" <andy@kernel.org>,
"Yong Wu" <yong.wu@mediatek.com>, "Peter Rosin" <peda@axentia.se>,
"Linus Walleij" <linusw@kernel.org>,
"Chen-Yu Tsai" <wens@kernel.org>,
"Jernej Skrabec" <jernej.skrabec@gmail.com>,
"Samuel Holland" <samuel@sholland.org>,
"Philipp Zabel" <p.zabel@pengutronix.de>,
"Shawn Guo" <shawnguo@kernel.org>,
"Sascha Hauer" <s.hauer@pengutronix.de>,
"Pengutronix Kernel Team" <kernel@pengutronix.de>,
"Fabio Estevam" <festevam@gmail.com>,
"Liam Girdwood" <lgirdwood@gmail.com>,
"Mark Brown" <broonie@kernel.org>,
linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org,
devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, dmaengine@vger.kernel.org,
linux-mediatek@lists.infradead.org, linux-iio@vger.kernel.org,
iommu@lists.linux.dev, linux-gpio@vger.kernel.org,
linux-sunxi@lists.linux.dev, imx@lists.linux.dev,
linux-sound@vger.kernel.org
Subject: Re: [PATCH] dt-bindings: Remove unused includes
Date: Tue, 16 Dec 2025 11:15:05 -0600 [thread overview]
Message-ID: <20251216171505.GA2641341-robh@kernel.org> (raw)
In-Reply-To: <695ca5d2-b713-4838-8427-a9d31751c0cf@oss.qualcomm.com>
On Tue, Dec 16, 2025 at 01:02:52PM +0100, Konrad Dybcio wrote:
> On 12/13/25 5:59 PM, Jonathan Cameron wrote:
> > On Fri, 12 Dec 2025 17:11:52 -0600
> > "Rob Herring (Arm)" <robh@kernel.org> wrote:
> >
> >> Remove includes which are not referenced by either DTS files or drivers.
> >>
> >> There's a few more which are new, so they are excluded for now.
> >>
> >> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> >
> > Acked-by: Jonathan Cameron <jonathan.cameron@huawei.com> #for-iio
> >
> > Ideally we'll get a QC ack on those as well.
> >
> > Jonathan
> >> .../dt-bindings/iio/qcom,spmi-adc7-pmr735b.h | 30 --
> >> .../dt-bindings/iio/qcom,spmi-adc7-smb139x.h | 19 --
>
> Those are being moved to dts/qcom:
>
> https://lore.kernel.org/linux-arm-msm/20251127133903.208760-1-jishnu.prakash@oss.qualcomm.com/
>
> and will hopefully be in use later in this cycle.
>
> Krzysztof and the submitter agreed on that outcome since they represent
> hw constants and aren't "real" bindings (connecting sw to sw)
Okay, I'll drop those 2 when applying.
Rob
next prev parent reply other threads:[~2025-12-16 17:15 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-12 23:11 [PATCH] dt-bindings: Remove unused includes Rob Herring (Arm)
2025-12-13 2:58 ` Krzysztof Kozlowski
2025-12-13 3:16 ` Mark Brown
2025-12-13 16:59 ` Jonathan Cameron
2025-12-16 12:02 ` Konrad Dybcio
2025-12-16 17:15 ` Rob Herring [this message]
2025-12-25 9:07 ` Chen-Yu Tsai
2026-01-04 11:37 ` Linus Walleij
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251216171505.GA2641341-robh@kernel.org \
--to=robh@kernel.org \
--cc=andersson@kernel.org \
--cc=andy@kernel.org \
--cc=angelogioacchino.delregno@collabora.com \
--cc=broonie@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dlechner@baylibre.com \
--cc=dmaengine@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=imx@lists.linux.dev \
--cc=iommu@lists.linux.dev \
--cc=jernej.skrabec@gmail.com \
--cc=jic23@kernel.org \
--cc=kernel@pengutronix.de \
--cc=konrad.dybcio@oss.qualcomm.com \
--cc=krzk+dt@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linusw@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-sound@vger.kernel.org \
--cc=linux-sunxi@lists.linux.dev \
--cc=matthias.bgg@gmail.com \
--cc=michal.simek@amd.com \
--cc=mturquette@baylibre.com \
--cc=nuno.sa@analog.com \
--cc=p.zabel@pengutronix.de \
--cc=peda@axentia.se \
--cc=s.hauer@pengutronix.de \
--cc=samuel@sholland.org \
--cc=sboyd@kernel.org \
--cc=shawnguo@kernel.org \
--cc=vkoul@kernel.org \
--cc=wens@kernel.org \
--cc=yong.wu@mediatek.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.