All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jacopo Mondi <jacopo+renesas@jmondi.org>
To: robh+dt@kernel.org, devicetree@vger.kernel.org,
	linux-media@vger.kernel.org
Cc: Jacopo Mondi <jacopo+renesas@jmondi.org>,
	mchehab@kernel.org, sakari.ailus@linux.intel.com,
	hverkuil-cisco@xs4all.nl, laurent.pinchart@ideasonboard.com,
	linux-renesas-soc@vger.kernel.org
Subject: [PATCH 0/8] dt-bindings: media: i2c: Convert to json-schema
Date: Wed, 15 Jul 2020 16:09:43 +0200	[thread overview]
Message-ID: <20200715140951.90753-1-jacopo+renesas@jmondi.org> (raw)

Convert to json schema the bindings file for the following sensor
drivers:

- ov5640
- ov5645
- ov772x
- mt9v111
- imx214
- imx274
- imx290

On top of the conversion to yaml, rename the files to include the
vendor prefix (I kept this separate as I'm not sure it's actually desired).

The series requires:
[PATCH v3 0/3] dt-bidings: media: ov5647 bindings + small fix
which converts the ov5647 bindings to yaml which I sent separately
as it was already in review.

Individual maintainers Cc-ed for each single patch where available.

Thanks
  j

Jacopo Mondi (8):
  dt-bindings: media: ov5640: Convert to json-schema
  dt-bindings: media: ov5645: Convert to json-schema
  dt-bindings: media: mt9v111: Convert to json-schema
  dt-bindings: media: imx290: Convert to json-schema
  dt-bindings: media: imx274: Convert to json-schema
  dt-bindings: media: imx214: Convert to json-schema
  dt-bindings: media: ov772x: Convert to json-schema
  dt-bindings: media: i2c: Add prefix to yaml bindings

 .../bindings/media/i2c/aptina,mt9v111.txt     |  46 -----
 .../bindings/media/i2c/aptina,mt9v111.yaml    |  87 +++++++++
 .../devicetree/bindings/media/i2c/imx274.txt  |  33 ----
 .../devicetree/bindings/media/i2c/imx290.txt  |  57 ------
 .../devicetree/bindings/media/i2c/ov5640.txt  |  92 ---------
 .../devicetree/bindings/media/i2c/ov5645.txt  |  54 ------
 .../devicetree/bindings/media/i2c/ov772x.txt  |  40 ----
 .../bindings/media/i2c/ovti,ov5640.yaml       | 181 ++++++++++++++++++
 .../bindings/media/i2c/ovti,ov5645.yaml       | 123 ++++++++++++
 .../i2c/{ov5647.yaml => ovti,ov5647.yaml}     |   0
 .../bindings/media/i2c/ovti,ov772x.yaml       |  89 +++++++++
 .../i2c/{ov8856.yaml => ovti,ov8856.yaml}     |   0
 .../bindings/media/i2c/sony,imx214.txt        |  53 -----
 .../bindings/media/i2c/sony,imx214.yaml       | 124 ++++++++++++
 .../i2c/{imx219.yaml => sony,imx219.yaml}     |   0
 .../bindings/media/i2c/sony,imx274.yaml       |  74 +++++++
 .../bindings/media/i2c/sony,imx290.yaml       | 124 ++++++++++++
 MAINTAINERS                                   |  25 ++-
 18 files changed, 819 insertions(+), 383 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/media/i2c/aptina,mt9v111.txt
 create mode 100644 Documentation/devicetree/bindings/media/i2c/aptina,mt9v111.yaml
 delete mode 100644 Documentation/devicetree/bindings/media/i2c/imx274.txt
 delete mode 100644 Documentation/devicetree/bindings/media/i2c/imx290.txt
 delete mode 100644 Documentation/devicetree/bindings/media/i2c/ov5640.txt
 delete mode 100644 Documentation/devicetree/bindings/media/i2c/ov5645.txt
 delete mode 100644 Documentation/devicetree/bindings/media/i2c/ov772x.txt
 create mode 100644 Documentation/devicetree/bindings/media/i2c/ovti,ov5640.yaml
 create mode 100644 Documentation/devicetree/bindings/media/i2c/ovti,ov5645.yaml
 rename Documentation/devicetree/bindings/media/i2c/{ov5647.yaml => ovti,ov5647.yaml} (100%)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml
 rename Documentation/devicetree/bindings/media/i2c/{ov8856.yaml => ovti,ov8856.yaml} (100%)
 delete mode 100644 Documentation/devicetree/bindings/media/i2c/sony,imx214.txt
 create mode 100644 Documentation/devicetree/bindings/media/i2c/sony,imx214.yaml
 rename Documentation/devicetree/bindings/media/i2c/{imx219.yaml => sony,imx219.yaml} (100%)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/sony,imx274.yaml
 create mode 100644 Documentation/devicetree/bindings/media/i2c/sony,imx290.yaml

--
2.27.0


             reply	other threads:[~2020-07-15 14:06 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-15 14:09 Jacopo Mondi [this message]
2020-07-15 14:09 ` [PATCH 1/8] dt-bindings: media: ov5640: Convert to json-schema Jacopo Mondi
2020-07-15 17:04   ` Steve Longerbeam
2020-07-16  7:06     ` Jacopo Mondi
2020-07-16  1:53   ` Laurent Pinchart
2020-07-16  7:04     ` Jacopo Mondi
2020-07-16 13:08       ` Laurent Pinchart
2020-07-16  7:52     ` Geert Uytterhoeven
2020-07-16 14:51   ` Rob Herring
2020-07-15 14:09 ` [PATCH 2/8] dt-bindings: media: ov5645: " Jacopo Mondi
2020-07-15 15:31   ` Manivannan Sadhasivam
2020-07-15 14:09 ` [PATCH 3/8] dt-bindings: media: mt9v111: " Jacopo Mondi
2020-07-15 14:09 ` [PATCH 4/8] dt-bindings: media: imx290: " Jacopo Mondi
2020-07-15 14:09 ` [PATCH 5/8] dt-bindings: media: imx274: " Jacopo Mondi
2020-07-15 14:09 ` [PATCH 6/8] dt-bindings: media: imx214: " Jacopo Mondi
2020-07-15 14:09 ` [PATCH 7/8] dt-bindings: media: ov772x: " Jacopo Mondi
2020-07-15 14:09 ` [PATCH 8/8] dt-bindings: media: i2c: Add prefix to yaml bindings Jacopo Mondi
2020-08-17 15:12 ` [PATCH 0/8] dt-bindings: media: i2c: Convert to json-schema Jacopo Mondi

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=20200715140951.90753-1-jacopo+renesas@jmondi.org \
    --to=jacopo+renesas@jmondi.org \
    --cc=devicetree@vger.kernel.org \
    --cc=hverkuil-cisco@xs4all.nl \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=sakari.ailus@linux.intel.com \
    /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.