linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Matthias Brugger <matthias.bgg@gmail.com>
To: "Bernhard Rosenkränzer" <bero@baylibre.com>,
	linux-mediatek@lists.infradead.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-serial@vger.kernel.org, linux-usb@vger.kernel.org,
	robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
	tglx@linutronix.de, maz@kernel.org, lee@kernel.org,
	linus.walleij@linaro.org, gregkh@linuxfoundation.org,
	daniel.lezcano@linaro.org, chunfeng.yun@mediatek.com,
	angelogioacchino.delregno@collabora.com, nfraprado@collabora.com,
	allen-kh.cheng@mediatek.com, sean.wang@mediatek.com,
	zhiyong.tao@mediatek.com,
	"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>
Subject: Re: [PATCH v9 8/9] dt-bindings: serial: mediatek,uart: add MT8365
Date: Mon, 30 Jan 2023 12:38:38 +0100	[thread overview]
Message-ID: <0dec66ce-424c-e682-3f73-594e5b1edb65@gmail.com> (raw)
In-Reply-To: <20230125143503.1015424-9-bero@baylibre.com>



On 25/01/2023 15:35, Bernhard Rosenkränzer wrote:
> Add binding description for mediatek,mt8365-uart
> 
> Signed-off-by: Bernhard Rosenkränzer <bero@baylibre.com>
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>

Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>

Greg will you take 5,6 and 8 from this series through your branch or are you Ok 
if I take them. They are all just adding a new compatible string to the 
following files:
Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml
Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml
and
Documentation/devicetree/bindings/serial/mediatek,uart.yaml

Best regards,
Matthias

> ---
>   Documentation/devicetree/bindings/serial/mediatek,uart.yaml | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/serial/mediatek,uart.yaml b/Documentation/devicetree/bindings/serial/mediatek,uart.yaml
> index fe098d98af6ee..303d02ca4e1ba 100644
> --- a/Documentation/devicetree/bindings/serial/mediatek,uart.yaml
> +++ b/Documentation/devicetree/bindings/serial/mediatek,uart.yaml
> @@ -45,6 +45,7 @@ properties:
>                 - mediatek,mt8188-uart
>                 - mediatek,mt8192-uart
>                 - mediatek,mt8195-uart
> +              - mediatek,mt8365-uart
>                 - mediatek,mt8516-uart
>             - const: mediatek,mt6577-uart
>   

  reply	other threads:[~2023-01-30 11:38 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-25 14:34 [PATCH v9 0/9] Add minimal MT8365 and MT8365-EVK support Bernhard Rosenkränzer
2023-01-25 14:34 ` [PATCH v9 1/9] dt-bindings: arm64: dts: mediatek: Add mt8365-evk board Bernhard Rosenkränzer
2023-01-25 14:34 ` [PATCH v9 2/9] dt-bindings: irq: mtk, sysirq: add support for mt8365 Bernhard Rosenkränzer
2023-01-25 14:34 ` [PATCH v9 3/9] dt-bindings: mfd: syscon: Add mt8365-syscfg Bernhard Rosenkränzer
2023-01-26 14:38   ` Lee Jones
2023-01-25 14:34 ` [PATCH v9 4/9] dt-bindings: pinctrl: add bindings for Mediatek MT8365 SoC Bernhard Rosenkränzer
2023-01-26 13:53   ` Linus Walleij
2023-01-25 14:34 ` [PATCH v9 5/9] dt-bindings: usb: mediatek,mtu3: add MT8365 SoC bindings Bernhard Rosenkränzer
2023-01-31  9:00   ` Chunfeng Yun (云春峰)
2023-01-25 14:35 ` [PATCH v9 6/9] dt-bindings: usb: mediatek,mtk-xhci: " Bernhard Rosenkränzer
2023-01-31  9:01   ` Chunfeng Yun (云春峰)
2023-01-25 14:35 ` [PATCH v9 7/9] dt-bindings: timer: mediatek,mtk-timer: add MT8365 Bernhard Rosenkränzer
2023-01-26 15:04   ` Daniel Lezcano
2023-01-25 14:35 ` [PATCH v9 8/9] dt-bindings: serial: mediatek,uart: " Bernhard Rosenkränzer
2023-01-30 11:38   ` Matthias Brugger [this message]
2023-03-07 19:40     ` Kevin Hilman
2023-01-25 14:35 ` [PATCH v9 9/9] arm64: dts: mediatek: Initial mt8365-evk support Bernhard Rosenkränzer
2023-02-16  8:52   ` Alexandre Mergnat
2023-02-22  8:17   ` Alexandre Mergnat
2023-02-22  9:21     ` Greg KH
2023-02-22  9:58       ` Alexandre Mergnat
2023-03-06  5:02       ` Bernhard Rosenkränzer
2023-03-06  5:40         ` Greg KH

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=0dec66ce-424c-e682-3f73-594e5b1edb65@gmail.com \
    --to=matthias.bgg@gmail.com \
    --cc=allen-kh.cheng@mediatek.com \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=bero@baylibre.com \
    --cc=chunfeng.yun@mediatek.com \
    --cc=daniel.lezcano@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=lee@kernel.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=maz@kernel.org \
    --cc=nfraprado@collabora.com \
    --cc=robh+dt@kernel.org \
    --cc=sean.wang@mediatek.com \
    --cc=tglx@linutronix.de \
    --cc=zhiyong.tao@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 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).