linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: sh-mobile-ceu: Remove now unimplemented bindings documentation
@ 2019-09-02  8:43 Simon Horman
  2019-09-02 15:19 ` Rob Herring
  2019-09-02 16:35 ` Laurent Pinchart
  0 siblings, 2 replies; 3+ messages in thread
From: Simon Horman @ 2019-09-02  8:43 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Rob Herring, Mark Rutland, Magnus Damm, Jacopo Mondi,
	Laurent Pinchart, Niklas Söderlund, Geert Uytterhoeven,
	linux-media, devicetree, linux-renesas-soc, Simon Horman

Remove the SH Mobile CEU bindings documentation as the corresponding driver
was removed v5.1 by the following commit:

43a445f188e1 ("media: sh_mobile_ceu_camera: remove obsolete soc_camera driver")

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 .../devicetree/bindings/media/sh_mobile_ceu.txt         | 17 -----------------
 1 file changed, 17 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/media/sh_mobile_ceu.txt

diff --git a/Documentation/devicetree/bindings/media/sh_mobile_ceu.txt b/Documentation/devicetree/bindings/media/sh_mobile_ceu.txt
deleted file mode 100644
index cfa4ffada8ae..000000000000
--- a/Documentation/devicetree/bindings/media/sh_mobile_ceu.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-Bindings, specific for the sh_mobile_ceu_camera.c driver:
- - compatible: Should be "renesas,sh-mobile-ceu"
- - reg: register base and size
- - interrupts: the interrupt number
- - renesas,max-width: maximum image width, supported on this SoC
- - renesas,max-height: maximum image height, supported on this SoC
-
-Example:
-
-ceu0: ceu@fe910000 {
-	compatible = "renesas,sh-mobile-ceu";
-	reg = <0xfe910000 0xa0>;
-	interrupt-parent = <&intcs>;
-	interrupts = <0x880>;
-	renesas,max-width = <8188>;
-	renesas,max-height = <8188>;
-};
-- 
2.11.0


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

* Re: [PATCH] dt-bindings: sh-mobile-ceu: Remove now unimplemented bindings documentation
  2019-09-02  8:43 [PATCH] dt-bindings: sh-mobile-ceu: Remove now unimplemented bindings documentation Simon Horman
@ 2019-09-02 15:19 ` Rob Herring
  2019-09-02 16:35 ` Laurent Pinchart
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2019-09-02 15:19 UTC (permalink / raw)
  To: Simon Horman
  Cc: Mauro Carvalho Chehab, Mark Rutland, Magnus Damm, Jacopo Mondi,
	Laurent Pinchart, Niklas Söderlund, Geert Uytterhoeven,
	linux-media, devicetree, linux-renesas-soc, Simon Horman

On Mon,  2 Sep 2019 10:43:52 +0200, Simon Horman wrote:
> Remove the SH Mobile CEU bindings documentation as the corresponding driver
> was removed v5.1 by the following commit:
> 
> 43a445f188e1 ("media: sh_mobile_ceu_camera: remove obsolete soc_camera driver")
> 
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> ---
>  .../devicetree/bindings/media/sh_mobile_ceu.txt         | 17 -----------------
>  1 file changed, 17 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/media/sh_mobile_ceu.txt
> 

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

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

* Re: [PATCH] dt-bindings: sh-mobile-ceu: Remove now unimplemented bindings documentation
  2019-09-02  8:43 [PATCH] dt-bindings: sh-mobile-ceu: Remove now unimplemented bindings documentation Simon Horman
  2019-09-02 15:19 ` Rob Herring
@ 2019-09-02 16:35 ` Laurent Pinchart
  1 sibling, 0 replies; 3+ messages in thread
From: Laurent Pinchart @ 2019-09-02 16:35 UTC (permalink / raw)
  To: Simon Horman
  Cc: Mauro Carvalho Chehab, Rob Herring, Mark Rutland, Magnus Damm,
	Jacopo Mondi, Niklas Söderlund, Geert Uytterhoeven,
	linux-media, devicetree, linux-renesas-soc

Hi Simon,

Thank you for the patch.

On Mon, Sep 02, 2019 at 10:43:52AM +0200, Simon Horman wrote:
> Remove the SH Mobile CEU bindings documentation as the corresponding driver
> was removed v5.1 by the following commit:
> 
> 43a445f188e1 ("media: sh_mobile_ceu_camera: remove obsolete soc_camera driver")
> 
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

One less file to convert to yaml ;-)

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  .../devicetree/bindings/media/sh_mobile_ceu.txt         | 17 -----------------
>  1 file changed, 17 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/media/sh_mobile_ceu.txt
> 
> diff --git a/Documentation/devicetree/bindings/media/sh_mobile_ceu.txt b/Documentation/devicetree/bindings/media/sh_mobile_ceu.txt
> deleted file mode 100644
> index cfa4ffada8ae..000000000000
> --- a/Documentation/devicetree/bindings/media/sh_mobile_ceu.txt
> +++ /dev/null
> @@ -1,17 +0,0 @@
> -Bindings, specific for the sh_mobile_ceu_camera.c driver:
> - - compatible: Should be "renesas,sh-mobile-ceu"
> - - reg: register base and size
> - - interrupts: the interrupt number
> - - renesas,max-width: maximum image width, supported on this SoC
> - - renesas,max-height: maximum image height, supported on this SoC
> -
> -Example:
> -
> -ceu0: ceu@fe910000 {
> -	compatible = "renesas,sh-mobile-ceu";
> -	reg = <0xfe910000 0xa0>;
> -	interrupt-parent = <&intcs>;
> -	interrupts = <0x880>;
> -	renesas,max-width = <8188>;
> -	renesas,max-height = <8188>;
> -};

-- 
Regards,

Laurent Pinchart

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

end of thread, other threads:[~2019-09-02 16:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-02  8:43 [PATCH] dt-bindings: sh-mobile-ceu: Remove now unimplemented bindings documentation Simon Horman
2019-09-02 15:19 ` Rob Herring
2019-09-02 16:35 ` Laurent Pinchart

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