linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH v3 4/7] dt-bindings: mmc: Add compatible for Mediatek MT8186
       [not found] ` <20220128062050.23978-5-allen-kh.cheng@mediatek.com>
@ 2022-01-31 16:28   ` Ulf Hansson
  0 siblings, 0 replies; 3+ messages in thread
From: Ulf Hansson @ 2022-01-31 16:28 UTC (permalink / raw)
  To: allen-kh.cheng
  Cc: Rob Herring, Matthias Brugger, hsinyi,
	Project_Global_Chrome_Upstream_Group, linux-kernel, devicetree,
	linux-mediatek, linux-mmc

- trimmed cc-list

On Fri, 28 Jan 2022 at 07:21, allen-kh.cheng
<allen-kh.cheng@mediatek.com> wrote:
>
> From: Allen-KH Cheng <Allen-KH.Cheng@mediatek.com>
>
> This commit adds dt-binding documentation of mmc for Mediatek MT8186 SoC
> Platform.
>
> Signed-off-by: Allen-KH Cheng <Allen-KH.Cheng@mediatek.com>

For some reason $subject patch didn't make it to the mmc patchwork.

Anyway, I have picked this up and applied it for next, thanks!

Kind regards
Uffe



> ---
>  Documentation/devicetree/bindings/mmc/mtk-sd.yaml | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/mmc/mtk-sd.yaml b/Documentation/devicetree/bindings/mmc/mtk-sd.yaml
> index faf89b0c918f..297ada03e3de 100644
> --- a/Documentation/devicetree/bindings/mmc/mtk-sd.yaml
> +++ b/Documentation/devicetree/bindings/mmc/mtk-sd.yaml
> @@ -29,6 +29,9 @@ properties:
>        - items:
>            - const: mediatek,mt7623-mmc
>            - const: mediatek,mt2701-mmc
> +      - items:
> +          - const: mediatek,mt8186-mmc
> +          - const: mediatek,mt8183-mmc
>        - items:
>            - const: mediatek,mt8192-mmc
>            - const: mediatek,mt8183-mmc
> --
> 2.18.0
>

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

* Re: [PATCH v3 5/7] dt-bindings: phy: Add compatible for Mediatek MT8186
       [not found] ` <20220128062050.23978-6-allen-kh.cheng@mediatek.com>
@ 2022-02-02 14:27   ` Vinod Koul
  0 siblings, 0 replies; 3+ messages in thread
From: Vinod Koul @ 2022-02-02 14:27 UTC (permalink / raw)
  To: allen-kh.cheng
  Cc: Ulf Hansson, Rob Herring, Matthias Brugger,
	Kishon Vijay Abraham I, Greg Kroah-Hartman, Daniel Lezcano,
	Thomas Gleixner, Wim Van Sebroeck, Guenter Roeck, hsinyi,
	Project_Global_Chrome_Upstream_Group, linux-kernel, devicetree,
	linux-mediatek, linux-arm-kernel, linux-iio, linux-mmc,
	linux-serial, linux-spi, linux-watchdog

On 28-01-22, 14:20, allen-kh.cheng wrote:
> From: Allen-KH Cheng <Allen-KH.Cheng@mediatek.com>
> 
> This commit adds dt-binding documentation of T-Phy for Mediatek MT8186 SoC
> Platform.

Applied, thanks

-- 
~Vinod

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

* Re: [PATCH v3 1/7] dt-bindings: timer: Add compatible for Mediatek MT8186
       [not found] ` <20220128062050.23978-2-allen-kh.cheng@mediatek.com>
@ 2022-02-28 11:26   ` Matthias Brugger
  0 siblings, 0 replies; 3+ messages in thread
From: Matthias Brugger @ 2022-02-28 11:26 UTC (permalink / raw)
  To: allen-kh.cheng, Ulf Hansson, Rob Herring, Kishon Vijay Abraham I,
	Vinod Koul, Greg Kroah-Hartman, Daniel Lezcano, Thomas Gleixner,
	Wim Van Sebroeck, Guenter Roeck
  Cc: hsinyi, Project_Global_Chrome_Upstream_Group, linux-kernel,
	devicetree, linux-mediatek, linux-arm-kernel, linux-iio,
	linux-mmc, linux-serial, linux-spi, linux-watchdog



On 28/01/2022 07:20, allen-kh.cheng wrote:
> From: Allen-KH Cheng <Allen-KH.Cheng@mediatek.com>
> 
> This commit adds dt-binding documentation of timer for Mediatek MT8186 SoC
> Platform.
> 
> Signed-off-by: Allen-KH Cheng <Allen-KH.Cheng@mediatek.com>

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

> ---
>   Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt b/Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt
> index e5c57d6e0186..e0d20d6adf81 100644
> --- a/Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt
> +++ b/Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt
> @@ -22,6 +22,7 @@ Required properties:
>   
>   	For those SoCs that use SYST
>   	* "mediatek,mt8183-timer" for MT8183 compatible timers (SYST)
> +	* "mediatek,mt8186-timer" for MT8186 compatible timers (SYST)
>   	* "mediatek,mt8192-timer" for MT8192 compatible timers (SYST)
>   	* "mediatek,mt8195-timer" for MT8195 compatible timers (SYST)
>   	* "mediatek,mt7629-timer" for MT7629 compatible timers (SYST)

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

end of thread, other threads:[~2022-02-28 11:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220128062050.23978-1-allen-kh.cheng@mediatek.com>
     [not found] ` <20220128062050.23978-5-allen-kh.cheng@mediatek.com>
2022-01-31 16:28   ` [PATCH v3 4/7] dt-bindings: mmc: Add compatible for Mediatek MT8186 Ulf Hansson
     [not found] ` <20220128062050.23978-6-allen-kh.cheng@mediatek.com>
2022-02-02 14:27   ` [PATCH v3 5/7] dt-bindings: phy: " Vinod Koul
     [not found] ` <20220128062050.23978-2-allen-kh.cheng@mediatek.com>
2022-02-28 11:26   ` [PATCH v3 1/7] dt-bindings: timer: " Matthias Brugger

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).