All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Leilk Liu <leilk.liu@mediatek.com>
Cc: linux-mediatek@lists.infradead.org, devicetree@vger.kernel.org,
	Rob Herring <robh+dt@kernel.org>,
	AngeloGioacchino Del Regno
	<angelogioacchino.delregno@collabora.com>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Mark Brown <broonie@kernel.org>,
	linux-spi@vger.kernel.org
Subject: Re: [PATCH V6 2/3] dt-bindings: spi: support hclk
Date: Mon, 21 Mar 2022 18:30:06 -0500	[thread overview]
Message-ID: <YjkKfjeJ5cuSyE3d@robh.at.kernel.org> (raw)
In-Reply-To: <20220321013922.24067-3-leilk.liu@mediatek.com>

On Mon, 21 Mar 2022 09:39:21 +0800, Leilk Liu wrote:
> this patch support hclk for AHB bus.
> 
> Signed-off-by: Leilk Liu <leilk.liu@mediatek.com>
> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
> ---
>  .../devicetree/bindings/spi/mediatek,spi-mt65xx.yaml          | 4 ++++
>  1 file changed, 4 insertions(+)
> 

Reviewed-by: Rob Herring <robh@kernel.org>

_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Leilk Liu <leilk.liu@mediatek.com>
Cc: linux-mediatek@lists.infradead.org, devicetree@vger.kernel.org,
	Rob Herring <robh+dt@kernel.org>,
	AngeloGioacchino Del Regno 
	<angelogioacchino.delregno@collabora.com>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Mark Brown <broonie@kernel.org>,
	linux-spi@vger.kernel.org
Subject: Re: [PATCH V6 2/3] dt-bindings: spi: support hclk
Date: Mon, 21 Mar 2022 18:30:06 -0500	[thread overview]
Message-ID: <YjkKfjeJ5cuSyE3d@robh.at.kernel.org> (raw)
In-Reply-To: <20220321013922.24067-3-leilk.liu@mediatek.com>

On Mon, 21 Mar 2022 09:39:21 +0800, Leilk Liu wrote:
> this patch support hclk for AHB bus.
> 
> Signed-off-by: Leilk Liu <leilk.liu@mediatek.com>
> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
> ---
>  .../devicetree/bindings/spi/mediatek,spi-mt65xx.yaml          | 4 ++++
>  1 file changed, 4 insertions(+)
> 

Reviewed-by: Rob Herring <robh@kernel.org>

WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Leilk Liu <leilk.liu@mediatek.com>
Cc: linux-mediatek@lists.infradead.org, devicetree@vger.kernel.org,
	Rob Herring <robh+dt@kernel.org>,
	AngeloGioacchino Del Regno
	<angelogioacchino.delregno@collabora.com>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Mark Brown <broonie@kernel.org>,
	linux-spi@vger.kernel.org
Subject: Re: [PATCH V6 2/3] dt-bindings: spi: support hclk
Date: Mon, 21 Mar 2022 18:30:06 -0500	[thread overview]
Message-ID: <YjkKfjeJ5cuSyE3d@robh.at.kernel.org> (raw)
In-Reply-To: <20220321013922.24067-3-leilk.liu@mediatek.com>

On Mon, 21 Mar 2022 09:39:21 +0800, Leilk Liu wrote:
> this patch support hclk for AHB bus.
> 
> Signed-off-by: Leilk Liu <leilk.liu@mediatek.com>
> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
> ---
>  .../devicetree/bindings/spi/mediatek,spi-mt65xx.yaml          | 4 ++++
>  1 file changed, 4 insertions(+)
> 

Reviewed-by: Rob Herring <robh@kernel.org>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2022-03-21 23:36 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-21  1:39 [PATCH V6 0/3] spi: mediatek: add single/quad mode support Leilk Liu
2022-03-21  1:39 ` Leilk Liu
2022-03-21  1:39 ` Leilk Liu
2022-03-21  1:39 ` [PATCH V6 1/3] spi: mediatek: add spi memory support for ipm design Leilk Liu
2022-03-21  1:39   ` Leilk Liu
2022-03-21  1:39   ` Leilk Liu
2022-03-21  1:39 ` [PATCH V6 2/3] dt-bindings: spi: support hclk Leilk Liu
2022-03-21  1:39   ` Leilk Liu
2022-03-21  1:39   ` Leilk Liu
2022-03-21 23:30   ` Rob Herring [this message]
2022-03-21 23:30     ` Rob Herring
2022-03-21 23:30     ` Rob Herring
2022-03-21  1:39 ` [PATCH V6 3/3] spi: mediatek: " Leilk Liu
2022-03-21  1:39   ` Leilk Liu
2022-03-21  1:39   ` Leilk Liu
2022-04-05  9:32 ` [PATCH V6 0/3] spi: mediatek: add single/quad mode support Mark Brown
2022-04-05  9:32   ` Mark Brown
2022-04-05  9:32   ` Mark Brown

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=YjkKfjeJ5cuSyE3d@robh.at.kernel.org \
    --to=robh@kernel.org \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=leilk.liu@mediatek.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=matthias.bgg@gmail.com \
    --cc=robh+dt@kernel.org \
    /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.