soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: soc@kernel.org, arm@kernel.org
Cc: Shawn Guo <shawnguo@kernel.org>,
	Fabio Estevam <festevam@gmail.com>,
	Stefan Agner <stefan@agner.ch>, Li Yang <leoyang.li@nxp.com>,
	kernel@pengutronix.de, linux-imx@nxp.com,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 1/4] i.MX DT bindings update for 5.15
Date: Sat, 14 Aug 2021 21:38:50 +0800	[thread overview]
Message-ID: <20210814133853.9981-1-shawnguo@kernel.org> (raw)
Message-ID: <20210814133850.DdURBq5MkTAl2mT3wjDcz24NqpGTMcszITzy3ZwUJBE@z> (raw)

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-bindings-5.15

for you to fetch changes up to 0fdedc09af18d231aa581331821c9ab6ef0903f1:

  dt-bindings: arm: fsl: Add Traverse Ten64 (LS1088A) board (2021-08-14 13:52:36 +0800)

----------------------------------------------------------------
i.MX DT bindings update for 5.15:

- Add vendor prefix for MNT Research GmbH, SKOV A/S and Traverse
  Technologies.
- Add compatible for Nitrogen8 SoM, MNT Reform2, Traverse Ten64,
  SKOV i.MX6, SolidSense and i.MX8M GW7902 boards.
- Add compatible for i.MX8QM JPEG codec.

----------------------------------------------------------------
Christoph Niedermaier (1):
      dt-bindings: arm: fsl: Add DHCOM PicoITX and DHCOM DRC02 boards

Lucas Stach (3):
      dt-bindings: arm: fsl: add Nitrogen8 SoM
      dt-bindings: vendor-prefixes: add mntre
      dt-bindings: arm: fsl: add MNT Reform2 board

Mathew McBride (2):
      dt-bindings: vendor-prefixes: add Traverse Technologies
      dt-bindings: arm: fsl: Add Traverse Ten64 (LS1088A) board

Mirela Rabulea (1):
      dt-bindings: media: imx-jpeg: Add compatible for i.MX8QM JPEG codec

Oleksij Rempel (2):
      dt-bindings: vendor-prefixes: Add an entry for SKOV A/S
      dt-bindings: arm: fsl: add SKOV imx6q and imx6dl based boards

Russell King (Oracle) (1):
      dt-bindings: arm: fsl: add SolidSense boards

Tim Harvey (1):
      dt-bindings: arm: imx: add imx8mm/imx8mn GW7902 support

 Documentation/devicetree/bindings/arm/fsl.yaml     | 29 ++++++++++++++++++++++
 .../devicetree/bindings/media/nxp,imx8-jpeg.yaml   | 19 ++++++++------
 .../devicetree/bindings/vendor-prefixes.yaml       |  6 +++++
 3 files changed, 47 insertions(+), 7 deletions(-)

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

             reply	other threads:[~2021-08-14 13:41 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20210814133850.DdURBq5MkTAl2mT3wjDcz24NqpGTMcszITzy3ZwUJBE@z>
2021-08-14 13:38 ` Shawn Guo [this message]
     [not found]   ` <20210814133851.hkLO2MQyXmyGoDRdP7-KZyF3d2Qtg5Z3srA_azExa_0@z>
2021-08-14 13:38     ` [GIT PULL 2/4] i.MX arm32 device tree changes for 5.15 Shawn Guo
     [not found]       ` <20210816212124.onF8fEd3yGKh_jBTFVbbXQ81pxEwvAn_kT7CPQGOjJI@z>
2021-08-16 21:21         ` Arnd Bergmann
     [not found]   ` <20210814133852.FMk7TieUw6kOElAiF7dMFq-Goh-ggU1gaFREz-luQZU@z>
2021-08-14 13:38     ` [GIT PULL 3/4] i.MX arm64 " Shawn Guo
     [not found]       ` <20210816212051.LrR9USzBvsP4S8c2hdz3CgdAd53-WWwoxxnESJsWeJU@z>
2021-08-16 21:20         ` Arnd Bergmann
     [not found]   ` <20210814133853.Jx0iLDljuDi-MXYIUTeOCDUeyOhjyH4wv6Gy63SBlf8@z>
2021-08-14 13:38     ` [GIT PULL 4/4] i.MX defconfig update " Shawn Guo
     [not found]       ` <20210816213355.PoJgKe4CVoH4fFWQnQR9AvAsod7fOOMBFmGmhLm9Hvo@z>
2021-08-16 21:33         ` Arnd Bergmann
     [not found]   ` <20210816212050.16mexBwMP_Lsgay2HL13wGchFAp8VD6qF3d2xRoXoKo@z>
2021-08-16 21:20     ` [GIT PULL 1/4] i.MX DT bindings " Arnd Bergmann

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=20210814133853.9981-1-shawnguo@kernel.org \
    --to=shawnguo@kernel.org \
    --cc=arm@kernel.org \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=leoyang.li@nxp.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=soc@kernel.org \
    --cc=stefan@agner.ch \
    /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 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).