From: Yoshinori Sato <ysato@users.sourceforge.jp>
To: linux-sh@vger.kernel.org
Cc: "Yoshinori Sato" <ysato@users.sourceforge.jp>,
"Damien Le Moal" <dlemoal@kernel.org>,
"Niklas Cassel" <cassel@kernel.org>,
"Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Geert Uytterhoeven" <geert+renesas@glider.be>,
"Michael Turquette" <mturquette@baylibre.com>,
"Stephen Boyd" <sboyd@kernel.org>,
"David Airlie" <airlied@gmail.com>,
"Daniel Vetter" <daniel@ffwll.ch>,
"Maarten Lankhorst" <maarten.lankhorst@linux.intel.com>,
"Maxime Ripard" <mripard@kernel.org>,
"Thomas Zimmermann" <tzimmermann@suse.de>,
"Thomas Gleixner" <tglx@linutronix.de>,
"Bjorn Helgaas" <bhelgaas@google.com>,
"Lorenzo Pieralisi" <lpieralisi@kernel.org>,
"Krzysztof Wilczyński" <kw@linux.com>,
"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
"Jiri Slaby" <jirislaby@kernel.org>,
"Magnus Damm" <magnus.damm@gmail.com>,
"Daniel Lezcano" <daniel.lezcano@linaro.org>,
"Rich Felker" <dalias@libc.org>,
"John Paul Adrian Glaubitz" <glaubitz@physik.fu-berlin.de>,
"Lee Jones" <lee@kernel.org>, "Helge Deller" <deller@gmx.de>,
"Heiko Stuebner" <heiko.stuebner@cherry.de>,
"Neil Armstrong" <neil.armstrong@linaro.org>,
"Chris Morgan" <macromorgan@hotmail.com>,
"Sebastian Reichel" <sre@kernel.org>,
"Linus Walleij" <linus.walleij@linaro.org>,
"Arnd Bergmann" <arnd@arndb.de>,
"Masahiro Yamada" <masahiroy@kernel.org>,
"Baoquan He" <bhe@redhat.com>,
"Andrew Morton" <akpm@linux-foundation.org>,
"Guenter Roeck" <linux@roeck-us.net>,
"Kefeng Wang" <wangkefeng.wang@huawei.com>,
"Stephen Rothwell" <sfr@canb.auug.org.au>,
"Azeem Shaikh" <azeemshaikh38@gmail.com>,
"Guo Ren" <guoren@kernel.org>,
"Max Filippov" <jcmvbkbc@gmail.com>,
"Jernej Skrabec" <jernej.skrabec@gmail.com>,
"Herve Codina" <herve.codina@bootlin.com>,
"Andy Shevchenko" <andriy.shevchenko@linux.intel.com>,
"Anup Patel" <apatel@ventanamicro.com>,
"Jacky Huang" <ychuang3@nuvoton.com>,
"Hugo Villeneuve" <hvilleneuve@dimonoff.com>,
"Jonathan Corbet" <corbet@lwn.net>,
"Wolfram Sang" <wsa+renesas@sang-engineering.com>,
"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
"Christophe JAILLET" <christophe.jaillet@wanadoo.fr>,
"Sam Ravnborg" <sam@ravnborg.org>,
"Javier Martinez Canillas" <javierm@redhat.com>,
"Sergey Shtylyov" <s.shtylyov@omp.ru>,
"Laurent Pinchart" <laurent.pinchart+renesas@ideasonboard.com>,
linux-ide@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
linux-clk@vger.kernel.org, dri-devel@lists.freedesktop.org,
linux-pci@vger.kernel.org, linux-serial@vger.kernel.org,
linux-fbdev@vger.kernel.org
Subject: [DO NOT MERGE v8 22/36] dt-bindings: display: smi,sm501: SMI SM501 binding json-schema
Date: Wed, 29 May 2024 17:01:08 +0900 [thread overview]
Message-ID: <2fb214e148e74fb0acc202543dca8dd8a170a6e6.1716965617.git.ysato@users.sourceforge.jp> (raw)
In-Reply-To: <cover.1716965617.git.ysato@users.sourceforge.jp>
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
---
.../bindings/display/smi,sm501.yaml | 443 ++++++++++++++++++
1 file changed, 443 insertions(+)
create mode 100644 Documentation/devicetree/bindings/display/smi,sm501.yaml
diff --git a/Documentation/devicetree/bindings/display/smi,sm501.yaml b/Documentation/devicetree/bindings/display/smi,sm501.yaml
new file mode 100644
index 000000000000..c3ab0f08a894
--- /dev/null
+++ b/Documentation/devicetree/bindings/display/smi,sm501.yaml
@@ -0,0 +1,443 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/display/smi,sm501.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Silicon Motion SM501 Mobile Multimedia Companion Chip
+
+maintainers:
+ - Yoshinori Sato <ysato@user.sourceforge.jp>
+
+description:
+ Silicon Motion Inc, SM501 Companion Chip.
+
+definitions:
+ fb-flag:
+ $ref: /schemas/types.yaml#/definitions/string-array
+ description: Display initialize flags.
+ items:
+ anyOf:
+ - const: use-init-done
+ - const: disable-at-exit
+ - const: use-hwcursor
+ - const: use-hwaccel
+ - const: panel-no-fpen
+ - const: panel-no-vbiasen
+ - const: panel-inv-fpen
+ - const: panel-inv-vbiasen
+ maxItems: 8
+
+properties:
+ compatible:
+ const:
+ smi,sm501
+
+ reg:
+ maxItems: 2
+ description:
+ First entry - System Configuration registers
+ Second entry - IO space (Display Controller register)
+
+ interrupts:
+ description: SM501 interrupt to the cpu should be described here.
+
+ clocks:
+ minItems: 2
+
+ clock-names:
+ items:
+ - const: mclk
+ - const: m1xclk
+
+ mode:
+ $ref: /schemas/types.yaml#/definitions/string
+ description: Select a video mode
+
+ edid:
+ $ref: /schemas/types.yaml#/definitions/uint8-array
+ description:
+ Verbatim EDID data block describing attached display.
+ Data from the detailed timing descriptor will be used to
+ program the display controller.
+
+ smi,little-endian:
+ $ref: /schemas/types.yaml#/definitions/flag
+ description: available on big endian systems, to set different foreign endian.
+ smi,big-endian:
+ $ref: /schemas/types.yaml#/definitions/flag
+ description: available on little endian systems, to set different foreign endian.
+
+ smi,swap-fb-endian:
+ $ref: /schemas/types.yaml#/definitions/flag
+ description: swap framebuffer byteorder.
+
+ route-crt-panel:
+ $ref: /schemas/types.yaml#/definitions/flag
+ description: Panel output merge to CRT.
+
+ crt:
+ type: object
+ description: CRT output control
+ properties:
+ smi,flags:
+ $ref: "#/definitions/fb-flag"
+
+ bpp:
+ $ref: /schemas/types.yaml#/definitions/uint32
+ description: Color depth
+
+ panel:
+ type: object
+ description: Panel output control
+ properties:
+ smi,flags:
+ $ref: "#/definitions/fb-flag"
+
+ bpp:
+ $ref: /schemas/types.yaml#/definitions/uint32
+ description: Color depth
+
+ smi,devices:
+ $ref: /schemas/types.yaml#/definitions/string-array
+ description: Select SM501 device functions.
+ items:
+ anyOf:
+ - const: usb-host
+ - const: usb-slave
+ - const: ssp0
+ - const: ssp1
+ - const: uart0
+ - const: uart1
+ - const: fbaccel
+ - const: ac97
+ - const: i2s
+ minItems: 1
+ maxItems: 9
+
+ smi,misc-timing-ex:
+ $ref: /schemas/types.yaml#/definitions/string
+ description: Miscellaneous Timing - Extend bus holding time.
+ enum:
+ - none
+ - "16"
+ - "32"
+ - "48"
+ - "64"
+ - "80"
+ - "96"
+ - "112"
+ - "128"
+ - "144"
+ - "160"
+ - "176"
+ - "192"
+ - "208"
+ - "224"
+ - "240"
+
+ smi,misc-timing-xc:
+ $ref: /schemas/types.yaml#/definitions/string
+ description: Miscellaneous Timing - Xscale clock input select.
+ enum:
+ - internal-pll
+ - hclk
+ - gpio30
+
+ smi,misc-timing-usb-current:
+ $ref: /schemas/types.yaml#/definitions/string
+ description: Miscellaneous Timing - USB host current detection.
+ enum:
+ - disable
+ - enable
+
+ smi,misc-timing-ssm1:
+ $ref: /schemas/types.yaml#/definitions/string
+ description: Miscellaneous Timing - System SDRAM Clock Select for PW Mode 1.
+ enum:
+ - "288"
+ - divider
+
+ smi,misc-timing-sm1:
+ $ref: /schemas/types.yaml#/definitions/string
+ description: Miscellaneous Timing - SDRAM clock divider for PW mode 1.
+ enum:
+ - "1"
+ - "2"
+ - "3"
+ - "4"
+ - "6"
+ - "8"
+ - "12"
+ - "16"
+ - "24"
+ - "32"
+ - "48"
+ - "64"
+ - "96"
+ - "128"
+ - "192"
+ - "384"
+
+ smi,misc-timing-ssm0:
+ $ref: /schemas/types.yaml#/definitions/string
+ description: Miscellaneous Timing - System SDRAM Clock Select for PW Mode 0.
+ enum:
+ - "288"
+ - divider
+
+ smi,misc-timing-sm0:
+ $ref: /schemas/types.yaml#/definitions/string
+ description: Miscellaneous Timing - SDRAM clock divider for PW mode 0.
+ enum:
+ - "1"
+ - "2"
+ - "3"
+ - "4"
+ - "6"
+ - "8"
+ - "12"
+ - "16"
+ - "24"
+ - "32"
+ - "48"
+ - "64"
+ - "96"
+ - "128"
+ - "192"
+ - "384"
+
+ smi,misc-timing-deb:
+ $ref: /schemas/types.yaml#/definitions/string
+ description: Miscellaneous Timing - 96MHz PLL debug control
+ enum:
+ - input-reference
+ - output
+
+ smi,misc-timing-a:
+ $ref: /schemas/types.yaml#/definitions/string
+ description: Miscellaneous Timing - ACPI Control.
+ enum:
+ - no-acpi
+ - acpi
+
+ smi,misc-timing-divider:
+ $ref: /schemas/types.yaml#/definitions/string
+ description: Miscellaneous Timing - Output Frequency Selection for Second PLL.
+ enum:
+ - "336"
+ - "288"
+ - "240"
+ - "192"
+
+ smi,misc-timing-u:
+ $ref: /schemas/types.yaml#/definitions/string
+ description: Miscellaneous Timing - USB Host mode.
+ enum:
+ - normal
+ - simulation
+
+ smi,misc-timing-delay:
+ $ref: /schemas/types.yaml#/definitions/string
+ description: Miscellaneous Timing - Delay time to latch read data for external SDRAM memory controller.
+ enum:
+ - none
+ - "0.5"
+ - "1.0"
+ - "1.5"
+ - "2.0"
+ - "2.5"
+
+ smi,misc-control-pad:
+ $ref: /schemas/types.yaml#/definitions/string
+ description: Micellaneous Control - PCI Pad drive strength.
+ enum:
+ - "24"
+ - "12"
+ - "8"
+
+ smi,misc-control-usbclk:
+ $ref: /schemas/types.yaml#/definitions/string
+ description: Micellaneous Control - USB Clcok Select.
+ enum:
+ - xtal
+ - "96"
+ - "48"
+
+ smi,misc-control-ssp:
+ $ref: /schemas/types.yaml#/definitions/string
+ description: Micellaneous Control - UART1/SSP1 Select.
+ enum:
+ - uart1
+ - ssp1
+
+ smi,misc-control-lat:
+ $ref: /schemas/types.yaml#/definitions/string
+ description: Micellaneous Control - 8051 Latch Enable for Address.
+ enum:
+ - disable
+ - enable
+
+ smi,misc-control-fp:
+ $ref: /schemas/types.yaml#/definitions/string
+ description: Micellaneous Control - Flat Panel Data Select.
+ enum:
+ - "18"
+ - "24"
+
+ smi,misc-control-freq:
+ $ref: /schemas/types.yaml#/definitions/string
+ description: Micellaneous Control - Crystal frequency select.
+ enum:
+ - "24"
+ - "12"
+
+ smi,misc-control-refresh:
+ $ref: /schemas/types.yaml#/definitions/string
+ description: Micellaneous Control - Internal memory refresh control
+ enum:
+ - "8"
+ - "16"
+ - "32"
+ - "64"
+
+ smi,misc-control-hold:
+ $ref: /schemas/types.yaml#/definitions/string
+ description: Micellaneous Control - BUS Hold time.
+ enum:
+ - fifo-empty
+ - "8"
+ - "16"
+ - "24"
+ - "32"
+
+ smi,misc-control-sh:
+ $ref: /schemas/types.yaml#/definitions/string
+ description: Micellaneous Control - Renesas SuperH ready polarity.
+ enum:
+ - active-low
+ - active-high
+
+ smi,misc-control-ii:
+ $ref: /schemas/types.yaml#/definitions/string
+ description: Micellaneous Control - Interrupt inverting.
+ enum:
+ - normal
+ - inverted
+
+ smi,misc-control-pll:
+ $ref: /schemas/types.yaml#/definitions/string
+ description: Micellaneous Control - PLL clock count.
+ enum:
+ - disable
+ - enable
+
+ smi,misc-control-gap:
+ $ref: /schemas/types.yaml#/definitions/string
+ description: Micellaneous Control - DAC Band Gap Control.
+ const: "0"
+
+ smi,misc-control-dac:
+ $ref: /schemas/types.yaml#/definitions/string
+ description: Micellaneous Control - DAC Power control.
+ enum:
+ - disable
+ - enable
+
+ smi,misc-control-mc:
+ $ref: /schemas/types.yaml#/definitions/string
+ description: Micellaneous Control - USB slave controller.
+ enum:
+ - cpu
+ - "8051"
+
+ smi,misc-control-bl:
+ $ref: /schemas/types.yaml#/definitions/string
+ description: Micellaneous Control - CPU Master burst length.
+ enum:
+ - "1"
+ - "8"
+
+ smi,misc-control-usb:
+ $ref: /schemas/types.yaml#/definitions/string
+ description: Micellaneous Control - USB port select.
+ enum:
+ - master
+ - slave
+
+ smi,misc-control-vr:
+ $ref: /schemas/types.yaml#/definitions/string
+ description: Micellaneous Control - NEC VR Memory map select.
+ enum:
+ - "0x1e00000"
+ - "0x3e00000"
+
+ gpio:
+ type: object
+ description: GPIO pin control
+ additionalProperties: false
+ patternProperties:
+ "^pin-[0-9]+$":
+ $ref: /schemas/types.yaml#/definitions/string
+ enum:
+ - ioport
+ - function
+
+additionalProperties: false
+
+required:
+ - compatible
+ - reg
+ - interrupts
+
+
+examples:
+ - |
+ display@10000000 {
+ compatible = "smi,sm501";
+ reg = <0x10000000 0x03e00000
+ 0x13e00000 0x00200000>;
+ interrupt-parent = <&r2dintc>;
+ interrupts = <4 0>;
+ clocks = <&mclk &m1xclk>;
+ clock-names = "mclk", "m1xclk";
+ mode = "640x480-16@60";
+ smi,little-endian;
+ smi,devices = "usb-host", "uart0";
+ smi,swap-fb-endian;
+ edid = [00 ff ff ff ff ff ff 00 00 00 00 00 00 00 00 00
+ 00 00 01 04 00 00 00 00 00 00 00 00 00 00 00 00
+ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+ 00 00 00 00 00 00 f0 0a 80 fb 20 e0 25 10 32 60
+ 02 00 00 00 00 00 00 06 00 00 00 00 00 00 00 00
+ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 bd];
+
+ smi,misc-timing-ex = "16";
+ smi,misc-timing-xc = "internal-pll";
+ smi,misc-timing-usb-current = "disable";
+ smi,misc-control-pad = "24";
+ smi,misc-control-usbclk = "xtal";
+ smi,misc-control-sh = "active-low";
+
+ gpio {
+ pin-0 = "ioport";
+ pin-1 = "function";
+ };
+
+ crt {
+ smi,flags = "use-init-done",
+ "disable-at-exit",
+ "use-hwcursor",
+ "use-hwaccel";
+ };
+
+ panel {
+ bpp = <16>;
+ smi,flags = "use-init-done",
+ "disable-at-exit",
+ "use-hwcursor",
+ "use-hwaccel";
+ };
+ };
--
2.39.2
next prev parent reply other threads:[~2024-05-29 8:02 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-29 8:00 [DO NOT MERGE v8 00/36] Device Tree support for SH7751 based board Yoshinori Sato
2024-05-29 8:00 ` [DO NOT MERGE v8 01/36] sh: passing FDT address to kernel startup Yoshinori Sato
2024-05-29 8:00 ` [DO NOT MERGE v8 02/36] sh: Kconfig unified OF supported targets Yoshinori Sato
2024-05-29 8:00 ` [DO NOT MERGE v8 03/36] sh: Enable OF support for build and configuration Yoshinori Sato
2024-05-29 8:00 ` [DO NOT MERGE v8 04/36] dt-bindings: interrupt-controller: Add header for Renesas SH3/4 INTC Yoshinori Sato
2024-05-29 8:00 ` [DO NOT MERGE v8 05/36] sh: GENERIC_IRQ_CHIP support for CONFIG_OF=y Yoshinori Sato
2024-05-29 8:00 ` [DO NOT MERGE v8 06/36] sh: kernel/setup Update DT support Yoshinori Sato
2024-05-29 8:00 ` [DO NOT MERGE v8 07/36] sh: Fix COMMON_CLK support in CONFIG_OF=y Yoshinori Sato
2024-05-29 8:00 ` [DO NOT MERGE v8 08/36] clocksource: sh_tmu: CLOCKSOURCE support Yoshinori Sato
2024-05-29 12:55 ` Andy Shevchenko
2024-05-29 8:00 ` [DO NOT MERGE v8 09/36] dt-binding: Add compatible SH7750 SoC Yoshinori Sato
2024-05-29 8:00 ` [DO NOT MERGE v8 10/36] sh: Common PCI Framework driver support Yoshinori Sato
2024-05-29 8:00 ` [DO NOT MERGE v8 11/36] pci: pci-sh7751: Add SH7751 PCI driver Yoshinori Sato
2024-05-29 8:00 ` [DO NOT MERGE v8 12/36] dt-bindings: pci: pci-sh7751: Add SH7751 PCI Yoshinori Sato
2024-05-29 8:00 ` [DO NOT MERGE v8 13/36] dt-bindings: clock: sh7750-cpg: Add renesas,sh7750-cpg header Yoshinori Sato
2024-05-29 13:06 ` Geert Uytterhoeven
2024-05-29 8:01 ` [DO NOT MERGE v8 14/36] clk: Compatible with narrow registers Yoshinori Sato
2024-05-29 23:15 ` Stephen Boyd
2024-05-29 8:01 ` [DO NOT MERGE v8 15/36] clk: renesas: Add SH7750/7751 CPG Driver Yoshinori Sato
2024-05-29 8:01 ` [DO NOT MERGE v8 16/36] irqchip: Add SH7751 INTC driver Yoshinori Sato
2024-05-29 8:01 ` [DO NOT MERGE v8 17/36] dt-bindings: interrupt-controller: renesas,sh7751-intc: Add json-schema Yoshinori Sato
2024-05-29 8:01 ` [DO NOT MERGE v8 18/36] irqchip: SH7751 external interrupt encoder with enable gate Yoshinori Sato
2024-05-29 8:01 ` [DO NOT MERGE v8 19/36] dt-bindings: interrupt-controller: renesas,sh7751-irl-ext: Add json-schema Yoshinori Sato
2024-06-03 15:54 ` Rob Herring
2024-05-29 8:01 ` [DO NOT MERGE v8 20/36] serial: sh-sci: fix SH4 OF support Yoshinori Sato
2024-07-11 12:57 ` John Paul Adrian Glaubitz
2024-05-29 8:01 ` [DO NOT MERGE v8 21/36] dt-bindings: serial: renesas,scif: Add scif-sh7751 Yoshinori Sato
2024-06-03 15:55 ` Rob Herring (Arm)
2024-05-29 8:01 ` Yoshinori Sato [this message]
2024-05-29 10:44 ` [DO NOT MERGE v8 22/36] dt-bindings: display: smi,sm501: SMI SM501 binding json-schema Rob Herring (Arm)
2024-05-29 8:01 ` [DO NOT MERGE v8 23/36] mfd: sm501: Convert platform_data to OF property Yoshinori Sato
2024-05-31 9:56 ` Lee Jones
2024-05-29 8:01 ` [DO NOT MERGE v8 24/36] dt-binding: sh: cpus: Add SH CPUs json-schema Yoshinori Sato
2024-05-29 10:44 ` Rob Herring (Arm)
2024-05-29 8:01 ` [DO NOT MERGE v8 25/36] dt-bindings: vendor-prefixes: Add iodata Yoshinori Sato
2024-05-29 16:27 ` Conor Dooley
2024-05-29 8:01 ` [DO NOT MERGE v8 26/36] dt-bindings: ata: ata-generic: Add new targets Yoshinori Sato
2024-05-29 16:25 ` Conor Dooley
2024-05-29 8:01 ` [DO NOT MERGE v8 27/36] dt-bindings: soc: renesas: sh: Add SH7751 based target Yoshinori Sato
2024-05-29 8:01 ` [DO NOT MERGE v8 28/36] sh: SH7751R SoC Internal peripheral definition dtsi Yoshinori Sato
2024-05-29 8:01 ` [DO NOT MERGE v8 29/36] sh: add RTS7751R2D Plus DTS Yoshinori Sato
2024-05-29 8:01 ` [DO NOT MERGE v8 30/36] sh: Add IO DATA LANDISK dts Yoshinori Sato
2024-05-29 8:01 ` [DO NOT MERGE v8 31/36] sh: Add IO DATA USL-5P dts Yoshinori Sato
2024-05-29 8:01 ` [DO NOT MERGE v8 32/36] sh: j2_mimas_v2.dts update Yoshinori Sato
2024-05-29 8:01 ` [DO NOT MERGE v8 33/36] sh: Add dtbs target support Yoshinori Sato
2024-05-29 8:01 ` [DO NOT MERGE v8 34/36] sh: RTS7751R2D Plus OF defconfig Yoshinori Sato
2024-05-29 8:01 ` [DO NOT MERGE v8 35/36] sh: LANDISK " Yoshinori Sato
2024-05-29 8:01 ` [DO NOT MERGE v8 36/36] sh: j2_defconfig: update Yoshinori Sato
2024-05-30 17:15 ` [DO NOT MERGE v8 00/36] Device Tree support for SH7751 based board Bjorn Helgaas
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=2fb214e148e74fb0acc202543dca8dd8a170a6e6.1716965617.git.ysato@users.sourceforge.jp \
--to=ysato@users.sourceforge.jp \
--cc=airlied@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=andriy.shevchenko@linux.intel.com \
--cc=apatel@ventanamicro.com \
--cc=arnd@arndb.de \
--cc=azeemshaikh38@gmail.com \
--cc=bhe@redhat.com \
--cc=bhelgaas@google.com \
--cc=cassel@kernel.org \
--cc=christophe.jaillet@wanadoo.fr \
--cc=conor+dt@kernel.org \
--cc=corbet@lwn.net \
--cc=dalias@libc.org \
--cc=daniel.lezcano@linaro.org \
--cc=daniel@ffwll.ch \
--cc=deller@gmx.de \
--cc=devicetree@vger.kernel.org \
--cc=dlemoal@kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=geert+renesas@glider.be \
--cc=glaubitz@physik.fu-berlin.de \
--cc=gregkh@linuxfoundation.org \
--cc=guoren@kernel.org \
--cc=heiko.stuebner@cherry.de \
--cc=herve.codina@bootlin.com \
--cc=hvilleneuve@dimonoff.com \
--cc=javierm@redhat.com \
--cc=jcmvbkbc@gmail.com \
--cc=jernej.skrabec@gmail.com \
--cc=jirislaby@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=kw@linux.com \
--cc=laurent.pinchart+renesas@ideasonboard.com \
--cc=lee@kernel.org \
--cc=linus.walleij@linaro.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=linux-sh@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=lpieralisi@kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=macromorgan@hotmail.com \
--cc=magnus.damm@gmail.com \
--cc=masahiroy@kernel.org \
--cc=mripard@kernel.org \
--cc=mturquette@baylibre.com \
--cc=neil.armstrong@linaro.org \
--cc=robh@kernel.org \
--cc=s.shtylyov@omp.ru \
--cc=sam@ravnborg.org \
--cc=sboyd@kernel.org \
--cc=sfr@canb.auug.org.au \
--cc=sre@kernel.org \
--cc=tglx@linutronix.de \
--cc=tzimmermann@suse.de \
--cc=u.kleine-koenig@pengutronix.de \
--cc=wangkefeng.wang@huawei.com \
--cc=wsa+renesas@sang-engineering.com \
--cc=ychuang3@nuvoton.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 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).