All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Rob Herring (Arm)" <robh@kernel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: "Krzysztof Kozlowski" <krzk+dt@kernel.org>,
	"Manivannan Sadhasivam" <mani@kernel.org>,
	"Jonathan Cameron" <jic23@kernel.org>,
	"Ceclan Dumitru" <dumitru.ceclan@analog.com>,
	"David Lechner" <dlechner@baylibre.com>,
	"Stefan Popa" <stefan.popa@analog.com>,
	linux-iio@vger.kernel.org,
	"Michael Hennerich" <Michael.Hennerich@analog.com>,
	"David Heidelberg" <david@ixit.cz>,
	"Nuno Sá" <nuno.sa@analog.com>,
	"Andreas Klinger" <ak@it-klinger.de>,
	linux-arm-kernel@lists.infradead.org,
	"Bjorn Andersson" <andersson@kernel.org>,
	"Lucas Stankus" <lucas.p.stankus@gmail.com>,
	"Andy Gross" <agross@kernel.org>,
	"Alexandru Lazar" <alazar@startmail.com>,
	"Puranjay Mohan" <puranjay@kernel.org>,
	devicetree@vger.kernel.org,
	"Stephan Gerhold" <stephan@gerhold.net>,
	"Alexandru Tachici" <alexandru.tachici@analog.com>,
	"Conor Dooley" <conor+dt@kernel.org>,
	"Jean-Baptiste Maneyrol" <jean-baptiste.maneyrol@tdk.com>,
	"Mike Looijmans" <mike.looijmans@topic.nl>,
	"Matti Vaittinen" <mazziesaccount@gmail.com>,
	"Marcelo Schmitt" <marcelo.schmitt@analog.com>,
	"Angelo Compagnucci" <angelo.compagnucci@gmail.com>,
	"Lars-Peter Clausen" <lars@metafoo.de>,
	linux-samsung-soc@vger.kernel.org,
	"Alim Akhtar" <alim.akhtar@samsung.com>,
	"Dragos Bogdan" <dragos.bogdan@analog.com>,
	linux-kernel@vger.kernel.org,
	"Peter Meerwald-Stadler" <pmeerw@pmeerw.net>,
	"Dan Robertson" <dan@dlrobertson.com>,
	"Ondřej Jirman" <megi@xff.cz>,
	"Andy Shevchenko" <andy@kernel.org>,
	"Linus Walleij" <linus.walleij@linaro.org>
Subject: Re: [PATCH 1/4] dt-bindings: iio: Drop unused header includes in examples
Date: Fri, 25 Jul 2025 18:14:24 -0500	[thread overview]
Message-ID: <175348526415.2011522.8662273220330760197.robh@kernel.org> (raw)
In-Reply-To: <20250724111345.47889-5-krzysztof.kozlowski@linaro.org>


