linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] spi: dt-bindings: Add compatible for MediaTek MT8188
@ 2022-07-15 12:01 Johnson Wang
  2022-07-15 12:01 ` [PATCH 2/3] dt-bindings: timer: " Johnson Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Johnson Wang @ 2022-07-15 12:01 UTC (permalink / raw)
  To: broonie, srinivas.kandagatla, matthias.bgg, robh+dt,
	krzysztof.kozlowski+dt
  Cc: linux-spi, linux-kernel, devicetree, linux-arm-kernel,
	linux-mediatek, Project_Global_Chrome_Upstream_Group,
	Johnson Wang

This commit adds dt-binding documentation of spi bus for MediaTek MT8188
SoC platform.

Signed-off-by: Johnson Wang <johnson.wang@mediatek.com>
---
 Documentation/devicetree/bindings/spi/mediatek,spi-mt65xx.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/spi/mediatek,spi-mt65xx.yaml b/Documentation/devicetree/bindings/spi/mediatek,spi-mt65xx.yaml
index d3d34a3a0b7f..8d2a6c084eab 100644
--- a/Documentation/devicetree/bindings/spi/mediatek,spi-mt65xx.yaml
+++ b/Documentation/devicetree/bindings/spi/mediatek,spi-mt65xx.yaml
@@ -34,6 +34,7 @@ properties:
       - items:
           - enum:
               - mediatek,mt7986-spi-ipm
+              - mediatek,mt8188-spi-ipm
           - const: mediatek,spi-ipm
       - items:
           - enum:
-- 
2.18.0


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

* [PATCH 2/3] dt-bindings: timer: Add compatible for MediaTek MT8188
  2022-07-15 12:01 [PATCH 1/3] spi: dt-bindings: Add compatible for MediaTek MT8188 Johnson Wang
@ 2022-07-15 12:01 ` Johnson Wang
  2022-07-19 10:02   ` Krzysztof Kozlowski
  2022-07-15 12:01 ` [PATCH 3/3] dt-bindings: nvmem: mediatek: efuse: Add support for MT8188 Johnson Wang
  2022-07-18 14:16 ` (subset) [PATCH 1/3] spi: dt-bindings: Add compatible for MediaTek MT8188 Mark Brown
  2 siblings, 1 reply; 10+ messages in thread
From: Johnson Wang @ 2022-07-15 12:01 UTC (permalink / raw)
  To: broonie, srinivas.kandagatla, matthias.bgg, robh+dt,
	krzysztof.kozlowski+dt
  Cc: linux-spi, linux-kernel, devicetree, linux-arm-kernel,
	linux-mediatek, Project_Global_Chrome_Upstream_Group,
	Johnson Wang

This commit adds dt-binding documentation of timer for MediaTek MT8188 SoC
platform.

Signed-off-by: Johnson Wang <johnson.wang@mediatek.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 6f1f9dba6e88..5dabf8e37b2d 100644
--- a/Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt
+++ b/Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt
@@ -24,6 +24,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,mt8188-timer" for MT8188 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)
-- 
2.18.0


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

* [PATCH 3/3] dt-bindings: nvmem: mediatek: efuse: Add support for MT8188
  2022-07-15 12:01 [PATCH 1/3] spi: dt-bindings: Add compatible for MediaTek MT8188 Johnson Wang
  2022-07-15 12:01 ` [PATCH 2/3] dt-bindings: timer: " Johnson Wang
@ 2022-07-15 12:01 ` Johnson Wang
  2022-07-19 10:02   ` Krzysztof Kozlowski
                     ` (2 more replies)
  2022-07-18 14:16 ` (subset) [PATCH 1/3] spi: dt-bindings: Add compatible for MediaTek MT8188 Mark Brown
  2 siblings, 3 replies; 10+ messages in thread
From: Johnson Wang @ 2022-07-15 12:01 UTC (permalink / raw)
  To: broonie, srinivas.kandagatla, matthias.bgg, robh+dt,
	krzysztof.kozlowski+dt
  Cc: linux-spi, linux-kernel, devicetree, linux-arm-kernel,
	linux-mediatek, Project_Global_Chrome_Upstream_Group,
	Johnson Wang

Add compatible for MT8188 SoC.

Signed-off-by: Johnson Wang <johnson.wang@mediatek.com>
---
This patch is based on "linux-next"[1].
[1]https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
---
 Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml b/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
