All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: media: mediatek-jpeg-decoder: Add MT8188 compatible string
@ 2022-07-19 10:02 Jianhua Lin
  2022-07-19 10:02 ` [PATCH 2/2] dt-bindings: media: mediatek-jpeg-encoder: " Jianhua Lin
  2022-07-20  6:28   ` Krzysztof Kozlowski
  0 siblings, 2 replies; 8+ messages in thread
From: Jianhua Lin @ 2022-07-19 10:02 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Rob Herring, Krzysztof Kozlowski,
	Matthias Brugger
  Cc: linux-media, devicetree, linux-kernel, linux-arm-kernel,
	linux-mediatek, Project_Global_Chrome_Upstream_Group,
	Jianhua Lin

Add compatible for MT8188 jpeg decoder.

Signed-off-by: Jianhua Lin <jianhua.lin@mediatek.com>
---
 .../devicetree/bindings/media/mediatek-jpeg-decoder.yaml         | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.yaml b/Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.yaml
index 052e752157b4..3c77adfa320c 100644
--- a/Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.yaml
+++ b/Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.yaml
@@ -22,6 +22,7 @@ properties:
       - items:
           - enum:
               - mediatek,mt7623-jpgdec
+              - mediatek,mt8188-jpgdec
           - const: mediatek,mt2701-jpgdec
 
   reg:
-- 
2.18.0


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

* [PATCH 2/2] dt-bindings: media: mediatek-jpeg-encoder: Add MT8188 compatible string
  2022-07-19 10:02 [PATCH 1/2] dt-bindings: media: mediatek-jpeg-decoder: Add MT8188 compatible string Jianhua Lin
@ 2022-07-19 10:02 ` Jianhua Lin
  2022-07-20  6:28     ` Krzysztof Kozlowski
  2022-07-20  6:28   ` Krzysztof Kozlowski
  1 sibling, 1 reply; 8+ messages in thread
From: Jianhua Lin @ 2022-07-19 10:02 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Rob Herring, Krzysztof Kozlowski,
	Matthias Brugger
  Cc: linux-media, devicetree, linux-kernel, linux-arm-kernel,
	linux-mediatek, Project_Global_Chrome_Upstream_Group,
	Jianhua Lin

Add compatible for MT8188 jpeg encoder.

Signed-off-by: Jianhua Lin <jianhua.lin@mediatek.com>
---
 .../devicetree/bindings/media/mediatek-jpeg-encoder.yaml         | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/media/mediatek-jpeg-encoder.yaml b/Documentation/devicetree/bindings/media/mediatek-jpeg-encoder.yaml
index 4fd390c042a9..20134b0fc273 100644
--- a/Documentation/devicetree/bindings/media/mediatek-jpeg-encoder.yaml
+++ b/Documentation/devicetree/bindings/media/mediatek-jpeg-encoder.yaml
@@ -19,6 +19,7 @@ properties:
           - mediatek,mt2701-jpgenc
           - mediatek,mt8183-jpgenc
           - mediatek,mt8186-jpgenc
+          - mediatek,mt8188-jpgenc
       - const: mediatek,mtk-jpgenc
   reg:
     maxItems: 1
-- 
2.18.0


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

* Re: [PATCH 1/2] dt-bindings: media: mediatek-jpeg-decoder: Add MT8188 compatible string
  2022-07-19 10:02 [PATCH 1/2] dt-bindings: media: mediatek-jpeg-decoder: Add MT8188 compatible string Jianhua Lin
@ 2022-07-20  6:28   ` Krzysztof Kozlowski
  2022-07-20  6:28   ` Krzysztof Kozlowski
  1 sibling, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2022-07-20  6:28 UTC (permalink / raw)
  To: Jianhua Lin, Mauro Carvalho Chehab, Rob Herring,
	Krzysztof Kozlowski, Matthias Brugger
  Cc: linux-media, devicetree, linux-kernel, linux-arm-kernel,
	linux-mediatek, Project_Global_Chrome_Upstream_Group

On 19/07/2022 12:02, Jianhua Lin wrote:
> Add compatible for MT8188 jpeg decoder.
> 
> Signed-off-by: Jianhua Lin <jianhua.lin@mediatek.com>
> ---
>  .../devicetree/bindings/media/mediatek-jpeg-decoder.yaml         | 1 +
>  1 file changed, 1 insertion(+)
> 


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


Best regards,
Krzysztof

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

* Re: [PATCH 1/2] dt-bindings: media: mediatek-jpeg-decoder: Add MT8188 compatible string
@ 2022-07-20  6:28   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2022-07-20  6:28 UTC (permalink / raw)
  To: Jianhua Lin, Mauro Carvalho Chehab, Rob Herring,
	Krzysztof Kozlowski, Matthias Brugger
  Cc: linux-media, devicetree, linux-kernel, linux-arm-kernel,
	linux-mediatek, Project_Global_Chrome_Upstream_Group

On 19/07/2022 12:02, Jianhua Lin wrote:
> Add compatible for MT8188 jpeg decoder.
> 
> Signed-off-by: Jianhua Lin <jianhua.lin@mediatek.com>
> ---
>  .../devicetree/bindings/media/mediatek-jpeg-decoder.yaml         | 1 +
>  1 file changed, 1 insertion(+)
> 


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


Best regards,
Krzysztof

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

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

* Re: [PATCH 2/2] dt-bindings: media: mediatek-jpeg-encoder: Add MT8188 compatible string
  2022-07-19 10:02 ` [PATCH 2/2] dt-bindings: media: mediatek-jpeg-encoder: " Jianhua Lin