On Thu, 24 Jul 2025 13:13:46 +0200, Krzysztof Kozlowski wrote:
> Drop includes of headers which example code does not use.  No functional
> impact.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  Documentation/devicetree/bindings/iio/accel/adi,adis16240.yaml  | 1 -
>  Documentation/devicetree/bindings/iio/accel/adi,adxl313.yaml    | 2 --
>  Documentation/devicetree/bindings/iio/accel/adi,adxl345.yaml    | 2 --
>  Documentation/devicetree/bindings/iio/accel/adi,adxl355.yaml    | 2 --
>  Documentation/devicetree/bindings/iio/accel/adi,adxl372.yaml    | 2 --
>  Documentation/devicetree/bindings/iio/accel/bosch,bma255.yaml   | 1 -
>  Documentation/devicetree/bindings/iio/accel/bosch,bma400.yaml   | 1 -
>  Documentation/devicetree/bindings/iio/accel/kionix,kxsd9.yaml   | 1 -
>  Documentation/devicetree/bindings/iio/adc/adi,ad7091r5.yaml     | 1 -
>  Documentation/devicetree/bindings/iio/adc/adi,ad7173.yaml       | 1 -
>  Documentation/devicetree/bindings/iio/adc/qcom,spmi-vadc.yaml   | 1 -
>  Documentation/devicetree/bindings/iio/adc/rohm,bd79104.yaml     | 1 -
>  Documentation/devicetree/bindings/iio/adc/ti,adc128s052.yaml    | 1 -
>  Documentation/devicetree/bindings/iio/adc/ti,ads1298.yaml       | 1 -
>  Documentation/devicetree/bindings/iio/imu/adi,adis16460.yaml    | 1 -
>  .../devicetree/bindings/iio/imu/invensense,icm42600.yaml        | 2 --
>  Documentation/devicetree/bindings/iio/imu/nxp,fxos8700.yaml     | 2 --
>  Documentation/devicetree/bindings/iio/light/st,vl6180.yaml      | 1 -
>  .../bindings/iio/magnetometer/voltafield,af8133j.yaml           | 1 -
>  Documentation/devicetree/bindings/iio/pressure/bmp085.yaml      | 1 -
>  20 files changed, 26 deletions(-)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>



  parent reply	other threads:[~2025-07-25 23:19 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-24 11:13 [PATCH 1/4] dt-bindings: iio: Drop unused header includes in examples Krzysztof Kozlowski
2025-07-24 11:13 ` [PATCH 2/4] dt-bindings: iio: adc: Replace hard-coded GPIO/IRQ flag with a define Krzysztof Kozlowski
2025-07-25 23:14   ` Rob Herring (Arm)
2025-07-28  6:30   ` Matti Vaittinen
2025-07-24 11:13 ` [PATCH 3/4] dt-bindings: iio: adc: samsung,exynos-adc: Use correct IRQ level in example Krzysztof Kozlowski
2025-07-25  3:34   ` Alim Akhtar
2025-07-25  4:34   ` Sam Protsenko
2025-07-25 23:15   ` Rob Herring (Arm)
2025-07-24 11:13 ` [PATCH 4/4] dt-bindings: iio: light: Simplify interrupts property in the example Krzysztof Kozlowski
2025-07-24 11:22   ` David Heidelberg
2025-07-25 23:16   ` Rob Herring (Arm)
2025-07-24 11:19 ` [PATCH 1/4] dt-bindings: iio: Drop unused header includes in examples David Heidelberg
2025-07-24 11:30   ` Jonathan Cameron
2025-07-25 23:14 ` Rob Herring (Arm) [this message]
2025-07-28  6:33 ` Matti Vaittinen
2025-07-28 13:47   ` Jonathan Cameron

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=175348526415.2011522.8662273220330760197.robh@kernel.org \
    --to=robh@kernel.org \
    --cc=Michael.Hennerich@analog.com \
    --cc=agross@kernel.org \
    --cc=ak@it-klinger.de \
    --cc=alazar@startmail.com \
    --cc=alexandru.tachici@analog.com \
    --cc=alim.akhtar@samsung.com \
    --cc=andersson@kernel.org \
    --cc=andy@kernel.org \
    --cc=angelo.compagnucci@gmail.com \
    --cc=conor+dt@kernel.org \
    --cc=dan@dlrobertson.com \
    --cc=david@ixit.cz \
    --cc=devicetree@vger.kernel.org \
    --cc=dlechner@baylibre.com \
    --cc=dragos.bogdan@analog.com \
    --cc=dumitru.ceclan@analog.com \
    --cc=jean-baptiste.maneyrol@tdk.com \
    --cc=jic23@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=lars@metafoo.de \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=lucas.p.stankus@gmail.com \
    --cc=mani@kernel.org \
    --cc=marcelo.schmitt@analog.com \
    --cc=mazziesaccount@gmail.com \
    --cc=megi@xff.cz \
    --cc=mike.looijmans@topic.nl \
    --cc=nuno.sa@analog.com \
    --cc=pmeerw@pmeerw.net \
    --cc=puranjay@kernel.org \
    --cc=stefan.popa@analog.com \
    --cc=stephan@gerhold.net \
    /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.