index b5a1109f2ee1..75e0a516e59a 100644
--- a/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
+++ b/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
@@ -30,6 +30,7 @@ properties:
               - mediatek,mt8173-efuse
               - mediatek,mt8183-efuse
               - mediatek,mt8186-efuse
+              - mediatek,mt8188-efuse
               - mediatek,mt8192-efuse
               - mediatek,mt8195-efuse
               - mediatek,mt8516-efuse
-- 
2.18.0


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

* Re: (subset) [PATCH 1/3] spi: dt-bindings: Add compatible for MediaTek MT8188
  2022-07-15 12:01 [PATCH 1/3] spi: dt-bindings: Add compatible for MediaTek MT8188 Johnson Wang
  2022-07-15 12:01 ` [PATCH 2/3] dt-bindings: timer: " Johnson Wang
  2022-07-15 12:01 ` [PATCH 3/3] dt-bindings: nvmem: mediatek: efuse: Add support for MT8188 Johnson Wang
@ 2022-07-18 14:16 ` Mark Brown
  2 siblings, 0 replies; 10+ messages in thread
From: Mark Brown @ 2022-07-18 14:16 UTC (permalink / raw)
  To: srinivas.kandagatla, matthias.bgg, robh+dt, johnson.wang,
	krzysztof.kozlowski+dt
  Cc: linux-kernel, linux-mediatek, linux-spi, devicetree,
	Project_Global_Chrome_Upstream_Group, linux-arm-kernel

On Fri, 15 Jul 2022 20:01:12 +0800, Johnson Wang wrote:
> This commit adds dt-binding documentation of spi bus for MediaTek MT8188
> SoC platform.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[1/3] spi: dt-bindings: Add compatible for MediaTek MT8188
      commit: 0ee0ab0bdab4f9e6754cc6a294e90c46b53f565b

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

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

* Re: [PATCH 2/3] dt-bindings: timer: Add compatible for MediaTek MT8188
  2022-07-15 12:01 ` [PATCH 2/3] dt-bindings: timer: " Johnson Wang
@ 2022-07-19 10:02   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2022-07-19 10:02 UTC (permalink / raw)
  To: Johnson Wang, broonie, srinivas.kandagatla, matthias.bgg,
	robh+dt, krzysztof.kozlowski+dt
  Cc: linux-spi, linux-kernel, devicetree, linux-arm-kernel,
	linux-mediatek, Project_Global_Chrome_Upstream_Group

On 15/07/2022 14:01, Johnson Wang wrote:
> This commit adds dt-binding documentation of timer for MediaTek MT8188 SoC
> platform.
> 
> Signed-off-by: Johnson Wang <johnson.wang@mediatek.com>
> ---
>  Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt | 1 +
>  1 file changed, 1 insertion(+)


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


Best regards,
Krzysztof

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

* Re: [PATCH 3/3] dt-bindings: nvmem: mediatek: efuse: Add support for MT8188
  2022-07-15 12:01 ` [PATCH 3/3] dt-bindings: nvmem: mediatek: efuse: Add support for MT8188 Johnson Wang
@ 2022-07-19 10:02   ` Krzysztof Kozlowski
  2022-08-12 10:18   ` Johnson Wang
  2022-08-17 12:21   ` Srinivas Kandagatla
  2 siblings, 0 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2022-07-19 10:02 UTC (permalink / raw)
  To: Johnson Wang, broonie, srinivas.kandagatla, matthias.bgg,
	robh+dt, krzysztof.kozlowski+dt
  Cc: linux-spi, linux-kernel, devicetree, linux-arm-kernel,
	linux-mediatek, Project_Global_Chrome_Upstream_Group

On 15/07/2022 14:01, Johnson Wang wrote:
> Add compatible for MT8188 SoC.
> 
> Signed-off-by: Johnson Wang <johnson.wang@mediatek.com>
> ---
> This patch is based on "linux-next"[1].
> [1]https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


Best regards,
Krzysztof

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

* Re: [PATCH 3/3] dt-bindings: nvmem: mediatek: efuse: Add support for MT8188
  2022-07-15 12:01 ` [PATCH 3/3] dt-bindings: nvmem: mediatek: efuse: Add support for MT8188 Johnson Wang
  2022-07-19 10:02   ` Krzysztof Kozlowski
@ 2022-08-12 10:18   ` Johnson Wang
  2022-08-17 12:21   ` Srinivas Kandagatla
  2 siblings, 0 replies; 10+ messages in thread