@ 2022-07-20  6:28     ` Krzysztof Kozlowski
  0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2022-07-20  6:28 UTC (permalink / raw)
  To: Jianhua Lin, Mauro Carvalho Chehab, Rob Herring,
	Krzysztof Kozlowski, Matthias Brugger
  Cc: linux-media, devicetree, linux-kernel, linux-arm-kernel,
	linux-mediatek, Project_Global_Chrome_Upstream_Group

On 19/07/2022 12:02, Jianhua Lin wrote:
> Add compatible for MT8188 jpeg encoder.
> 
> Signed-off-by: Jianhua Lin <jianhua.lin@mediatek.com>
> ---
>  .../devicetree/bindings/media/mediatek-jpeg-encoder.yaml         | 1 +
>  1 file changed, 1 insertion(+)
> 


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


Best regards,
Krzysztof

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

* Re: [PATCH 2/2] dt-bindings: media: mediatek-jpeg-encoder: Add MT8188 compatible string
@ 2022-07-20  6:28     ` Krzysztof Kozlowski
  0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2022-07-20  6:28 UTC (permalink / raw)
  To: Jianhua Lin, Mauro Carvalho Chehab, Rob Herring,
	Krzysztof Kozlowski, Matthias Brugger
  Cc: linux-media, devicetree, linux-kernel, linux-arm-kernel,
	linux-mediatek, Project_Global_Chrome_Upstream_Group

On 19/07/2022 12:02, Jianhua Lin wrote:
> Add compatible for MT8188 jpeg encoder.
> 
> Signed-off-by: Jianhua Lin <jianhua.lin@mediatek.com>
> ---
>  .../devicetree/bindings/media/mediatek-jpeg-encoder.yaml         | 1 +
>  1 file changed, 1 insertion(+)
> 


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


Best regards,
Krzysztof

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

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

* Re: [PATCH 2/2] dt-bindings: media: mediatek-jpeg-encoder: Add MT8188 compatible string
  2022-07-20  6:28     ` Krzysztof Kozlowski
@ 2022-09-02  3:53       ` Jianhua Lin
  -1 siblings, 0 replies; 8+ messages in thread
From: Jianhua Lin @ 2022-09-02  3:53 UTC (permalink / raw)
  To: Hans Verkuil, Krzysztof Kozlowski, Mauro Carvalho Chehab,
	Rob Herring, Krzysztof Kozlowski, Matthias Brugger
  Cc: linux-media, devicetree, linux-kernel, linux-arm-kernel,
	linux-mediatek, Project_Global_Chrome_Upstream_Group

Hi Hans Verkuil,

Gentle ping for this patch, if there is anything I need to modify,
please kindly let me know.

Thanks.

On Wed, 2022-07-20 at 08:28 +0200, Krzysztof Kozlowski wrote:
> On 19/07/2022 12:02, Jianhua Lin wrote:
> > Add compatible for MT8188 jpeg encoder.
> > 
> > Signed-off-by: Jianhua Lin <jianhua.lin@mediatek.com>
> > ---
> >  .../devicetree/bindings/media/mediatek-jpeg-encoder.yaml         | 
> > 1 +
> >  1 file changed, 1 insertion(+)
> > 
> 
> 
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> 
> Best regards,
> Krzysztof


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

* Re: [PATCH 2/2] dt-bindings: media: mediatek-jpeg-encoder: Add MT8188 compatible string
@ 2022-09-02  3:53       ` Jianhua Lin
  0 siblings, 0 replies; 8+ messages in thread
From: Jianhua Lin @ 2022-09-02  3:53 UTC (permalink / raw)
  To: Hans Verkuil, Krzysztof Kozlowski, Mauro Carvalho Chehab,
	Rob Herring, Krzysztof Kozlowski, Matthias Brugger
  Cc: linux-media, devicetree, linux-kernel, linux-arm-kernel,
	linux-mediatek, Project_Global_Chrome_Upstream_Group

Hi Hans Verkuil,

Gentle ping for this patch, if there is anything I need to modify,
please kindly let me know.

Thanks.

On Wed, 2022-07-20 at 08:28 +0200, Krzysztof Kozlowski wrote:
> On 19/07/2022 12:02, Jianhua Lin wrote:
> > Add compatible for MT8188 jpeg encoder.
> > 
> > Signed-off-by: Jianhua Lin <jianhua.lin@mediatek.com>
> > ---
> >  .../devicetree/bindings/media/mediatek-jpeg-encoder.yaml         | 
> > 1 +
> >  1 file changed, 1 insertion(+)
> > 
> 
> 
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> 
> Best regards,
> Krzysztof


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

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

end of thread, other threads:[~2022-09-02  4:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-19 10:02 [PATCH 1/2] dt-bindings: media: mediatek-jpeg-decoder: Add MT8188 compatible string Jianhua Lin
2022-07-19 10:02 ` [PATCH 2/2] dt-bindings: media: mediatek-jpeg-encoder: " Jianhua Lin
2022-07-20  6:28   ` Krzysztof Kozlowski
2022-07-20  6:28     ` Krzysztof Kozlowski
2022-09-02  3:53     ` Jianhua Lin
2022-09-02  3:53       ` Jianhua Lin
2022-07-20  6:28 ` [PATCH 1/2] dt-bindings: media: mediatek-jpeg-decoder: " Krzysztof Kozlowski
2022-07-20  6:28   ` Krzysztof Kozlowski

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.