All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: iio: st-sensors: Fix repeated text
@ 2023-03-29  7:46 Linus Walleij
  2023-03-29  8:25 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2023-03-29  7:46 UTC (permalink / raw)
  To: Jonathan Cameron, linux-iio
  Cc: Lars-Peter Clausen, Linus Walleij, Rob Herring,
	Krzysztof Kozlowski, Denis Ciocca, devicetree, Diederik de Haas

The description oddly contains a copy of the initial paragraph.
Let's not repeat ourselves.

Cc: Jonathan Cameron <jic23@kernel.org>
Cc: Lars-Peter Clausen <lars@metafoo.de>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: Denis Ciocca <denis.ciocca@st.com>
Cc: devicetree@vger.kernel.org
Reported-by: Diederik de Haas <didi.debian@cknow.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 Documentation/devicetree/bindings/iio/st,st-sensors.yaml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/iio/st,st-sensors.yaml b/Documentation/devicetree/bindings/iio/st,st-sensors.yaml
index c6201976378f..558ae650f218 100644
--- a/Documentation/devicetree/bindings/iio/st,st-sensors.yaml
+++ b/Documentation/devicetree/bindings/iio/st,st-sensors.yaml
@@ -11,9 +11,6 @@ description: The STMicroelectronics sensor devices are pretty straight-forward
   what type of sensor it is.
   Note that whilst this covers many STMicro MEMs sensors, some more complex
   IMUs need their own bindings.
-  The STMicroelectronics sensor devices are pretty straight-forward I2C or
-  SPI devices, all sharing the same device tree descriptions no matter what
-  type of sensor it is.
 
 maintainers:
   - Denis Ciocca <denis.ciocca@st.com>
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: iio: st-sensors: Fix repeated text
  2023-03-29  7:46 [PATCH] dt-bindings: iio: st-sensors: Fix repeated text Linus Walleij
@ 2023-03-29  8:25 ` Krzysztof Kozlowski
  2023-03-29  8:39   ` Linus Walleij
  0 siblings, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2023-03-29  8:25 UTC (permalink / raw)
  To: Linus Walleij, Jonathan Cameron, linux-iio
  Cc: Lars-Peter Clausen, Rob Herring, Krzysztof Kozlowski,
	Denis Ciocca, devicetree, Diederik de Haas

On 29/03/2023 09:46, Linus Walleij wrote:
> The description oddly contains a copy of the initial paragraph.
> Let's not repeat ourselves.
> 
> Cc: Jonathan Cameron <jic23@kernel.org>
> Cc: Lars-Peter Clausen <lars@metafoo.de>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
> Cc: Denis Ciocca <denis.ciocca@st.com>
> Cc: devicetree@vger.kernel.org

Please drop the autogenerated scripts/get_maintainer.pl CC-entries from
commit msg (Jonathan's, Lars', Rob's, mine, DT list). There is no single
need to store automated output of get_maintainers.pl in the git log. It
can be easily re-created at any given time, thus its presence in the git
history is redundant and obfuscates the log.

If you need it for your own patch management purposes, keep it under the
--- separator.


> Reported-by: Diederik de Haas <didi.debian@cknow.org>

I don't think it is a bug yet, so rather:
Suggested-by:


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: iio: st-sensors: Fix repeated text
  2023-03-29  8:25 ` Krzysztof Kozlowski
@ 2023-03-29  8:39   ` Linus Walleij
  2023-04-01 15:15     ` Jonathan Cameron
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2023-03-29  8:39 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Jonathan Cameron, linux-iio, Lars-Peter Clausen, Rob Herring,
	Krzysztof Kozlowski, Denis Ciocca, devicetree, Diederik de Haas

On Wed, Mar 29, 2023 at 10:25 AM Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:

> Please drop the autogenerated scripts/get_maintainer.pl CC-entries from
> commit msg (Jonathan's, Lars', Rob's, mine, DT list). There is no single
> need to store automated output of get_maintainers.pl in the git log. It
> can be easily re-created at any given time, thus its presence in the git
> history is redundant and obfuscates the log.
>
> If you need it for your own patch management purposes, keep it under the
> --- separator.

Oh yeah I've seen that people do this these days, just (old) bad habits.

I am trying to use b4 for this going forward, it always does the right thing.

Thanks!
Linus Walleij

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: iio: st-sensors: Fix repeated text
  2023-03-29  8:39   ` Linus Walleij
@ 2023-04-01 15:15     ` Jonathan Cameron
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Cameron @ 2023-04-01 15:15 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Krzysztof Kozlowski, linux-iio, Lars-Peter Clausen, Rob Herring,
	Krzysztof Kozlowski, Denis Ciocca, devicetree, Diederik de Haas

On Wed, 29 Mar 2023 10:39:08 +0200
Linus Walleij <linus.walleij@linaro.org> wrote:

> On Wed, Mar 29, 2023 at 10:25 AM Krzysztof Kozlowski
> <krzysztof.kozlowski@linaro.org> wrote:
> 
> > Please drop the autogenerated scripts/get_maintainer.pl CC-entries from
> > commit msg (Jonathan's, Lars', Rob's, mine, DT list). There is no single
> > need to store automated output of get_maintainers.pl in the git log. It
> > can be easily re-created at any given time, thus its presence in the git
> > history is redundant and obfuscates the log.
> >
> > If you need it for your own patch management purposes, keep it under the
> > --- separator.  
> 
> Oh yeah I've seen that people do this these days, just (old) bad habits.
> 
> I am trying to use b4 for this going forward, it always does the right thing.
> 
> Thanks!
> Linus Walleij

Applied with suggested tweaks.

Thanks,

Jonathan

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-04-01 15:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-29  7:46 [PATCH] dt-bindings: iio: st-sensors: Fix repeated text Linus Walleij
2023-03-29  8:25 ` Krzysztof Kozlowski
2023-03-29  8:39   ` Linus Walleij
2023-04-01 15:15     ` Jonathan Cameron

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.