From: Johnson Wang @ 2022-08-12 10:18 UTC (permalink / raw)
  To: broonie, srinivas.kandagatla, matthias.bgg, robh+dt,
	krzysztof.kozlowski+dt
  Cc: linux-spi, linux-kernel, devicetree, linux-arm-kernel,
	linux-mediatek, Project_Global_Chrome_Upstream_Group

On Fri, 2022-07-15 at 20:01 +0800, Johnson Wang wrote:
> Add compatible for MT8188 SoC.
> 
> Signed-off-by: Johnson Wang <johnson.wang@mediatek.com>
> ---
> This patch is based on "linux-next"[1].
> [1]
> https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
> ---
>  Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git
> a/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
> b/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
> index b5a1109f2ee1..75e0a516e59a 100644
> --- a/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
> @@ -30,6 +30,7 @@ properties:
>                - mediatek,mt8173-efuse
>                - mediatek,mt8183-efuse
>                - mediatek,mt8186-efuse
> +              - mediatek,mt8188-efuse
>                - mediatek,mt8192-efuse
>                - mediatek,mt8195-efuse
>                - mediatek,mt8516-efuse

Hi Srinivas,

Just a gentle ping on this.
Could you please give me some suggestion on this patch?

Thank you very much.

BRs,
Johnson Wang


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

* Re: [PATCH 3/3] dt-bindings: nvmem: mediatek: efuse: Add support for MT8188
  2022-07-15 12:01 ` [PATCH 3/3] dt-bindings: nvmem: mediatek: efuse: Add support for MT8188 Johnson Wang
  2022-07-19 10:02   ` Krzysztof Kozlowski
  2022-08-12 10:18   ` Johnson Wang
@ 2022-08-17 12:21   ` Srinivas Kandagatla
  2022-08-19  3:28     ` Johnson Wang
  2 siblings, 1 reply; 10+ messages in thread
From: Srinivas Kandagatla @ 2022-08-17 12:21 UTC (permalink / raw)
  To: Johnson Wang, broonie, matthias.bgg, robh+dt, krzysztof.kozlowski+dt
  Cc: linux-spi, linux-kernel, devicetree, linux-arm-kernel,
	linux-mediatek, Project_Global_Chrome_Upstream_Group



On 15/07/2022 13:01, Johnson Wang wrote:
> Add compatible for MT8188 SoC.
> 
> Signed-off-by: Johnson Wang <johnson.wang@mediatek.com>
> ---
> This patch is based on "linux-next"[1].
> [1]https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
> ---

Applied thanks,

--srini
>   Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml b/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
> index b5a1109f2ee1..75e0a516e59a 100644
> --- a/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
> @@ -30,6 +30,7 @@ properties:
>                 - mediatek,mt8173-efuse
>                 - mediatek,mt8183-efuse
>                 - mediatek,mt8186-efuse
> +              - mediatek,mt8188-efuse
>                 - mediatek,mt8192-efuse
>                 - mediatek,mt8195-efuse
>                 - mediatek,mt8516-efuse

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

* Re: [PATCH 3/3] dt-bindings: nvmem: mediatek: efuse: Add support for MT8188
  2022-08-17 12:21   ` Srinivas Kandagatla
@ 2022-08-19  3:28     ` Johnson Wang
  2022-08-19  7:31       ` Srinivas Kandagatla
  0 siblings, 1 reply; 10+ messages in thread
From: Johnson Wang @ 2022-08-19  3:28 UTC (permalink / raw)
  To: Srinivas Kandagatla, matthias.bgg, robh+dt, krzysztof.kozlowski+dt
  Cc: linux-kernel, devicetree, linux-arm-kernel, linux-mediatek,
	Project_Global_Chrome_Upstream_Group

On Wed, 2022-08-17 at 13:21 +0100, Srinivas Kandagatla wrote:
> 
> On 15/07/2022 13:01, Johnson Wang wrote:
> > Add compatible for MT8188 SoC.
> > 
> > Signed-off-by: Johnson Wang <johnson.wang@mediatek.com>
> > ---
> > This patch is based on "linux-next"[1].
> > [1]
> > https://urldefense.com/v3/__https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git__;!!CTRNKA9wMg0ARbw!yz8fBHH39-ntsRnAlXZfmS1k9PoKMtITUk-DhcvGQJOJSu9HP70OmFoCYMfvxnjWw4Ql$
> >  
> > ---
> 
> Applied thanks,
> 
> --srini
> >   Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml | 1 +
> >   1 file changed, 1 insertion(+)
> > 
> > diff --git
> > a/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
> > b/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
> > index b5a1109f2ee1..75e0a516e59a 100644
> > --- a/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
> > +++ b/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
> > @@ -30,6 +30,7 @@ properties:
> >                 - mediatek,mt8173-efuse
> >                 - mediatek,mt8183-efuse
> >                 - mediatek,mt8186-efuse
> > +              - mediatek,mt8188-efuse
> >                 - mediatek,mt8192-efuse
> >                 - mediatek,mt8195-efuse
> >                 - mediatek,mt8516-efuse

