* Re: [PATCH v2 7/9] dt-bindings: drop redundant part of title (beginning)
[not found] ` <20221121110615.97962-8-krzysztof.kozlowski@linaro.org>
@ 2022-11-21 13:33 ` Geert Uytterhoeven
2022-11-23 1:36 ` Dmitry Torokhov
2022-11-23 15:49 ` Mark Brown
2 siblings, 0 replies; 12+ messages in thread
From: Geert Uytterhoeven @ 2022-11-21 13:33 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Andrew Lunn, alsa-devel, Dmitry Torokhov, Alexandre Belloni,
linux-pwm, linux-iio, linux-pci, linux-mips, linux-mtd,
Krzysztof Kozlowski, Miquel Raynal, linux-riscv, linux-clk,
linux-leds, linux-rtc, Viresh Kumar, linux-serial, linux-input,
Guenter Roeck, linux-media, devicetree, linux-watchdog, linux-pm,
linux-arm-msm, linux-can, linux-gpio, Rob Herring,
Jonathan Cameron, virtualization, linux-arm-kernel, Stephen Boyd,
netdev, linux-usb, linux-mmc, linux-kernel, linux-spi, Vinod Koul,
Mark Brown, Sebastian Reichel, Jonathan Cameron
On Mon, Nov 21, 2022 at 12:09 PM Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
> The Devicetree bindings document does not have to say in the title that
> it is a "Devicetree binding", but instead just describe the hardware.
>
> Drop beginning "Devicetree bindings" in various forms:
>
> find Documentation/devicetree/bindings/ -type f -name '*.yaml' \
> -exec sed -i -e 's/^title: [dD]evice[ -]\?[tT]ree [bB]indings\? for \([tT]he \)\?\(.*\)$/title: \u\2/' {} \;
>
> find Documentation/devicetree/bindings/ -type f -name '*.yaml' \
> -exec sed -i -e 's/^title: [bB]indings\? for \([tT]he \)\?\(.*\)$/title: \u\2/' {} \;
>
> find Documentation/devicetree/bindings/ -type f -name '*.yaml' \
> -exec sed -i -e 's/^title: [dD][tT] [bB]indings\? for \([tT]he \)\?\(.*\)$/title: \u\2/' {} \;
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
> Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> .../devicetree/bindings/interrupt-controller/renesas,irqc.yaml | 2 +-
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH v2 4/9] dt-bindings: drop redundant part of title (end)
[not found] ` <20221121110615.97962-5-krzysztof.kozlowski@linaro.org>
@ 2022-11-23 1:34 ` Dmitry Torokhov
2022-11-23 15:37 ` Mark Brown
1 sibling, 0 replies; 12+ messages in thread
From: Dmitry Torokhov @ 2022-11-23 1:34 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Andrew Lunn, alsa-devel, Alexandre Belloni, linux-pwm, linux-iio,
linux-pci, linux-mips, linux-mtd, Krzysztof Kozlowski,
Miquel Raynal, linux-riscv, linux-clk, linux-leds, linux-rtc,
Viresh Kumar, linux-serial, linux-input, Guenter Roeck,
linux-media, devicetree, linux-watchdog, linux-pm, linux-arm-msm,
linux-can, linux-gpio, Rob Herring, Jonathan Cameron,
virtualization, linux-arm-kernel, Stephen Boyd, netdev, linux-usb,
linux-mmc, linux-kernel, linux-spi, Vinod Koul, Mark Brown,
Sebastian Reichel, Jonathan Cameron
On Mon, Nov 21, 2022 at 12:06:10PM +0100, Krzysztof Kozlowski wrote:
> .../devicetree/bindings/input/pine64,pinephone-keyboard.yaml | 2 +-
> .../devicetree/bindings/input/touchscreen/chipone,icn8318.yaml | 2 +-
> .../devicetree/bindings/input/touchscreen/pixcir,pixcir_ts.yaml | 2 +-
> .../devicetree/bindings/input/touchscreen/silead,gsl1680.yaml | 2 +-
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
--
Dmitry
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH v2 6/9] dt-bindings: drop redundant part of title (end, part three)
[not found] ` <20221121110615.97962-7-krzysztof.kozlowski@linaro.org>
@ 2022-11-23 1:35 ` Dmitry Torokhov
2022-11-23 15:43 ` Mark Brown
1 sibling, 0 replies; 12+ messages in thread
From: Dmitry Torokhov @ 2022-11-23 1:35 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Andrew Lunn, alsa-devel, Alexandre Belloni, linux-pwm, linux-iio,
linux-pci, linux-mips, linux-mtd, Krzysztof Kozlowski,
Miquel Raynal, linux-riscv, linux-clk, linux-leds, linux-rtc,
Viresh Kumar, linux-serial, linux-input, Guenter Roeck,
linux-media, devicetree, linux-watchdog, linux-pm, linux-arm-msm,
linux-can, linux-gpio, Rob Herring, virtualization,
linux-arm-kernel, Stephen Boyd, netdev, linux-usb, linux-mmc,
linux-kernel, linux-spi, Vinod Koul, Mark Brown,
Sebastian Reichel, Jonathan Cameron
On Mon, Nov 21, 2022 at 12:06:12PM +0100, Krzysztof Kozlowski wrote:
> .../bindings/input/touchscreen/cypress,cy8ctma140.yaml | 2 +-
> .../bindings/input/touchscreen/cypress,cy8ctma340.yaml | 2 +-
> .../devicetree/bindings/input/touchscreen/edt-ft5x06.yaml | 2 +-
> Documentation/devicetree/bindings/input/touchscreen/goodix.yaml | 2 +-
> .../devicetree/bindings/input/touchscreen/himax,hx83112b.yaml | 2 +-
> .../devicetree/bindings/input/touchscreen/hycon,hy46xx.yaml | 2 +-
> .../devicetree/bindings/input/touchscreen/imagis,ist3038c.yaml | 2 +-
> .../devicetree/bindings/input/touchscreen/melfas,mms114.yaml | 2 +-
> .../devicetree/bindings/input/touchscreen/mstar,msg2638.yaml | 2 +-
> .../devicetree/bindings/input/touchscreen/ti,tsc2005.yaml | 2 +-
> .../devicetree/bindings/input/touchscreen/touchscreen.yaml | 2 +-
> .../devicetree/bindings/input/touchscreen/zinitix,bt400.yaml | 2 +-
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
--
Dmitry
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH v2 7/9] dt-bindings: drop redundant part of title (beginning)
[not found] ` <20221121110615.97962-8-krzysztof.kozlowski@linaro.org>
2022-11-21 13:33 ` [PATCH v2 7/9] dt-bindings: drop redundant part of title (beginning) Geert Uytterhoeven
@ 2022-11-23 1:36 ` Dmitry Torokhov
2022-11-23 15:49 ` Mark Brown
2 siblings, 0 replies; 12+ messages in thread
From: Dmitry Torokhov @ 2022-11-23 1:36 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Andrew Lunn, alsa-devel, Alexandre Belloni, linux-pwm, linux-iio,
linux-pci, linux-mips, linux-mtd, Krzysztof Kozlowski,
Miquel Raynal, linux-riscv, linux-clk, linux-leds, linux-rtc,
Viresh Kumar, linux-serial, linux-input, Guenter Roeck,
linux-media, devicetree, linux-watchdog, linux-pm, linux-arm-msm,
linux-can, linux-gpio, Rob Herring, Jonathan Cameron,
virtualization, linux-arm-kernel, Stephen Boyd, netdev, linux-usb,
linux-mmc, linux-kernel, linux-spi, Vinod Koul, Mark Brown,
Sebastian Reichel, Jonathan Cameron
On Mon, Nov 21, 2022 at 12:06:13PM +0100, Krzysztof Kozlowski wrote:
> Documentation/devicetree/bindings/input/gpio-keys.yaml | 2 +-
> Documentation/devicetree/bindings/input/microchip,cap11xx.yaml | 2 +-
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
--
Dmitry
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH v2 9/9] dt-bindings: drop redundant part of title (manual)
[not found] ` <20221121110615.97962-10-krzysztof.kozlowski@linaro.org>
@ 2022-11-23 1:37 ` Dmitry Torokhov
2022-11-23 15:52 ` Mark Brown
1 sibling, 0 replies; 12+ messages in thread
From: Dmitry Torokhov @ 2022-11-23 1:37 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Andrew Lunn, alsa-devel, Alexandre Belloni, linux-pwm, linux-iio,
linux-pci, linux-mips, linux-mtd, Krzysztof Kozlowski,
Miquel Raynal, linux-riscv, linux-clk, linux-leds, linux-rtc,
Viresh Kumar, linux-serial, linux-input, Guenter Roeck,
linux-media, devicetree, linux-watchdog, linux-pm, linux-arm-msm,
linux-can, linux-gpio, Rob Herring, Jonathan Cameron,
virtualization, linux-arm-kernel, Stephen Boyd, netdev, linux-usb,
linux-mmc, linux-kernel, linux-spi, Vinod Koul, Mark Brown,
Sebastian Reichel, Jonathan Cameron
On Mon, Nov 21, 2022 at 12:06:15PM +0100, Krzysztof Kozlowski wrote:
> Documentation/devicetree/bindings/input/fsl,scu-key.yaml | 2 +-
> Documentation/devicetree/bindings/input/matrix-keymap.yaml | 2 +-
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
--
Dmitry
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH v2 1/9] dt-bindings: drop redundant part of title of shared bindings
[not found] ` <20221121110615.97962-2-krzysztof.kozlowski@linaro.org>
@ 2022-11-23 13:51 ` Mark Brown
0 siblings, 0 replies; 12+ messages in thread
From: Mark Brown @ 2022-11-23 13:51 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Andrew Lunn, alsa-devel, Dmitry Torokhov, Alexandre Belloni,
linux-pwm, linux-iio, linux-pci, linux-mips, linux-mtd,
Krzysztof Kozlowski, Miquel Raynal, linux-riscv, linux-clk,
linux-leds, linux-rtc, Viresh Kumar, linux-serial, linux-input,
Guenter Roeck, linux-media, devicetree, linux-watchdog, linux-pm,
linux-arm-msm, linux-can, linux-gpio, Rob Herring,
Jonathan Cameron, virtualization, linux-arm-kernel, Stephen Boyd,
netdev, linux-usb, linux-mmc, linux-kernel, linux-spi, Vinod Koul,
Sebastian Reichel, Jonathan Cameron
[-- Attachment #1.1: Type: text/plain, Size: 320 bytes --]
On Mon, Nov 21, 2022 at 12:06:07PM +0100, Krzysztof Kozlowski wrote:
> The Devicetree bindings document does not have to say in the title that
> it is a "binding", but instead just describe the hardware. For shared
> (re-usable) schemas, name them all as "common properties".
Acked-by: Mark Brown <broonie@kernel.org>
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
[-- Attachment #2: Type: text/plain, Size: 183 bytes --]
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH v2 4/9] dt-bindings: drop redundant part of title (end)
[not found] ` <20221121110615.97962-5-krzysztof.kozlowski@linaro.org>
2022-11-23 1:34 ` [PATCH v2 4/9] dt-bindings: drop redundant part of title (end) Dmitry Torokhov
@ 2022-11-23 15:37 ` Mark Brown
1 sibling, 0 replies; 12+ messages in thread
From: Mark Brown @ 2022-11-23 15:37 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Andrew Lunn, alsa-devel, Dmitry Torokhov, Alexandre Belloni,
linux-pwm, linux-iio, linux-pci, linux-mips, linux-mtd,
Krzysztof Kozlowski, Miquel Raynal, linux-riscv, linux-clk,
linux-leds, linux-rtc, Viresh Kumar, linux-serial, linux-input,
Guenter Roeck, linux-media, devicetree, linux-watchdog, linux-pm,
linux-arm-msm, linux-can, linux-gpio, Rob Herring,
Jonathan Cameron, virtualization, linux-arm-kernel, Stephen Boyd,
netdev, linux-usb, linux-mmc, linux-kernel, linux-spi, Vinod Koul,
Sebastian Reichel, Jonathan Cameron
[-- Attachment #1.1: Type: text/plain, Size: 258 bytes --]
On Mon, Nov 21, 2022 at 12:06:10PM +0100, Krzysztof Kozlowski wrote:
> The Devicetree bindings document does not have to say in the title that
> it is a "Devicetree binding", but instead just describe the hardware.
Acked-by: Mark Brown <broonie@kernel.org>
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
[-- Attachment #2: Type: text/plain, Size: 183 bytes --]
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH v2 5/9] dt-bindings: drop redundant part of title (end, part two)
[not found] ` <20221121110615.97962-6-krzysztof.kozlowski@linaro.org>
@ 2022-11-23 15:39 ` Mark Brown
0 siblings, 0 replies; 12+ messages in thread
From: Mark Brown @ 2022-11-23 15:39 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Andrew Lunn, alsa-devel, Dmitry Torokhov, Alexandre Belloni,
linux-pwm, linux-iio, linux-pci, linux-mips, linux-mtd,
Krzysztof Kozlowski, Miquel Raynal, linux-riscv, linux-clk,
linux-leds, linux-rtc, Viresh Kumar, linux-serial, linux-input,
Guenter Roeck, linux-media, devicetree, linux-watchdog, linux-pm,
linux-arm-msm, linux-can, linux-gpio, Rob Herring,
Jonathan Cameron, virtualization, linux-arm-kernel, Stephen Boyd,
netdev, linux-usb, linux-mmc, linux-kernel, linux-spi, Vinod Koul,
Sebastian Reichel, Jonathan Cameron
[-- Attachment #1.1: Type: text/plain, Size: 247 bytes --]
On Mon, Nov 21, 2022 at 12:06:11PM +0100, Krzysztof Kozlowski wrote:
> The Devicetree bindings document does not have to say in the title that
> it is a "binding", but instead just describe the hardware.
Acked-by: Mark Brown <broonie@kernel.org>
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
[-- Attachment #2: Type: text/plain, Size: 183 bytes --]
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH v2 6/9] dt-bindings: drop redundant part of title (end, part three)
[not found] ` <20221121110615.97962-7-krzysztof.kozlowski@linaro.org>
2022-11-23 1:35 ` [PATCH v2 6/9] dt-bindings: drop redundant part of title (end, part three) Dmitry Torokhov
@ 2022-11-23 15:43 ` Mark Brown
1 sibling, 0 replies; 12+ messages in thread
From: Mark Brown @ 2022-11-23 15:43 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Andrew Lunn, alsa-devel, Dmitry Torokhov, Alexandre Belloni,
linux-pwm, linux-iio, linux-pci, linux-mips, linux-mtd,
Krzysztof Kozlowski, Miquel Raynal, linux-riscv, linux-clk,
linux-leds, linux-rtc, Viresh Kumar, linux-serial, linux-input,
Guenter Roeck, linux-media, devicetree, linux-watchdog, linux-pm,
linux-arm-msm, linux-can, linux-gpio, Rob Herring, virtualization,
linux-arm-kernel, Stephen Boyd, netdev, linux-usb, linux-mmc,
linux-kernel, linux-spi, Vinod Koul, Sebastian Reichel,
Jonathan Cameron
[-- Attachment #1.1: Type: text/plain, Size: 247 bytes --]
On Mon, Nov 21, 2022 at 12:06:12PM +0100, Krzysztof Kozlowski wrote:
> The Devicetree bindings document does not have to say in the title that
> it is a "binding", but instead just describe the hardware.
Acked-by: Mark Brown <broonie@kernel.org>
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
[-- Attachment #2: Type: text/plain, Size: 183 bytes --]
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH v2 7/9] dt-bindings: drop redundant part of title (beginning)
[not found] ` <20221121110615.97962-8-krzysztof.kozlowski@linaro.org>
2022-11-21 13:33 ` [PATCH v2 7/9] dt-bindings: drop redundant part of title (beginning) Geert Uytterhoeven
2022-11-23 1:36 ` Dmitry Torokhov
@ 2022-11-23 15:49 ` Mark Brown
2 siblings, 0 replies; 12+ messages in thread
From: Mark Brown @ 2022-11-23 15:49 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Andrew Lunn, alsa-devel, Dmitry Torokhov, Alexandre Belloni,
linux-pwm, linux-iio, linux-pci, linux-mips, linux-mtd,
Krzysztof Kozlowski, Miquel Raynal, linux-riscv, linux-clk,
linux-leds, linux-rtc, Viresh Kumar, linux-serial, linux-input,
Guenter Roeck, linux-media, devicetree, linux-watchdog, linux-pm,
linux-arm-msm, linux-can, linux-gpio, Rob Herring,
Jonathan Cameron, virtualization, linux-arm-kernel, Stephen Boyd,
netdev, linux-usb, linux-mmc, linux-kernel, linux-spi, Vinod Koul,
Sebastian Reichel, Jonathan Cameron
[-- Attachment #1.1: Type: text/plain, Size: 258 bytes --]
On Mon, Nov 21, 2022 at 12:06:13PM +0100, Krzysztof Kozlowski wrote:
> The Devicetree bindings document does not have to say in the title that
> it is a "Devicetree binding", but instead just describe the hardware.
Acked-by: Mark Brown <broonie@kernel.org>
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
[-- Attachment #2: Type: text/plain, Size: 183 bytes --]
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH v2 9/9] dt-bindings: drop redundant part of title (manual)
[not found] ` <20221121110615.97962-10-krzysztof.kozlowski@linaro.org>
2022-11-23 1:37 ` [PATCH v2 9/9] dt-bindings: drop redundant part of title (manual) Dmitry Torokhov
@ 2022-11-23 15:52 ` Mark Brown
1 sibling, 0 replies; 12+ messages in thread
From: Mark Brown @ 2022-11-23 15:52 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Andrew Lunn, alsa-devel, Dmitry Torokhov, Alexandre Belloni,
linux-pwm, linux-iio, linux-pci, linux-mips, linux-mtd,
Krzysztof Kozlowski, Miquel Raynal, linux-riscv, linux-clk,
linux-leds, linux-rtc, Viresh Kumar, linux-serial, linux-input,
Guenter Roeck, linux-media, devicetree, linux-watchdog, linux-pm,
linux-arm-msm, linux-can, linux-gpio, Rob Herring,
Jonathan Cameron, virtualization, linux-arm-kernel, Stephen Boyd,
netdev, linux-usb, linux-mmc, linux-kernel, linux-spi, Vinod Koul,
Sebastian Reichel, Jonathan Cameron
[-- Attachment #1.1: Type: text/plain, Size: 274 bytes --]
On Mon, Nov 21, 2022 at 12:06:15PM +0100, Krzysztof Kozlowski wrote:
> The Devicetree bindings document does not have to say in the title that
> it is a "Devicetree binding" or a "schema", but instead just describe
> the hardware.
Acked-by: Mark Brown <broonie@kernel.org>
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
[-- Attachment #2: Type: text/plain, Size: 183 bytes --]
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH v2 0/9] dt-bindings: cleanup titles
[not found] <20221121110615.97962-1-krzysztof.kozlowski@linaro.org>
` (5 preceding siblings ...)
[not found] ` <20221121110615.97962-8-krzysztof.kozlowski@linaro.org>
@ 2022-11-24 7:16 ` Viresh Kumar
6 siblings, 0 replies; 12+ messages in thread
From: Viresh Kumar @ 2022-11-24 7:16 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Andrew Lunn, alsa-devel, Dmitry Torokhov, linux-pwm, linux-iio,
linux-pci, linux-mips, linux-mtd, Krzysztof Kozlowski,
Miquel Raynal, linux-riscv, linux-clk, linux-leds, linux-rtc,
Viresh Kumar, linux-serial, linux-input, Guenter Roeck,
linux-media, devicetree, linux-watchdog, linux-pm, linux-arm-msm,
linux-can, linux-gpio, Rob Herring, virtualization,
linux-arm-kernel, Stephen Boyd, netdev, linux-usb, linux-mmc,
linux-kernel, linux-spi, Vinod Koul, Mark Brown,
Sebastian Reichel, Jonathan Cameron
On 21-11-22, 12:06, Krzysztof Kozlowski wrote:
> .../devicetree/bindings/cpufreq/cpufreq-mediatek-hw.yaml | 2 +-
> .../devicetree/bindings/cpufreq/qcom-cpufreq-nvmem.yaml | 2 +-
> Documentation/devicetree/bindings/opp/opp-v1.yaml | 2 +-
> Documentation/devicetree/bindings/opp/opp-v2-base.yaml | 2 +-
> Documentation/devicetree/bindings/opp/opp-v2-kryo-cpu.yaml | 2 +-
> Documentation/devicetree/bindings/opp/opp-v2-qcom-level.yaml | 2 +-
> Documentation/devicetree/bindings/opp/opp-v2.yaml | 2 +-
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
--
viresh
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2022-11-24 7:16 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20221121110615.97962-1-krzysztof.kozlowski@linaro.org>
[not found] ` <20221121110615.97962-5-krzysztof.kozlowski@linaro.org>
2022-11-23 1:34 ` [PATCH v2 4/9] dt-bindings: drop redundant part of title (end) Dmitry Torokhov
2022-11-23 15:37 ` Mark Brown
[not found] ` <20221121110615.97962-7-krzysztof.kozlowski@linaro.org>
2022-11-23 1:35 ` [PATCH v2 6/9] dt-bindings: drop redundant part of title (end, part three) Dmitry Torokhov
2022-11-23 15:43 ` Mark Brown
[not found] ` <20221121110615.97962-10-krzysztof.kozlowski@linaro.org>
2022-11-23 1:37 ` [PATCH v2 9/9] dt-bindings: drop redundant part of title (manual) Dmitry Torokhov
2022-11-23 15:52 ` Mark Brown
[not found] ` <20221121110615.97962-2-krzysztof.kozlowski@linaro.org>
2022-11-23 13:51 ` [PATCH v2 1/9] dt-bindings: drop redundant part of title of shared bindings Mark Brown
[not found] ` <20221121110615.97962-6-krzysztof.kozlowski@linaro.org>
2022-11-23 15:39 ` [PATCH v2 5/9] dt-bindings: drop redundant part of title (end, part two) Mark Brown
[not found] ` <20221121110615.97962-8-krzysztof.kozlowski@linaro.org>
2022-11-21 13:33 ` [PATCH v2 7/9] dt-bindings: drop redundant part of title (beginning) Geert Uytterhoeven
2022-11-23 1:36 ` Dmitry Torokhov
2022-11-23 15:49 ` Mark Brown
2022-11-24 7:16 ` [PATCH v2 0/9] dt-bindings: cleanup titles Viresh Kumar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).