Hi Srinivas,

Just a gentle ping on this.
It seems that this patch hasn't been applied into [1].

If you have any concern about this patch, please let me know.

Thanks.

[1] git://git.kernel.org/pub/scm/linux/kernel/git/srini/nvmem.git

BRs,
Johnson Wang


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

* Re: [PATCH 3/3] dt-bindings: nvmem: mediatek: efuse: Add support for MT8188
  2022-08-19  3:28     ` Johnson Wang
@ 2022-08-19  7:31       ` Srinivas Kandagatla
  0 siblings, 0 replies; 10+ messages in thread
From: Srinivas Kandagatla @ 2022-08-19  7:31 UTC (permalink / raw)
  To: Johnson Wang, matthias.bgg, robh+dt, krzysztof.kozlowski+dt
  Cc: linux-kernel, devicetree, linux-arm-kernel, linux-mediatek,
	Project_Global_Chrome_Upstream_Group



On 19/08/2022 04:28, Johnson Wang wrote:
> On Wed, 2022-08-17 at 13:21 +0100, Srinivas Kandagatla wrote:
>>
>> On 15/07/2022 13:01, Johnson Wang wrote:
>>> Add compatible for MT8188 SoC.
>>>
>>> Signed-off-by: Johnson Wang <johnson.wang@mediatek.com>
>>> ---
>>> This patch is based on "linux-next"[1].
>>> [1]
>>> https://urldefense.com/v3/__https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git__;!!CTRNKA9wMg0ARbw!yz8fBHH39-ntsRnAlXZfmS1k9PoKMtITUk-DhcvGQJOJSu9HP70OmFoCYMfvxnjWw4Ql$
>>>   
>>> ---
>>
>> Applied thanks,
>>
>> --srini
>>>    Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml | 1 +
>>>    1 file changed, 1 insertion(+)
>>>
>>> diff --git
>>> a/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
>>> b/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
>>> index b5a1109f2ee1..75e0a516e59a 100644
>>> --- a/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
>>> +++ b/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
>>> @@ -30,6 +30,7 @@ properties:
>>>                  - mediatek,mt8173-efuse
>>>                  - mediatek,mt8183-efuse
>>>                  - mediatek,mt8186-efuse
>>> +              - mediatek,mt8188-efuse
>>>                  - mediatek,mt8192-efuse
>>>                  - mediatek,mt8195-efuse
>>>                  - mediatek,mt8516-efuse
> 
> Hi Srinivas,
> 
> Just a gentle ping on this.
> It seems that this patch hasn't been applied into [1].

Its applied and pushed now!

--srini
> 
> If you have any concern about this patch, please let me know.
> 
> Thanks.
> 
> [1] git://git.kernel.org/pub/scm/linux/kernel/git/srini/nvmem.git


> 
> BRs,
> Johnson Wang
> 

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

end of thread, other threads:[~2022-08-19  7:31 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-15 12:01 [PATCH 1/3] spi: dt-bindings: Add compatible for MediaTek MT8188 Johnson Wang
2022-07-15 12:01 ` [PATCH 2/3] dt-bindings: timer: " Johnson Wang
2022-07-19 10:02   ` Krzysztof Kozlowski
2022-07-15 12:01 ` [PATCH 3/3] dt-bindings: nvmem: mediatek: efuse: Add support for MT8188 Johnson Wang
2022-07-19 10:02   ` Krzysztof Kozlowski
2022-08-12 10:18   ` Johnson Wang
2022-08-17 12:21   ` Srinivas Kandagatla
2022-08-19  3:28     ` Johnson Wang
2022-08-19  7:31       ` Srinivas Kandagatla
2022-07-18 14:16 ` (subset) [PATCH 1/3] spi: dt-bindings: Add compatible for MediaTek MT8188 Mark Brown

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